]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/diff.xml
Merge branch 'master' of factorcode.org:/git/factor
[factor.git] / extra / webapps / wiki / diff.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:bind-tuple t:name="old">
6                 <t:title>Diff: <t:label t:name="title" /></t:title>
7         </t:bind-tuple>
8
9         <table>
10                 <tr>
11                         <th class="field-label">Old revision:</th>
12                         <t:bind-tuple t:name="old">
13                                 <td>Created on <t:label t:name="date" /> by <t:a t:href="user-edits" t:query="author"><t:label t:name="author" /></t:a>.</td>
14                         </t:bind-tuple>
15                 </tr>
16                 <tr>
17                         <th class="field-label">New revision:</th>
18                         <t:bind-tuple t:name="old">
19                                 <td>Created on <t:label t:name="date" /> by <t:a t:href="user-edits" t:query="author"><t:label t:name="author" /></t:a>.</td>
20                         </t:bind-tuple>
21                 </tr>
22         </table>
23
24         <t:comparison t:name="diff" />
25
26         <t:bind-tuple t:name="old">
27                 <div class="navbar">
28                         <t:a t:href="$wiki/view" t:query="title">Latest</t:a>
29                         | <t:a t:href="$wiki/revisions" t:query="title">Revisions</t:a>
30                         | <t:a t:href="$wiki/edit" t:query="title">Edit</t:a>
31                         | <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
32                 </div>
33         </t:bind-tuple>
34
35 </t:chloe>