2008-05-27 03:42:21 -04:00
|
|
|
<?xml version='1.0' ?>
|
|
|
|
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
|
|
|
|
<t:title>Edits by <t:label t:name="author" /></t:title>
|
|
|
|
|
|
|
|
<ul>
|
2008-06-01 18:22:39 -04:00
|
|
|
<t:bind-each t:name="user-edits">
|
2008-05-27 03:42:21 -04:00
|
|
|
<li>
|
|
|
|
<t:a t:href="view" t:query="title"><t:label t:name="title" /></t:a>
|
|
|
|
on
|
|
|
|
<t:a t:href="revision" t:query="id"><t:label t:name="date" /></t:a>
|
|
|
|
</li>
|
2008-06-01 18:22:39 -04:00
|
|
|
</t:bind-each>
|
2008-05-27 03:42:21 -04:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
</t:chloe>
|