<input name="attribute" type="hidden" value="{$ATTRIBUTE}">
<input name="password" type="hidden" value="{$PASSWORD}">
<input name="status" type="hidden" value="{$STATUS}">
<input name="image" type="hidden" value="{$IMAGE}">
<table class="coverage">
<thead>
<tr>
<th colspan="2">
{$CAPTION} {$ERRORMESSAGE}
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tile">
{$L_NEWPW}
<input name="newpw" type="password" size="10">
</td>
</tr>
<tr>
<td class="tile">
{$L_NEWPW_REPEAT}
<input name="newpw_repeat" type="password" size="10">
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2">
<input type="submit" name="submit" value="{$SUBMIT}">
<input name="reset" type="reset" value="{$RESET}" onclick="window.close();">
</td>
</tr>
</tfoot>
</TABLE>