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