]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/help/search.xml
webapps.help: prevent duplicate styles in template
[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:base t:href="$help-webapp/content/" />
6     <t:title>Search - Factor Documentation />
7     <t:style t:include="resource:extra/webapps/help/search.css" />
8
9     <t:html t:name="navbar"/>
10
11     <div class="page">
12     <t:if t:value="articles">
13         <h2>Articles</h2>
14         <ul>
15             <t:each t:name="articles">
16                 <li> <t:link t:name="value" /> </li>
17             </t:each>
18         </ul>
19     </t:if>
20
21     <t:if t:value="vocabs">
22         <h2>Vocabularies</h2>
23         <ul>
24             <t:each t:name="vocabs">
25                 <li> <t:link t:name="value" /> </li>
26             </t:each>
27         </ul>
28     </t:if>
29
30     <t:if t:value="words">
31         <h2>Words</h2>
32         <ul>
33             <t:each t:name="words">
34                 <li> <t:link t:name="value" /> </li>
35             </t:each>
36         </ul>
37     </t:if>
38
39     <hr />
40     <p>This is the <a href="http://factorcode.org" target="_top">Factor</a>
41     documentation, generated offline from a
42     <code>load-all</code> image. If you want, you can also browse the
43     documentation from within the <a href="http://factorcode.org" target="_top">Factor</a> UI.</p>
44     </div>
45
46 </t:chloe>