50 lines
933 B
XML
50 lines
933 B
XML
|
<?xml version='1.0' ?>
|
||
|
|
||
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
||
|
|
||
|
<t:title>New User</t:title>
|
||
|
|
||
|
<t:form t:action="$user-admin/new">
|
||
|
|
||
|
<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>
|
||
|
|
||
|
<tr>
|
||
|
<th class="field-label big-field-label">Capabilities:</th>
|
||
|
<td><t:edit t:component="capabilities" /></td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
|
||
|
<p>
|
||
|
<button type="submit" class="link-button link">Create</button>
|
||
|
<t:validation-message />
|
||
|
</p>
|
||
|
|
||
|
</t:form>
|
||
|
</t:chloe>
|