<div id="container">
<form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?> ">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<th colspan="2" bgcolor="#147a14" height="35">
<span class="list_heading">Viewing <?php echo $item ?> Details...</span>
</th>
</tr>
<tr>
<td colspan="2" align="center" height="25" bgcolor="#00ba00">
<?php echo $num_post_message ?>
</td>
</tr>
<tr>
<td colspan="2" align="center" height="35">
<div id="paginate"><?php echo $pagination_row ?></div>
</td>
</tr>
<?php echo $details ?>
<tr>
<td colspan="2" align="center" height="35">
<div id="paginate"><?php echo $pagination_row ?></div>
</td>
</tr>
<tr>
<td colspan="2" align="center" height="75">
<p id="border"><input type="submit" id="viewinput" name="quit" value="Quit"></p>
<input type="hidden" name="view" value="View">
</td>
</tr>
</table>
</form>
</div>