<!-- TITLE: Pending Registration Confirmations -->
<form method=post name=frm>
<table border="0" cellPadding=3 cellSpacing="1" width="90%" align=center>
<tr>
<td colspan="4" align=center>
<table border=1 width="100%" cellpadding=1 cellspacing=0>
<tr class=ex_row>
<td width="1%"> </td>
<td width="1%">
<input type=checkbox name=chk_all value=1 OnClick="SwitchItemsAdm()">
</td>
<td> <b>E-mail</td>
<td width="10%"> <b>Code </td>
<td width="10%"> <b>Date </td>
</tr>
<!-- TPL_INSERT : row -->
<!-- TPL_CELL : def -->
<tr>
<td>##num##.</td>
<td><input type=checkbox name=chk_id[] value="##email##"></td>
<td><p class=ag_adm>##email##</td>
<td><center>##code##</td>
<td nowrap><center>##regdate##</td>
</tr>
<!-- /TPL_CELL : def -->
<!-- /TPL_INSERT : row -->
</table>
<p>
<input type=submit name=submdel value="Delete" class=button
onClick="return(confirm('Delete ?'))"><input type=reset
value="Reset" class=button>
<p>
##nav##
</td>
</tr>
</table>
</form>