<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#dddddd">
<form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?> " enctype="multipart/form-data"><?php echo "\n" ?>
<tr>
<th colspan="4" align="center" valign="middle" height="35" bgcolor="#777bb4">
<span class="list_heading">Comments</span>
</th>
</tr>
<tr>
<td colspan="7" align="center" height="20">
<p>Click on a title to view a comment.</p>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="2" bgcolor="#555555">
<tr>
<th width="15%" bgcolor="#fefefe" height="30">
<?php echo $comment_id_th ?>
</th>
<th width="15%" bgcolor="#fefefe">
<?php echo $author_th ?>
</th>
<th width="45%" bgcolor="#fefefe">
<?php echo $title_th ?>
</th>
<th width="25%" bgcolor="#fefefe">
<?php echo $pub_date_th ?>
</th>
</tr>
<?php echo $public_comments ?>
<tr>
<td colspan="7" align="center" bgcolor="#dddddd" height="25">
<div id="pagination"><p><?php echo $pagination_row ?></p></div>
</td>
</tr>
<tr>
<td colspan="7" align="right" height="25" class="select_display" bgcolor="#dddddd">
<a href="<?php echo $_SERVER['PHP_SELF'] ?>?sort=<?php echo $paginate_str ?>&page=<?php echo $page ?>&action=<?php echo $active_action ?>&displayall=all">Display All</a> | <a href="<?php echo $_SERVER['PHP_SELF'] ?>?sort=<?php echo $paginate_str ?>&page=<?php echo $page ?>&action=<?php echo $active_action ?>&displayall=normal">Display Normal</a>
</td>
</tr>
</form>
</table>