ESH/admin.php
2024-10-23 18:28:06 +05:30

35 lines
1.0 KiB
PHP

<?php include('header.php'); ?>
<tr>
<td height="350" valign="top" style="padding:10px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" alt="" width="210" height="1" /></td>
<td><img src="images/spacer.gif" alt="" width="10" height="1" /></td>
<td width="100%"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
</tr>
<tr>
<td valign="top" ><table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td><fieldset class="bdr1" >
<?php include('left_nav2.php'); ?>
</fieldset>
</td>
</tr>
</table></td>
<td><img src="images/spacer.gif" alt="" width="10" height="10" /></td>
<td align="left" valign="top" ><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><fieldset class="bdr1" >
&nbsp;
</fieldset>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<?php include('footer.php'); ?>