Current File : /home/inlingua/public_html/faridabad/icentex/admin/taxes.view.php |
<?php
// Copyright, Panalink Infotech Limited. Created on: 28-05-2010
// Include header
include "header.php";
echo $succFailMesg;
?>
<table border='1' class='pa-nor'>
<tr valign='top'><td>taxName</td><td><?php echo $dbObject->getDbField('taxName');?> </td></tr>
<tr valign='top'><td>taxPer</td><td><?php echo $dbObject->getDbField('taxPer');?> </td></tr>
<tr valign='top'><td>status</td><td><?php echo $dbObject->getDbField('status');?> </td></tr>
</table>
<?php
// Include footer
include "footer.php";
?>