<!-- TITLE: Add User -->
<center>
<form method=post ##enc_type## name=frm>
<table width=100% cellpadding=0 cellspacing=0>
<tr>
<td width=35%></td>
<td width=65%></td>
</tr>
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr>
<td><p class=ag_##css##>##f_t## </p></td>
<td>##f_v## <font class=txt8 color=blue>##f_txt##</td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : row -->
<tr height=30><td align=center colspan=2> <br />
<input type=submit value="Submit" name=go
class="button"><input type=button value="Cancel" class=button
onClick="document.location='##PAGE_URL##'">
</td>
</tr>
</table>
</form>