Current File : /home/inlingua/www/decay_sym/root/proc/453150/cwd/www/icentex/admin_cert/ingl_test_instr.view.php |
<?php
// Created on: 28-03-2013
// Include header
include "header.php";
echo $succFailMesg;
?>
<table border='0' class='pa-nor pa-table'>
<tr valign='top'><td colspan='2'>instr:<br><?php echo $dbObject->getDbField('instr');?> </td></tr>
<tr valign='top'><td>status</td><td><?php echo $dbObject->getDbField('status');?> </td></tr>
</table>
<?php
// Include footer
include "footer.php";
?>