factor/extra/webapps/user-admin/user-list.xml

20 lines
297 B
XML
Raw Normal View History

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>
<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>
</t:bind-each>
2008-05-26 01:47:27 -04:00
</ul>
2008-05-24 22:49:48 -04:00
</t:chloe>