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-09-28 19:42:02 -04:00
|
|
|
<t:form t:action="$user-admin/new" autocomplete="off">
|
2008-04-29 22:04:06 -04:00
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th class="field-label">User name:</th>
|
2008-05-26 01:47:27 -04:00
|
|
|
<td><t:field t:name="username" /></td>
|
2008-04-29 22:04:06 -04:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th class="field-label">Real name:</th>
|
2008-05-26 01:47:27 -04:00
|
|
|
<td><t:field t:name="realname" /></td>
|
2008-04-29 22:04:06 -04:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th class="field-label">New password:</th>
|
2008-05-26 01:47:27 -04:00
|
|
|
<td><t:password t:name="new-password" /></td>
|
2008-04-29 22:04:06 -04:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th class="field-label">Verify:</th>
|
2008-05-26 01:47:27 -04:00
|
|
|
<td><t:password t:name="verify-password" /></td>
|
2008-04-29 22:04:06 -04:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th class="field-label">E-mail:</th>
|
2008-05-26 01:47:27 -04:00
|
|
|
<td><t:field t:name="email" /></td>
|
2008-04-29 22:04:06 -04:00
|
|
|
</tr>
|
2008-05-01 21:03:02 -04:00
|
|
|
|
|
|
|
<tr>
|
|
|
|
<th class="field-label big-field-label">Capabilities:</th>
|
2008-06-01 18:22:39 -04:00
|
|
|
<td>
|
|
|
|
<t:each t:name="capabilities">
|
2008-11-17 21:48:02 -05:00
|
|
|
<t:checkbox t:name="@value" t:label="@value" /><br/>
|
2008-06-01 18:22:39 -04:00
|
|
|
</t:each>
|
|
|
|
</td>
|
2008-05-01 21:03:02 -04:00
|
|
|
</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>
|
2008-11-13 22:49:37 -05:00
|
|
|
<t:validation-errors />
|
2008-04-29 22:04:06 -04:00
|
|
|
</p>
|
|
|
|
|
|
|
|
</t:form>
|
|
|
|
</t:chloe>
|