Current File : /home/inlingua/public_html/noida/icentex/admin/backup/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');?>&nbsp;</td></tr>
<tr valign='top'><td>taxPer</td><td><?php echo $dbObject->getDbField('taxPer');?>&nbsp;</td></tr>
<tr valign='top'><td>status</td><td><?php echo $dbObject->getDbField('status');?>&nbsp;</td></tr>
</table>



<?php
// Include footer
include "footer.php";
?>