Current File : /home/inlingua/public_html/noida/icentex/iNDEED/ingl_designation.view.php
<?php
// Copyright, Panalink Infotech Limited. Created on: 01-02-2012

// Include header
include "header.php";

echo $succFailMesg; 
?>

<table border='1' class='pa-nor'>
<tr valign='top'><td>designation</td><td><?php echo $dbObject->getDbField('designation');?>&nbsp;</td></tr>
</table>



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