factor/extra/webapps/wiki/page-common.xml

19 lines
534 B
XML

<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:atom t:href="$wiki/revisions.atom" t:rest="title">
Revisions of <t:label t:name="title" />
</t:atom>
<t:call-next-template />
<div class="navbar">
<t:a t:href="$wiki/view" t:rest="title">Latest</t:a>
<t:a t:href="$wiki/revisions" t:rest="title">Revisions</t:a>
<t:a t:href="$wiki/edit" t:rest="title" rel="nofollow">Edit</t:a>
<t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
</div>
</t:chloe>