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

50 lines
933 B
XML
Raw Normal View History

2008-04-29 22:04:06 -04:00
<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
2008-04-30 05:53:01 -04:00
<t:title>New User</t:title>
2008-04-29 22:04:06 -04:00
2008-04-30 05:53:01 -04:00
<t:form t:action="$user-admin/new">
2008-04-29 22:04:06 -04:00
<table>
<tr>
<th class="field-label">User name:</th>
<td><t:edit t:component="username" /></td>
</tr>
<tr>
<th class="field-label">Real name:</th>
<td><t:edit t:component="realname" /></td>
</tr>
<tr>
<th class="field-label">New password:</th>
<td><t:edit t:component="new-password" /></td>
</tr>
<tr>
<th class="field-label">Verify:</th>
<td><t:edit t:component="verify-password" /></td>
</tr>
<tr>
<th class="field-label">E-mail:</th>
<td><t:edit t:component="email" /></td>
</tr>
2008-05-01 21:03:02 -04:00
<tr>
<th class="field-label big-field-label">Capabilities:</th>
<td><t:edit t:component="capabilities" /></td>
</tr>
2008-04-29 22:04:06 -04:00
</table>
<p>
2008-04-30 05:53:01 -04:00
<button type="submit" class="link-button link">Create</button>
<t:validation-message />
2008-04-29 22:04:06 -04:00
</p>
</t:form>
</t:chloe>