File: /home/nyiet8349bzl/Backup/sbc_back/homedir/public_html/old-myadmin/admin/add.php
<?php
if (!defined('WEB_ROOT')) {
exit;
}
?>
<p> </p>
<form action="processAdmin.php?action=addAdmin" method="post" name="frmAddAdmin" id="frmAddAdmin">
<p align="center" class="formTitle">Add New Admin</p>
<table width="60%" border="0" align="center" cellpadding="5" cellspacing="1" class="entryTable">
<tr>
<td width="150" class="label">User Name</td>
<td class="content"> <input name="Admname" type="text" class="box" id="uname" size="15" maxlength="15"></td>
</tr>
<tr>
<td width="150" class="label">Password</td>
<td class="content"><input name="Admpassword" type="password" class="box" id="upassword" size="10" maxlength="10"> </td>
</tr>
<tr>
<td width="150" class="label">Confirm Password</td>
<td class="content"><input name="conpassword" type="password" class="box" id="conpassword" size="10" maxlength="10"> </td>
</tr>
<tr>
<tr>
<td width="150" class="label">Full Name</td>
<td class="content"> <input name="AdmFullName" type="text" class="box" id="txtName" size="50" maxlength="100"></td>
</tr>
<tr>
<td width="150" class="label">E-mail</td>
<td class="content"> <input name="AdmEmail" type="text" class="box" id="txtSku" size="50" maxlength="100"></td>
</tr>
</table>
<p align="center">
<input name="btnAddProduct" type="submit" id="btnAddProduct" value="Add Admin" onClick="checkAddProductForm();" class="box">
<input name="btnCancel" type="button" id="btnCancel" value="Cancel" onClick="window.location.href='index.php';" class="box">
</p>
</form>