blob: cd645a9f16a97c42d1a0e7bd9ee566eb81a66854 [file] [log] [blame]
<html jwcid="$content$">
<body jwcid="border@Border">
<p> Update your registration information using the form below. Fields marked with <span class="required-field"
>*</span> are required.</p>
<span jwcid="@ShowError"/>
<span jwcid="@ShowValidationError" delegate="ognl:validationDelegate"/>
<form jwcid="form">
<table class="form">
<tr>
<th>First Name</th>
<td/>
<td width="390">
<input jwcid="firstName@TextField" value="ognl:attributes.firstName" size="30" maxlength="30" type="text"/>
</td>
</tr>
<tr>
<th>
<span jwcid="@FieldLabel" field="component:lastName">Last Name</span>
</th>
<td>
<span class="required-field">*</span>
</td>
<td>
<input jwcid="lastName" size="30" maxlength="30" type="text"/>
</td>
</tr>
<tr>
<th>
<span jwcid="@FieldLabel" field="component:email">E-mail</span>
</th>
<td>
<span class="required-field">*</span>
</td>
<td>
<input jwcid="email" type="text" size="30" maxlength="60"/>
</td>
</tr>
<tr>
<th>
<span jwcid="@FieldLabel" field="component:password1">Password</span>
</th>
<td/>
<td>
<input jwcid="password1" type="password" size="20" maxlength="20"/>
</td>
</tr>
<tr>
<th>
<span jwcid="@FieldLabel" field="component:password2">Password (again)</span>
</th>
<td/>
<td>
<input jwcid="password2" type="password" size="20" maxlength="20"/>
</td>
</tr>
<tr>
<td colspan="2"/>
<td>
<input type="image" src="images/update.png" height="20" width="52" border="0" alt="Update"/>
</td>
</tr>
</table>
</form>
</body>
</html>