Current File : /home/inlingua/www/faridabad/icentex/admin-certificate.php |
<?php
include("header.php");
?>
<style>
#adfrom h2,h4,h5,h6
{
/*font-family: Georgia, "Times New Roman", Times, serif;*/
color: #069; /* CHANGE TO CORPORATE COLOUR */
margin-bottom: 1em;
border-bottom:none;
padding-bottom: 0.3em;
}
#adfrom img
{
padding: 3px;
border: 1px solid #ccc;
}
#adfrom a img
{
padding: 3px;
border: 1px solid #ccc;
}
#adfrom a img:hover
{
padding: 3px;
border:none;
}
</style>
<h3>EOC Report</h3>
<table align="center" cellpadding="3" cellspacing="3" width="99%" id="adform">
<tbody>
<tr>
<td width="33%" align="center"><a href="certificate.php" title="">
<a href="certificate.php" title="">
<h5>Add EOC Report </h5></a>
<img src="images/addnew.jpeg" alt="" width='50' height="50"/></a>
</td>
<td width="33%" align="center">
<a href="viewcertificate.php" title="">
<h5>View EOC Report</h5></a>
<a href="viewcertificate.php" title=""><img align="middle" src="images/view.jpg" alt="" width='50' height="50"></a></td>
<td width="33%"> </td>
</tr>
</tbody></table>
<?php
include("footer-certificate.php");
?>