Hacked By AnonymousFox
<?
include("../lib/session.php");
include("../lib/config.php");
include("../lib/connect.php");
include("../lib/function.php");
include("../lib/register_global.php");
if($System_Session_User_ID=="")
{
echo"<meta http-equiv=\"refresh\" content=\"0;URL=../index.php\">";
}
$gw=$_GET["gw"];
$fname=$_GET["fname"];
$lname=$_GET["lname"];
$sep=" ";
$fullname=$fname.$sep.$lname;
$idst=$_GET["idst"];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>ระบบประเมินรายวิชา/การสอนอาจารย์ </title>
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
<link href="../css/menu.css" rel="stylesheet" type="text/css" />
<link href="../css/font.css" rel="stylesheet" type="text/css" />
<link href="../css/piya_style.css" rel="stylesheet" type="text/css" />
<link href="../css/table.css" rel="stylesheet" type="text/css" />
<style>
.input1{
background: #006600;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
padding: 5px 10px 5px 10px;
color: #fff;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
border-left:none;
border-top:none;
margin:10px 0 10px 0;
}
.input1:hover{
background: #62A062;
}
.input2{
background:#F50000;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
padding: 5px 10px 5px 10px;
color: #fff;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
cursor: pointer;
border-left:none;
border-top:none;
margin:10px 0 10px 0;
}
.input2:hover{
background:#FF4B1A;
}
.input3{
background: #999999;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
padding: 5px 10px 5px 10px;
color: #fff;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
border-left:none;
border-top:none;
margin:10px 0 10px 0;
}
.input3:hover{
background: #D5D5D5;
}
.input31 {
background: #999999;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
padding: 5px 10px 5px 10px;
color: #fff;
font-weight: bold;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
border-left:none;
border-top:none;
margin:10px 0 10px 0;
}
.graph {
position: relative; /* IE is dumb */
width: 400px;
border: 1px solid #000000;
padding: 2px;
}
.graph .barred {
display: block;
position: relative;
background: #FFA29B;
text-align: center;
color: #333;
height: 2em;
line-height: 2em;
}
.graph .bargreen {
display: block;
position: relative;
background: #89B889;
text-align: center;
color: #333;
height: 2em;
line-height: 2em;
}
.graph .bar span { position: absolute; left: 1em; }
.style16 {font-weight: bold}
</style>
</head>
<body onload="MM_preloadImages('../images/menu/menu_03.png','../images/menu/menu_01_over.png','../images/menu/menu_05_over.png')">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="49%" height="100" align="center" bgcolor="#0866C6" ><img src="logo.png" width="567" height="102" /></td>
<td width="51%" align="center" bgcolor="#0866C6" ><table width="60%" border="0" align="right" cellpadding="5" cellspacing="5">
<tr>
<td width="31%" rowspan="3"><div align="center">
<?php
$sqlpic="select picture from mfu_mod_teacher where Id='$System_Session_User_ID'";
$querypic=mysql_query($sqlpic);
$rowpic=mysql_fetch_array($querypic);
if( file_exists("../../mfu/upload/member/$rowpic[0]") )
{ ?>
<img src="../../mfu/upload/member/<?=$rowpic[0]?>" alt="Photo" width="87" height="109" border="3" style="border-color:#3984D0" />
<? }
else
{ ?>
<img src="pic/nopic.jpg" alt="Photo" height="130" border="3" style="border-color:#3984D0" />
<? } ?>
</div></td>
<td width="69%" class="login"><div align="left">
<? if($System_Session_Sex==1){echo"นพ.";}if($System_Session_Sex==2){echo"พญ.";} if($System_Session_Sex==""&&$System_Session_Prefix=="นาย"){echo"นพ.";}if($System_Session_Sex==""&&$System_Session_Prefix=="นาง"){echo"พญ.";}if($System_Session_Sex==""&&$System_Session_Prefix=="นางสาว"){echo"พญ.";}?><?=$System_Session_FullName?>
</div></td>
</tr>
<tr>
<td bgcolor="2074CA"><div align="left"><span class="login"><a href="changepass.php">เปลี่ยนรหัสผ่าน</a> </span></div></td>
</tr>
<tr>
<td bgcolor="2074CA" class="login"><div align="left"><a href="../system/logout.php"> ออกจากระบบ</a> </div></td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2" align="center" valign="top"><table width="100%" border="0">
<tr>
<td width="19%" rowspan="2" valign="top" bgcolor="#282828"><table width="100%" border="1" style="border-collapse:collapse" bordercolor="#232323" cellpadding="7" cellspacing="7">
<tr>
<td bgcolor="#232323"><div align="center" class="login">เมนู</div></td>
</tr>
<tr>
<td bgcolor="#282828"><div align="center"><strong><span class="login"><a href="home.php">ประกาศ</a></span></strong></div></td>
</tr>
<tr>
<td bgcolor="#282828"><div align="center"><strong><span class="login"><a href="datastudent.php">ข้อมูลนักศึกษา</a></span></strong></div></td>
</tr>
<tr>
<td bgcolor="#282828"><div align="center"><strong><span class="login"><a href="table.php">ตารางสอน</a></span></strong></div></td>
</tr>
<tr>
<td bgcolor="#282828"><div align="center"><span class="login"><a href="money.php"><strong>ค่าตอบแทน</strong></a></span></div></td>
</tr>
<tr>
<td bgcolor="#282828"><div align="center"><span class="login"><a href="train.php"><strong>ข้อมูลประวัติการอบรม</strong></a></span></div></td>
</tr>
<tr>
<td bgcolor="#282828"><div align="center"><span class="login"><a href="stat.php"><strong>สถิติการเข้าใช้ระบบ</strong></a></span></div></td>
</tr>
<tr>
<td bgcolor="#282828"><div align="center"><span class="login"><a href="student_report.php"><strong>Student Report</strong></a></span></div></td>
</tr>
<tr>
<td bgcolor="#282828"><div align="center"><span class="login"><a href="suggest.php"><strong>ข้อเสนอแนะ<br />
ในความเห็นของ<br />
อาจารย์ที่ปรึกษาชั้นคลินิก</strong></a></span></div></td>
</tr>
</table>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
<td width="81%" bgcolor="#DDDDDD"><div align="left"><strong> ยินดีต้อนรับเข้าสู่ระบบบริหารการศึกษา</strong></div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" valign="top"><br />
<form action="savesuggest.php" method="post">
<table width="90%" border="1" align="center" bordercolor="#A06E6F" cellpadding="10" style="border border-collapse: collapse">
<tbody>
<tr>
<td align="center">ข้อเสนอแนะสำหรับนักศึกษาในความเห็นของอาจารย์ที่ปรึกษาชั้นคลินิก<br />
ประจำปีการศึกษา
<select name="inputyear" id="select">
<option value="2562" selected>2562</option>
<option value="2563">2563</option>
<option value="2564">2564</option>
<option value="2565">2565</option>
</select>
<br />
ชื่อนักศึกษา
<?=$fullname?>
<input name="inputst" type="hidden" value="<?=$fullname?>">
รหัสนักศึกษา
<?=$idst?><input name="inputidst" type="hidden" value="<?=$idst?>">
ชั้นปีที่
<?=$styear?> <input name="inputyearst" type="hidden" value="<?=$styear?>"> <br /></td>
</tr>
<tr>
<td><p>1) ด้านการเรียน<br />
<input type="radio" name="inputlv1" id="inputlv1" value="1`" />
ดีมาก
<input type="radio" name="inputlv1" id="inputlv1" value="2" />
ดี
<input type="radio" name="inputlv1" id="inputlv1" value="3" />
พอใช้
<input type="radio" name="inputlv1" id="inputlv1" value="4" />
ควรปรับปรุง
<input type="radio" name="inputlv1" id="inputlv1" value="5" />
อื่นๆ และข้อเสนอแนะ <br />
ความเห็นเพิ่มเติม <br />
<textarea name="comment1" id="comment1" cols="45" rows="5"></textarea>
</p>
<p>2) ด้านพฤติกรรม<br />
<input type="radio" name="inputlv2" id="inputlv2" value="1`" />
ดีมาก
<input type="radio" name="inputlv2" id="inputlv2" value="2" />
ดี
<input type="radio" name="inputlv2" id="inputlv2" value="3" />
พอใช้
<input type="radio" name="inputlv2" id="inputlv2" value="4" />
ควรปรับปรุง
<input type="radio" name="inputlv2" id="inputlv2" value="5" />
อื่นๆ และข้อเสนอแนะ <br />
ความเห็นเพิ่มเติม <br />
<textarea name="comment2" id="comment2" cols="45" rows="5"></textarea>
</p>
<p>3) ด้านทัศนคติ<br />
<input type="radio" name="inputlv3" id="inputlv3" value="1`" />
ดีมาก
<input type="radio" name="inputlv3" id="inputlv3" value="2" />
ดี
<input type="radio" name="inputlv3" id="inputlv3" value="3" />
พอใช้
<input type="radio" name="inputlv3" id="inputlv3" value="4" />
ควรปรับปรุง
<input type="radio" name="inputlv3" id="inputlv3" value="5" />
อื่นๆ และข้อเสนอแนะ <br />
ความเห็นเพิ่มเติม <br />
<textarea name="comment3" id="comment3" cols="45" rows="5"></textarea>
</p>
<p>4) ด้านการปรับตัว<br />
<input type="radio" name="inputlv4" id="inputlv4" value="1`" />
ดีมาก
<input type="radio" name="inputlv4" id="inputlv4" value="2" />
ดี
<input type="radio" name="inputlv4" id="inputlv4" value="3" />
พอใช้
<input type="radio" name="inputlv4" id="inputlv4" value="4" />
ควรปรับปรุง
<input type="radio" name="inputlv4" id="inputlv4" value="5" />
อื่นๆ และข้อเสนอแนะ <br />
ความเห็นเพิ่มเติม <br />
<textarea name="comment4" id="comment4" cols="45" rows="5"></textarea>
</p>
<p>5) ด้านอื่นๆ ที่นักศึกษาต้องการปรึกษาเพิ่มเติม เช่น ปัญหาส่วนตัว ครอบครัว การเงิน ความรัก เป็นต้น<br />
<br />
ถ้ามี ระบุ
<br />
<textarea name="comment5" id="comment5" cols="45" rows="5"></textarea>
</p></td>
</tr>
<tr>
<td align="center"><input type="submit" name="submit" id="submit" value="บันทึกข้อมูล" /></td>
</tr>
</tbody>
</table>
</form>
<p> </p>
<p><br />
<br />
<br />
<br />
</p><br /></td></tr>
</table> </td>
</tr>
</table>
</body>
</html>
Hacked By AnonymousFox1.0, Coded By AnonymousFox