<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">Page info</p>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Select a Category:
</td>
<td bgcolor="#eeeeee" height="40">
<?php echo $category_select ?>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Page Name:
</td>
<td bgcolor="#eeeeee" height="40">
<input type="text" name="name" size="35" maxlength="35"> This will appear in the sidebar as a link to your page.
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="175">
Page Text: HTML allowed
</td>
<td bgcolor="#eeeeee" height="175">
<textarea rows="15" cols="75" name="text"></textarea>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Page display:
</td>
<td bgcolor="#eeeeee" height="40">
<?php echo $display_select ?>
</td>
</tr>
<tr>
<th colspan="2" bgcolor="#ffcc00" height="30">
<p align="center">Web 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">
Priority Number:
</td>
<td bgcolor="#eeeeee" height="40">
<input type="text" name="priority" value="0" size="5" maxlength="5">
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Allow public comments:
</td>
<td bgcolor="#eeeeee" height="40">
<?php echo $comment_select ?>
</td>
</tr>
<tr>
<td align="right" bgcolor="#eeeeee" height="40">
Enable RSS feed:
</td>
<td bgcolor="#eeeeee" height="40">
<?php echo $rss_feed_select ?>
</td>
</tr>
<tr>
<th colspan="2" bgcolor="#ffcc00" height="30">
<p align="center">Click "Save" to add this page.</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 Page
</td>
<td align="center" valign="middle" width="50%" height="25">
Cancel
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>