|
<?xml version='1.0' ?>
|
|
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
|
|
<t:title>Users</t:title>
|
|
|
|
<ul>
|
|
|
|
<t:bind-each t:name="users">
|
|
<li>
|
|
<t:a t:href="$user-admin/edit" t:query="username">
|
|
<t:label t:name="username" />
|
|
</t:a>
|
|
</li>
|
|
</t:bind-each>
|
|
|
|
</ul>
|
|
|
|
</t:chloe>
|