2008-05-27 01:02:16 -04:00
|
|
|
<?xml version='1.0' ?>
|
|
|
|
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
|
2008-06-01 18:22:39 -04:00
|
|
|
<t:bind t:name="old">
|
2008-05-27 01:02:16 -04:00
|
|
|
<t:title>Diff: <t:label t:name="title" /></t:title>
|
2008-06-01 18:22:39 -04:00
|
|
|
</t:bind>
|
2008-05-27 01:02:16 -04:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th class="field-label">Old revision:</th>
|
2008-06-01 18:22:39 -04:00
|
|
|
<t:bind t:name="old">
|
2008-05-27 03:42:21 -04:00
|
|
|
<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>
|
2008-06-01 18:22:39 -04:00
|
|
|
</t:bind>
|
2008-05-27 01:02:16 -04:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th class="field-label">New revision:</th>
|
2008-06-01 18:22:39 -04:00
|
|
|
<t:bind t:name="old">
|
2008-05-27 03:42:21 -04:00
|
|
|
<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>
|
2008-06-01 18:22:39 -04:00
|
|
|
</t:bind>
|
2008-05-27 01:02:16 -04:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<t:comparison t:name="diff" />
|
|
|
|
|
2008-06-02 16:33:33 -04:00
|
|
|
<div class="navbar">
|
|
|
|
<t:a t:href="$wiki/view" t:query="title">Latest</t:a>
|
|
|
|
| <t:a t:href="$wiki/revisions" t:query="title">Revisions</t:a>
|
|
|
|
| <t:a t:href="$wiki/edit" t:query="title">Edit</t:a>
|
|
|
|
| <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
|
|
|
|
</div>
|
2008-05-27 01:02:16 -04:00
|
|
|
|
|
|
|
</t:chloe>
|