Current File : /home/inlingua/public_html/icentex/trainer_resource_admin/admin_trainer.php |
<?php
include("header_trainer.php");
// Include the database connection details
require('../dbConnection.php');
// Include common functions
require('../commonFunc.php');
// Include common functions
require('../globalVars.php');
// Include the table handler class
require('../dbHandler.class.php');
// Init and connect to database
$dbObject = new dbHandler();
$dbObject->connect();
?>
<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>Trainer Resources</h3>
<table align="center" cellpadding="3" cellspacing="3" width="99%" id="adform">
<tbody>
<tr>
<td width="33%" align="center">
<a href="ingl_active_workshops_apply.select.php?stat=Waiting" title=""> <h5>Applicants</h5></a>
<a href="ingl_active_workshops_apply.select.php?stat=Waiting" title=""> <img src="images/applied.jpg" alt="" width='50' height="50"></a>
</td>
<td width="33%" align="center">
<a href="ingl_active_workshops_apply.select.php?stat=selfCancel" title=""> <h5>Applied for self cancellation</h5></a>
<a href="ingl_active_workshops_apply.select.php?stat=selfCancel" title=""> <img src="images/applied.jpg" alt="" width='50' height="50"></a>
</td>
<td width="33%" align="center">
<a href="ingl_active_workshops_apply.select.php?stat=Cancelled" title=""> <h5>Cancelled applicants</h5></a>
<a href="ingl_active_workshops_apply.select.php?stat=Cancelled" title=""> <img src="images/applied.jpg" alt="" width='50' height="50"></a>
</td>
</tr>
<tr>
<td width="33%" align="center">
<a href="ingl_active_workshops.select.php?stat=Cancelled_workshops" title=""> <h5>Cancelled workshops</h5></a>
<a href="ingl_active_workshops.select.php?stat=Cancelled_workshops" title=""> <img src="images/workshop.jpg" alt="" width='50' height="50"></a>
</td>
<td width="33%" align="center">
<a href="ingl_active_workshops.select.php?stat=Finalised_Workshops" title=""> <h5>Finalised workshops</h5></a>
<a href="ingl_active_workshops.select.php?stat=Finalised_Workshops" title=""> <img src="images/workshop.jpg" alt="" width='50' height="50"></a>
</td>
<td width="33%" align="center">
<a href="ingl_session.select.php" title=""> <h5>Sessions</h5></a>
<a href="ingl_session.select.php" title=""> <img src="images/session.jpg" alt="" width='50' height="50"></a>
</td>
</tr>
<tr>
<td width="33%" align="center">
<a href="trainer_resource_video.select.php" title=""><h5>Videos center</h5></a>
<a href="trainer_resource_video.select.php" title=""> <img src="images/videos.jpg" alt="" width='50' height="50"></a>
</td>
<td width="33%" align="center">
<a href="ingl_workshops.select.php" title=""> <h5>Workshops</h5></a>
<a href="ingl_workshops.select.php" title=""> <img src="images/send.jpeg" alt="" width='50' height="50"></a>
</td>
<td width="33%" align="center">
<a href="ingl_active_workshops.select.php" title=""> <h5>Workshop allocation</h5></a>
<a href="ingl_active_workshops.select.php" title=""> <img src="images/workshop.jpg" alt="" width='50' height="50"></a>
</td>
</tr>
</tbody></table>
<br />
<div style="width:100%;text-align:left;padding-left:70px;" >
<a href="http://download.cnet.com/3001-13632_4-10267151.html?spi=27c07607f081f568c22de547347728af" target="_blank"><b>Download VLC Player to view video files</b></a>
</div>
<?php
include("footer_trainer.php");
?>