Current File : /home/inlingua/www/noida/icentex/conveyance/admin_conveyance.php
<?php
include("header_conveyance.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>Conveyance Admin</h3>
	
	
	<table align="center" cellpadding="3" cellspacing="3" width="99%" id="adform">
					<tbody>
					<tr>
	<td width="33%" align="center">
<a href="conveyance.php" title=""> <h5>Add New Conveyance</h5></a>
<a href="conveyance.php" title="">	<img src="images/designation.jpg" alt="" width='50' height="50"></a>


</td>
<td width="33%" align="center">
<a href="policy_document.php" title=""> <h5>Conveyance Policy</h5></a>
<a href="policy_document.php" title="">	<img src="../images/download_8.gif" alt="" width='50' height="50"></a>
</td>

<td width="33%" align="center">
<a href="ingl_conveyance_kms.select.php" title=""> <h5>Kms Chart</h5></a>
<a href="ingl_conveyance_kms.select.php" title="">	<img src="images/kms.jpg" alt="" width='50' height="50"></a>
</td>

</tr>

<tr>

<td width="33%" align="center">
<a href="ingl_conveyance_bands.select.php" title=""> <h5>Rates Band</h5></a>
<a href="ingl_conveyance_bands.select.php" title="">	<img src="images/rates.jpg" alt="" width='50' height="50"></a>
</td>
<td width="33%" align="center">
<a href="ingl_conveyance_main.select.php?action=Send" title=""> <h5>Submitted Conveyance</h5></a>
<a href="ingl_conveyance_main.select.php?action=Send" title="">	<img src="images/search.jpg" alt="" width='50' height="50"></a>
</td>

<td width="33%" align="center">

<a href="ingl_conveyance_main.select.php?action=Save" title=""> <h5>Saved Conveyance</h5></a>
<a href="ingl_conveyance_main.select.php?action=Save" title="">	<img src="images/applied.jpg" alt="" width='50' height="50"></a>



</td>

<td width="33%" align="center">&nbsp;

</td>
</tr>

</tbody></table>	
<br />
			

<?php
include("footer_conveyance.php");
?>