]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/page-common.xml
webapps: simplify navrow.
[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:atom t:href="$wiki/revisions.atom" t:rest="title">
6                 Revisions of <t:label t:name="title" />
7         </t:atom>
8
9         <t:call-next-template />
10
11     <nav>
12                 <t:a t:href="$wiki/view" t:rest="title">Latest</t:a>
13                 <t:a t:href="$wiki/revisions" t:rest="title">Revisions</t:a>
14                 <t:a t:href="$wiki/edit" t:rest="title" rel="nofollow">Edit</t:a>
15                 <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
16         </nav>
17
18 </t:chloe>