]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/help/search.xml
f2b147316f6259c578175913e258e86d72219ebd
[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         <div class="navbar">
38         <b> Factor Documentation </b> |
39         <a href="/">Home</a> |
40         <a href="article-conventions.html">Glossary</a> |
41         <t:form t:action="$help-webapp/search" style="display:inline;">
42             <t:field t:name="search" />
43             <button type="submit">Search</button>
44         </t:form>
45         <a href="http://factorcode.org" style="float:right; padding: 4px;" >factorcode.org</a>
46         </div>
47
48         <t:if t:value="articles">
49             <h2>Articles</h2>
50             <ul>
51                 <t:each t:name="articles">
52                     <li> <t:link t:name="value" /> </li>
53                 </t:each>
54             </ul>
55         </t:if>
56
57         <t:if t:value="vocabs">
58             <h2>Vocabularies</h2>
59             <ul>
60                 <t:each t:name="vocabs">
61                     <li> <t:link t:name="value" /> </li>
62                 </t:each>
63             </ul>
64         </t:if>
65
66         <t:if t:value="words">
67             <h2>Words</h2>
68             <ul>
69                 <t:each t:name="words">
70                     <li> <t:link t:name="value" /> </li>
71                 </t:each>
72             </ul>
73         </t:if>
74
75         <hr />
76         <p>This is the <a href="http://factorcode.org" target="_top">Factor</a>
77         documentation, generated offline from a
78         <code>load-all</code> image. If you want, you can also browse the
79         documentation from within the <a href="http://factorcode.org" target="_top">Factor</a> UI.</p>
80
81     </body>
82 </html>
83
84 </t:chloe>