]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/help/search.xml
b64b49ecbda22c0485b5b48a88ef2384717e7be8
[factor.git] / extra / webapps / help / search.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5     <t:title>Search - Factor Documentation</t:title>
6     <t:style t:include="resource:extra/webapps/help/search.css" />
7     <t:script t:include="resource:extra/webapps/help/search.js" />
8
9     <t:html t:name="navbar"/>
10
11     <div class="page">
12
13     <p><b>Search results for '<t:label t:name="search" />'</b></p>
14
15     <div class="tabs">
16
17     <t:if t:value="words">
18     <input class="radiotab" name="tabs" tabindex="1" type="radio" id="words" checked="checked" />
19     <label class="label" for="words">Words</label>
20     <div class="panel" tabindex="1">
21         <ul>
22             <t:each t:name="words">
23                 <li> <t:link t:name="value" /> </li>
24             </t:each>
25         </ul>
26     </div>
27     </t:if>
28
29     <t:if t:value="vocabs">
30     <input class="radiotab" name="tabs" tabindex="1" type="radio" id="vocabs" />
31     <label class="label" for="vocabs">Vocabularies</label>
32     <div class="panel" tabindex="1">
33         <ul>
34             <t:each t:name="vocabs">
35                 <li> <t:link t:name="value" /> </li>
36             </t:each>
37         </ul>
38     </div>
39     </t:if>
40
41     <t:if t:value="articles">
42     <input class="radiotab" name="tabs" tabindex="1" type="radio" id="articles" />
43     <label class="label" for="articles">Articles</label>
44     <div class="panel" tabindex="1">
45         <ul>
46             <t:each t:name="articles">
47                 <li> <t:link t:name="value" /> </li>
48             </t:each>
49         </ul>
50     </div>
51     </t:if>
52
53     <t:if t:value="empty">
54     <p>No results found!</p>
55     </t:if>
56
57     </div>
58
59     <br />
60     <div class="footer">
61     <p>
62     This documentation was generated offline from a
63     <code>load-all</code> image.  If you want, you can also
64     browse the documentation from within the <a
65     href="article-ui-tools.html">UI developer tools</a>. See
66     the <a href="https://factorcode.org">Factor website</a>
67     for more information.
68     </p>
69     </div>
70
71     </div>
72
73 </t:chloe>