]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/changes.xml
Merge branch 'master' of git://repo.or.cz/factor/jcg
[factor.git] / extra / webapps / wiki / changes.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:title>Recent Changes</t:title>
6
7         <div class="revisions">
8
9                 <table>
10
11                         <tr>
12                                 <th>Article</th>
13                                 <th>Date</th>
14                                 <th>By</th>
15                         </tr>
16
17                         <t:bind-each t:name="changes">
18                                 <tr>
19                                         <td><t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title" /></t:a></td>
20                                         <td><t:a t:href="$wiki/revision" t:rest="id"><t:label t:name="date" /></t:a></td>
21                                         <td><t:a t:href="$wiki/user-edits" t:rest="author"><t:label t:name="author" /></t:a></td>
22                                 </tr>
23                         </t:bind-each>
24
25                 </table>
26
27         </div>
28
29 </t:chloe>