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