Viewing file: msgFormTeachComplete.php (2.46 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once "template.php";
showHeader();
include_once "../class/clsAssessForm.php";
include_once "../class/clsCourseAssess.php";
include_once "../class/clsOfficerAssess.php";
$oCA = new clsConnection($GLOBALS['HOST'], $GLOBALS['DB_EASS'], $GLOBALS['USER_EASS'], $GLOBALS['PASSWORD_EASS']);
$oAF = new AssessForm($oCA);
$oAF->RSAssessFormByAssid($assid);
$oAF->GetRecord();
$oCourse = new CourseAssess($oCA);
$oCourse->SearchByKey($courseId);
$oCourse->GetRecord();
$oOFA = new OfficerAssess($oCA);
$oOFA->SearchByKey($officerId);
$oOFA->GetRecord();
?>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="../../source/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
</style><br>
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="724">
<fieldset>
<legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="../teacher/startPageAssTeach.php">ประเมินการสอน</a><img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle">
ทำแบบประเมิน</font></legend>
<br>
<table border="0" align="center">
<tr>
<td width="364"> </td>
</tr>
<tr>
<td align = "center" ><span class="fontMark5">
<? echo $oAF->nameAss; ?>
</span></td>
</tr>
<tr>
<td align = "center"> </td>
</tr>
<tr>
<td align = "center"><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_7'];?>"><img src="../picture/assess.jpg" align="absmiddle"></font></td>
</tr>
<tr>
<td align = "center"> </td>
</tr>
<tr>
<td align = "center"><b><font size="2" color="<?php echo $GLOBALS['COLOR_FONT_7'];?>"> ! บันทึกการประเมินเรียบร้อยแล้ว ! </font></b> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
<tr>
<td><div align="center">
<input type="button" name="cancel" value="ตกลง" onClick=" location.href = 'startPageAssTeach.php'">
</div></td>
</tr>
<tr>
<td><div align="center"></div></td>
</tr>
</table>
<br>
</fieldset>
</td>
</tr>
</table>
<p><br>
</p>
</table>
<?php
showFooter();
?>
|