30 lines
596 B
XML
30 lines
596 B
XML
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<t:title>Recent Changes</t:title>
|
|
|
|
<div class="revisions">
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
<th>Article</th>
|
|
<th>Date</th>
|
|
<th>By</th>
|
|
</tr>
|
|
|
|
<t:bind-each t:name="changes">
|
|
<tr>
|
|
<td><t:a t:href="$wiki/view" t:rest="title"><t:label t:name="title" /></t:a></td>
|
|
<td><t:a t:href="$wiki/revision" t:rest="id"><t:label t:name="date" /></t:a></td>
|
|
<td><t:a t:href="$wiki/user-edits" t:rest="author"><t:label t:name="author" /></t:a></td>
|
|
</tr>
|
|
</t:bind-each>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</t:chloe>
|