2008-05-24 22:49:48 -04:00
|
|
|
<?xml version='1.0' ?>
|
|
|
|
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
|
|
|
|
<t:title>Users</t:title>
|
|
|
|
|
2008-05-26 01:47:27 -04:00
|
|
|
<ul>
|
|
|
|
|
2008-06-01 18:22:39 -04:00
|
|
|
<t:bind-each t:name="users">
|
2008-05-26 01:47:27 -04:00
|
|
|
<li>
|
|
|
|
<t:a t:href="$user-admin/edit" t:query="username">
|
|
|
|
<t:label t:name="username" />
|
|
|
|
</t:a>
|
|
|
|
</li>
|
2008-06-01 18:22:39 -04:00
|
|
|
</t:bind-each>
|
2008-05-26 01:47:27 -04:00
|
|
|
|
|
|
|
</ul>
|
2008-05-24 22:49:48 -04:00
|
|
|
|
|
|
|
</t:chloe>
|