]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/revisions-common.xml
scryfall: add more filter/reject words, better mtga parser
[factor.git] / extra / webapps / wiki / revisions-common.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5     <table class="revisions">
6
7         <tr>
8             <th>Article</th>
9             <th>Date</th>
10             <th>By</th>
11             <th>Description</th>
12             <th>Rollback</th>
13         </tr>
14
15         <t:bind-each t:name="revisions">
16             <tr>
17                 <td> <t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title" /></t:a> </td>
18                 <td> <t:a t:href="$wiki/revision" t:rest="id" rel="nofollow"><t:label t:name="date" /></t:a> </td>
19                 <td> <t:a t:href="$wiki/user-edits" t:rest="author"><t:label t:name="author" /> </t:a></td>
20                 <td> <t:label t:name="description" /> </td>
21                 <td> <t:button class="link link-button" t:action="$wiki/rollback" t:for="id">Rollback</t:button> </td>
22             </tr>
23         </t:bind-each>
24
25     </table>
26
27         <t:call-next-template />
28
29 </t:chloe>