<form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?> " enctype="multipart/form-data">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<th colspan="2" bgcolor="#c89b00" height="35">
<span class="list_heading"><?php echo $info ?></span>
</th>
</tr>
<tr>
<th colspan="2" bgcolor="#ffcc00" height="30">
<p align="center">New Category info:</p>
</th>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Category Name:
</td>
<td bgcolor="#eeeeee" height="40">
<input type="text" name="cat_name" size="35" maxlength="35">
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Category Type:
</td>
<td bgcolor="#eeeeee" height="40">
<?php echo $ctype_select ?>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Side Bar:
</td>
<td bgcolor="#eeeeee" height="40">
<?php echo $sidebar_selectbox ?>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
<input type="checkbox" name="rss_channel" value="yes">
</td>
<td bgcolor="#eeeeee" height="40">
Make this category an RSS channel
</td>
</tr>
<tr>
<th colspan="2" bgcolor="#ffcc00" height="30">
<p align="center">Meta Data:</p>
</th>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Web Title:
</td>
<td bgcolor="#eeeeee" height="40">
<input type="text" name="title" size="55" maxlength="55">
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="135">
Description: (No HTML)
</td>
<td bgcolor="#eeeeee" height="135">
<textarea rows="5" cols="55" name="description"></textarea>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="135">
Key Words:
</td>
<td bgcolor="#eeeeee" height="135">
<textarea rows="5" cols="55" name="keywords"></textarea>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Display:
</td>
<td bgcolor="#eeeeee" height="40">
<?php echo $display_select ?>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Priority Number:
</td>
<td bgcolor="#eeeeee" height="40">
<input type="text" name="priority" value="0" size="5" maxlength="5">
</td>
</tr>
<tr>
<th colspan="2" bgcolor="#ffcc00" height="30">
<p align="center">Click "Save" to add this category.</p>
</th>
</tr>
<tr>
<td colspan="2" bgcolor="#ececec">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" valign="middle" width="50%" height="75">
<p id="border"><input type="submit" id="addinput" name="task" value="Save"></p>
</td>
<td align="center" valign="middle" width="50%" height="75">
<p id="border"><input type="submit" id="deleteinput" name="quit" value="Quit"></p>
</td>
</tr>
<tr>
<td align="center" valign="middle" width="50%" height="25">
Add Category
</td>
<td align="center" valign="middle" width="50%" height="25">
Cancel
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>