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