Current File : /home/inlingua/public_html/noida/icentex_noida/admin.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>Timesheet</h3>
<table align="center" cellpadding="5" cellspacing="5" width="99%" id="adform">
<tbody>
<tr>
<td width="33%" align="center">
<div class="divlink">
<a href="timesheet.php" title="Add New Timesheet">
<h5>Add New Timesheet</h5></a>
<a href="timesheet.php" title="Add New Timesheet"> <img src="images/newtime.jpeg" alt="NewTimesheet" width='50' height="50"></a>
</div></td>
<td width="33%" align="center"><div class="divlink">
<a href="timesheet.archive.php" title=""><h5>Cancelled Timesheets</h5></a>
<a href="timesheet.archive.php" ><img src="images/cancelbyself.png" alt="" width='50' height="50"></a></div></td>
<td width="33%" align="center"><div class="divlink">
<a href="edit.main.php?aC=sM" title="Edit profile"><h5>Edit profile</h5></a>
<a href="edit.main.php?aC=sM" title="Edit profile"><img src="images/editpro.png" alt="Profile" width='50' height="50"></a></div></td>
</tr>
<tr>
<td width="33%" align="center"><div class="divlink">
<a href="edit.main.php?aC=sM" title=""><h5>Rates</h5></a>
<a href="rates.select.php" ><img src="images/rates.png" alt="" width='50' height="50"></a></div></td>
<td align="center">
<div class="divlink">
<a href="timesheet.select.php" title="Saved Timesheet">
<h5>Saved Timesheet</h5></a>
<a href="timesheet.select.php" title="Saved Timesheet"><img align="middle" src="images/saved.png" alt="Saved Timesheet" width='50' height="50"></a></div></td>
<td align="center"><div class="divlink">
<a href="timesheet.submit.php" title="Submitted Timesheets">
<h5>Submitted Timesheets</h5></a>
<a href="timesheet.submit.php" title="Submitted Timesheets"><img src="images/submitted.jpeg" alt="Submitted Timesheets" width='50' height="50" /></a></div></td>
</tr>
</tbody></table>
<?php
include("footer.php");
?>