Размер файла: 1.48Kb
<p align="center"><font face="Mead Bold" size="5">Edit Sub Category</font></p>
<form method="POST" action="admin.php">
<div align="center">
<center>
<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="410" id="AutoNumber4" bgcolor="#009999">
<tr>
<td width="100"><font color="#FFFFFF" size="1" face="Verdana">Sub Category
Name:</font></td>
<td>
<input type="text" name="sub_category_name" size="20" value="{sub_category_name}"></td>
</tr>
<tr>
<td width="100"><font color="#FFFFFF" size="1" face="Verdana">Sub Category
Description:</font></td>
<td><textarea rows="7" name="sub_category_description" cols="30">{sub_category_description}</textarea></td>
</tr>
<tr>
<td width="100"><font face="Verdana" size="1" color="#FFFFFF">Category:</font></td>
<td><select size="1" name="category">
{category_list}
</select></td>
</tr>
<tr>
<td width="100"><font face="Verdana" size="1" color="#FFFFFF">Active:</font></td>
<td><select size="1" name="active">
{active_list}
</select></td>
</tr>
</table>
</center>
</div>
<p align="center">
<input type="hidden" value="{sub_category_id}" name="id">
<input type="submit" value="Edit Sub Category" name="edit_sub_category"></p>
</form><br><br><br>