]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/page-common.xml
Fix load errors
[factor.git] / extra / webapps / wiki / page-common.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:call-next-template />
6
7         <div class="navbar">
8                 <t:a t:href="$wiki/view" t:query="title">Latest</t:a>
9                 | <t:a t:href="$wiki/revisions" t:query="title">Revisions</t:a>
10                 | <t:a t:href="$wiki/edit" t:query="title">Edit</t:a>
11                 | <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
12         </div>
13
14 </t:chloe>