Current File : /home/inlingua/public_html/dwarka/icentex/pg/admin_in.php
<?php
include("header_in.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>Payments</h3>
	
	
	<table border="0" align="center" cellpadding="3" cellspacing="3" width="99%" id="adform">
					<tbody>
	<tr>
<!--<td width="33%" align="center">
<a href="changepass_fd.php" ><h5>Change Password </h5></a>
<a href="changepass_fd.php" ><img src="../images/icon-48-section.png" alt=" ">	</a>

</td>-->
	
<td width="25%" align="center"> 
<a href="ingl_admission.main.php"> <h5>Add in-center</h5></a>
<a href="ingl_admission.main.php" title="">	<img src="images/Admission.png" alt=""></a>
</td>

	
<td width="25%" align="center"> 
<a href="ingl_invoice_main.main.php" title=""> <h5>Add New Fees</h5></a>
<a href="ingl_invoice_main.main.php" title="">	<img src="images/Individual.png" alt="Add New Fees"></a>
</td>

<td width="25%" align="center"> 
<a href="ingl_material_main.main.php" title=""> <h5>Material  Issue</h5></a>
<a href="ingl_material_main.main.php" title="">	<img src="images/Matterial.jpg" alt="" width="164"></a>
</td>


<td width="25%" align="center">
<a href="ingl_invoice_main.select.php" ><h5>View Fee </h5></a>
<a href="ingl_invoice_main.select.php" ><img src="images/ViewFee.png" alt=" "></a></td>

<td width="25%" align="center">
<a href="ingl_payment_gateway.main.php" ><h5>Add New Online Payment </h5></a>
<a href="ingl_payment_gateway.main.php" ><img src="images/OnlinePay.png" alt=" "></a></td>



</tr>
  <tr>
   <td width="33%" align="center"> 
    <a href="payment_report.php" title=""> <h5>Payment Received</h5></a>
    <a href="payment_report.php" title="">	<img src="images/Invoice.png" alt=""></a>
    </td>
     <td width="33%" align="center"> 
    <a href="#" title=""> <h5>Fees Reports</h5></a>
    <a href="#" title="">	<img src="images/FeeReports.png" alt=""></a>
    </td>
     <td width="33%" align="center"> 
    <a href="ingl_payment_gateway.select.php" title=""> <h5>View Online Payment</h5></a>
    <a href="ingl_payment_gateway.select.php" title="">	<img src="images/OnlineReports.png" alt=""></a>
    </td>
  </tr>

<tr>
<td width="33%" align="center"> 
    <a href="individual_payment_report.php" title=""> <h5>Individual Payment Reports</h5></a>
    <a href="individual_payment_report.php" title="">	<img src="images/Individual.jpg" alt=""></a>
    </td>

<td align="center" width="33%">
<?php
  $dbObject_tot = new dbHandler();
	$dbObject_tot->connect();
	  $querytotupdates="select recNo  from messages where 1=1 && to_send='".$_SESSION['id']."' &&  to_viewed = '0' &&  to_deleted = '0'";
	     $selectedRecords_msg = $dbObject_tot->Select($querytotupdates);
		  if($selectedRecords_msg>0)
		  {
		  $flag="<img src='../procedures/images/new-blinking.gif' style='border:none;'>";
		  }
	else
	{
   	   $flag="";
	}
?>
<a href="../procedures/private_messages.php" title=""> <h5>Updates (<?php echo $selectedRecords_msg; ?>) <?php echo $flag; ?></h5></a>
<a href="../procedures/private_messages.php" title="">	<img src="images/Update.jpg" alt="" width='50' height='50'></a>
</td>

<td width="33%" align="center"> 
    <a href="ingl_admission.select.php" title=""> <h5>View in-center</h5></a>
    <a href="ingl_admission.select.php" title="">	<img src="images/viewincenter.png" alt=""></a>
    </td>
</tr>

</tbody></table>	

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