Current File : /home/inlingua/www/dwarka/icentex/admin_fd/ingl_student.view.php |
<?php
// Copyright, Panalink Infotech Limited. Created on: 27-11-2010
// Include header
include "header_fd.php";
?>
<h3> Fd Admin</h3>
<div id="contentnew">
<?php
echo '<h4>'.$succFailMesg.'</h4>';
?>
<table border='1' class='pa-nor' width="100%" cellpadding="3" cellspacing="0">
<tr valign='top'><td>Student name</td><td><?php echo $dbObject->getDbField('studentName');?> </td></tr>
<tr valign='top'><td>Course ID</td><td><?php echo $dbObject->getDbField('ccourseid');?> </td></tr>
<tr valign='top'><td>Login</td><td><?php echo $dbObject->getDbField('login');?> </td></tr>
<tr valign='top'><td>Password</td><td><?php echo $dbObject->getDbField('password');?> </td></tr>
<tr valign='top'><td>Create Date</td><td><?php echo $dbObject->getDbField('createDate');?> </td></tr>
</table>
</div>
<div style="margin-top:120px"> </div>
<?php
// Include footer
include "footer_fd.php";
?>