Current File : /home/inlingua/public_html/icentex/tutorials.php |
<?php
include("header_documents.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>
<h2>Tutorials</h2>
<table align="center" cellpadding="3" cellspacing="3" width="99%" id="adform">
<tbody>
<tr>
<td width="33%" align="center"><div class="divlink">
<a href="tutorials_documents.php?document=course_records" class="hlink" title="Course Records">
<h5>Course Records Tutorial</h5></a>
<a class="hlink" href="tutorials_documents.php?document=course_records" title="Course Records"> <img class="divimglink" height="50" width="50" src="images/att2.jpg" alt="" ></a>
</div></td>
<td width="33%" align="center"><div class="divlink">
<a href="tutorials_documents.php?document=conveyance" class="hlink" title=" Workshop">
<h5>Conveyance Tutorial</h5></a>
<a class="hlink" href="tutorials_documents.php?document=conveyance" title="Workshop"> <img class="divimglink" height="50" width="50" src="images/workshop.jpg" alt="" width='50' height="50"></a>
</div></td>
<td width="33%" align="center">
<div class="divlink">
<a class="hlink" href="tutorials_documents.php?document=eoc" title=""><h5>
EOC Report Tutorial</h5></a>
<a class="hlink" href="tutorials_documents.php?document=eoc" title=""><img class="divimglink" height="50" width="50" src="images/certificate.jpeg" alt="" width='50' height="50" /></a>
</div>
</td>
</tr>
<tr>
<td width="33%" align="center">
<div class="divlink">
<a href="tutorials_documents.php?document=LeaveTracker" class="hlink" title=" LeaveTracker">
<h5>Leave Tracker Tutorial</h5></a>
<a class="hlink" href="tutorials_documents.php?document=LeaveTracker" title="LeaveTracker"> <img class="divimglink" height="50" width="50" src="images/apply.jpg" alt="" width='50' height="50" ></a>
</div>
</td>
<td width="33%" align="center">
<div class="divlink">
<a href="tutorials_documents.php?document=timesheet" class="hlink" title=" Timesheet">
<h5>Timesheet Tutorial</h5></a>
<a class="hlink" href="tutorials_documents.php?document=timesheet" title="Timesheet"> <img class="divimglink" height="50" width="50" src="images/timesheet.jpeg" alt="" width='50' height="50"></a>
</div>
</td>
<td align="center"><div class="divlink">
<a href="tutorials_documents.php?document=timesheet" class="hlink" title=" Workshop">
<h5>Workshop Tutorial</h5></a>
<a class="hlink" href="tutorials_documents.php?document=workshop" title="Workshop"> <img class="divimglink" height="50" width="50" src="images/workshop.jpg" alt="" width='50' height="50"></a>
</div></td>
</tr>
</tbody></table>
<?php
include("footer_tutorials.php");
?>