<form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?> " enctype="multipart/form-data">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<th bgcolor="#cccccc" height="35">
<?php echo $page_title ?>
</th>
</tr>
<tr>
<td align="center" height="350" valign="middle" bgcolor="#ffffff">
<h4><?php echo $info ?></h4>
</td>
</tr>
<tr>
<td align="center" height="75" valign="middle">
<p id="border"><input type="submit" id="deleteinput" name="quit" value="Quit"></p>
</td>
</tr>
</table>
</form>