]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/help/search.xml
89add7a0bb64dafcdea3d1d7f26e00f2f926cc20
[factor.git] / extra / webapps / help / search.xml
1 <?xml version='1.0' ?>
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
5 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
6
7 <html xmlns="http://www.w3.org/1999/xhtml">
8     <head>
9
10         <t:base t:href="$help-webapp/content/" />
11         <title>Search - Factor Documentation</title>
12         <style>
13             a:link { text-decoration: none; color: #104e8b; }
14             a:visited { text-decoration: none; color: #104e8b; }
15             a:active { text-decoration: none; color: #104e8b; }
16             a:hover { text-decoration: underline; color: #104e8b; }
17
18             body {
19                 font-family: sans-serif; font-style: normal
20                 font-size: 12pt;
21             }
22
23             .navbar {
24                 background-color: #f3f2ea;
25                 padding: 5px;
26                 border: 1px solid #ccc;
27                 font: 9pt sans-serif;
28                 margin-bottom: 10px;
29             }
30
31             h2 { background-color: #f5f5f5; color: #222; }
32             hr { border: 0; background-color: #ccc; color: #ccc; height: 1px; }
33         </style>
34     </head>
35
36     <body>
37                 <t:html t:name="navbar"/>
38
39         <t:if t:value="articles">
40             <h2>Articles</h2>
41             <ul>
42                 <t:each t:name="articles">
43                     <li> <t:link t:name="value" /> </li>
44                 </t:each>
45             </ul>
46         </t:if>
47
48         <t:if t:value="vocabs">
49             <h2>Vocabularies</h2>
50             <ul>
51                 <t:each t:name="vocabs">
52                     <li> <t:link t:name="value" /> </li>
53                 </t:each>
54             </ul>
55         </t:if>
56
57         <t:if t:value="words">
58             <h2>Words</h2>
59             <ul>
60                 <t:each t:name="words">
61                     <li> <t:link t:name="value" /> </li>
62                 </t:each>
63             </ul>
64         </t:if>
65
66         <hr />
67         <p>This is the <a href="http://factorcode.org" target="_top">Factor</a>
68         documentation, generated offline from a
69         <code>load-all</code> image. If you want, you can also browse the
70         documentation from within the <a href="http://factorcode.org" target="_top">Factor</a> UI.</p>
71
72     </body>
73 </html>
74
75 </t:chloe>