factor/extra/webapps/todo/todo-summary.xml

21 lines
337 B
XML
Raw Normal View History

2008-04-15 07:35:06 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<tr>
<td>
<t:view component="summary" />
</td>
<td>
<t:view component="priority" />
</td>
<td>
2008-04-25 04:23:47 -04:00
<t:a href="$todo-list/view" query="id">View</t:a>
2008-04-15 07:35:06 -04:00
</td>
<td>
2008-04-25 04:23:47 -04:00
<t:a href="$todo-list/edit" query="id">Edit</t:a>
2008-04-15 07:35:06 -04:00
</td>
</tr>
</t:chloe>