]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/search.xml
webapps.wiki: adding search bar
[factor.git] / extra / webapps / wiki / search.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5     <t:title>Search results for '<t:label t:name="search"/>'</t:title>
6
7         <div class="description">
8         <ul>
9                 <t:bind-each t:name="results">
10                         <li>
11                                 <t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title"/></t:a>
12                         </li>
13                 </t:bind-each>
14     </ul>
15     </div>
16
17     <t:if t:value="empty">
18     <p>No results found!</p>
19     </t:if>
20
21 </t:chloe>