| Server IP : 172.67.187.206 / Your IP : 162.159.115.41 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/www/myschool/triamudom/check/rule/ |
Upload File : |
<?php
session_start();
$path = "../";
include ($path.'include/config_db.php');
include ($path.'include/class_db.php');
include ($path.'include/class_display.php');
include ($path.'include/function.php');
$CLASS['db'] = new db();
$CLASS['db']->connect();
$CLASS['disp'] = new display();
$db = $CLASS['db'];
$disp = $CLASS['disp'];
$tb_student_code = $_REQUEST['tb_student_code'];
//----------------------------ค่าพื้นฐานระบบเว็บไซต์-----------------------------//
$fetch_public = $db->fetch_array($db->query("select * from tb_public"));
//----------------------------ค่าพื้นฐานระบบเว็บไซต์-----------------------------//
//--------------------ส่วนบนใช้สำหรับประกาศตัวแปรและ Config เท่านั้น----------------------------//
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ระบบบันทึกพฤติกรรมนักเรียน ออนไลน์</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/style.css"rel="stylesheet" type="text/css">
<script type="text/javascript" src="../js/format.js" ></script>
<script type="text/javascript" src="../js/dtree.js" ></script>
<link href="../css/style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/javascript" src="js/calendar.js"></script>
<script language="JavaScript" type="text/javascript" src="js/loadcalendar.js"></script>
<script language="JavaScript" type="text/javascript" src="js/calendar-en.js"></script>
<link href="css/style_calendar.css"rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
color: #98D562;
font-size: 24px;
}
-->
</style>
</head>
<script language="javascript">
function chknull(c){
if(c.tb_ruletype_id.value=='0'){
alert('กรุณาเลือก พฤติกรรม');
c.tb_ruletype_id.focus();
return false;
}
}
</script>
<body>
<table width="988" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="200" align="center" valign="top"><?php include('header.php');?></td>
</tr>
<tr>
<td valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="209" height="50%" align="center" valign="top"><?php include('com_left.php');?></td>
<td valign="top" bgcolor="#FFFFFF"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="9" height="39"><img src="images/la21/bcontent_03.jpg" width="9" height="39" /></td>
<td height="39" background="images/la21/bcontent_06.jpg"><img src="images/bar_rule.jpg" width="411" height="39"></td>
<td width="13" height="39"><img src="images/la21/bcontent_08.jpg" width="13" height="39" /></td>
</tr>
<tr>
<td height="15" background="images/la21/bcontent_13.jpg"> </td>
<td align="center"></td>
<td height="15" background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td width="9" background="images/la21/bcontent_13.jpg"> </td>
<td align="center">
<form action="function_rule.php" method="post" name="form_check" id="form_check" onSubmit="return chknull(this);">
<input name="tb_student_code" type="hidden" value="<?php print $tb_student_code;?>">
<table width="80%" border="0" align="center" cellspacing="3">
<?php
$sql_student="SELECT * FROM tb_students Inner Join tb_rooms ON tb_students.tb_student_degree = tb_rooms.tb_room_id where tb_students.tb_student_code='".$tb_student_code."' ";
$query_student = $db->query($sql_student);
$fetch_student = $db->fetch_array($query_student);
?>
<tr class="headTable_mpt">
<td height="30" colspan="2" align="left" nowrap="nowrap" class="bigone">ข้อมูลนักเรียน</td>
</tr>
<tr>
<td width="18%" align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone"><strong>ชื่อ- นามสกุล : </strong></td>
<td valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone"><?php print display_nametype($fetch_student['tb_student_tname']);?><?php print $fetch_student['tb_student_name'];?> <?php print $fetch_student['tb_student_sname'];?><input name="tb_student_id" type="hidden" value="<?php print $fetch_student['tb_student_id'];?>"><input name="tb_student_code" type="hidden" value="<?php print $fetch_student['tb_student_code'];?>"><input name="tb_student_phone" type="hidden" value="<?php print $fetch_student['tb_student_phone'];?>"></td>
</tr>
<tr>
<td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone"><strong>ระดับชั้น : </strong></td>
<td valign="top" bgcolor="#FFFFFF" class="bigone"><?php print $disp->display_roomname($fetch_student['tb_student_degree']);?><input name="tb_student_degree" type="hidden" value="<?php print $fetch_student['tb_student_degree'];?>"></td>
</tr>
<tr>
<td colspan="2" align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone"><hr></td>
</tr>
<tr>
<td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone"><strong>พฤติกรรม : </strong></td>
<td valign="top" nowrap bgcolor="#FFFFFF"><select name="tb_ruletype_id" class="rowtwoB" id="tb_ruletype_id">
<option value="0">= เลือกพฤติกรรม =</option>
<?php
$query_ruletype=$db->query("select * from tb_ruletypes where tb_ruletype_status ='1' order by tb_ruletype_id desc");
while($fetch_ruletype=$db->fetch_array($query_ruletype)){
?>
<option value="<?php echo $fetch_ruletype['tb_ruletype_id'];?>"><?php echo $fetch_ruletype['tb_ruletype_name'];?> ( ตัด <?php echo $fetch_ruletype['tb_ruletype_score'];?> คะแนน )</option>
<?php } ?>
</select>
<span class="red_text">* </span></td>
</tr>
<tr>
<td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone"><strong>สถานที่ : </strong></td>
<td valign="top" bgcolor="#FFFFFF" class="bigone"><input name="tb_rule_area" type="text" class="textbox" id="tb_rule_area" size="40"></td>
</tr><br>
<?php
$monthdis = date('n');
if($monthdis>=5 && $monthdis <=10){
$mdis =1;
}else{
$mdis =2;
}
?>
<tr>
<td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone"><strong>ภาคเรียน/ปี : </strong></td>
<td valign="top" bgcolor="#FFFFFF" class="bigone"><input name="tb_rule_term" type="text" class="orange_text" id="tb_rule_term" value="<?php print $mdis;?>-<?php print $fetch_public['tb_public_year'];?>" size="5"></td>
</tr>
<tr>
<td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone">วัน เดือน ปี <strong> : </strong></td>
<td valign="top" bgcolor="#FFFFFF" class="bigone">
<input name="tb_rule_date" type="text" id="tb_rule_date" size="10" value="<?php print date("d/m/Y");?>">
<img src="images/icons/calen_icon.gif" alt="เปิดปฏิทิน" border="0" align="absmiddle" onClick="return showCalendar('tb_rule_date', 'dd-mm-y');" onMouseOver="this.style.cursor='hand';"></td>
</tr>
<tr>
<td align="right" valign="top" nowrap="nowrap" bgcolor="#FFFFFF" class="bigone"> </td>
<td valign="top" bgcolor="#FFFFFF" class="bigone"><input name="Submit" type="submit" class="Submit" value="บันทึกพฤติกรรม">
<span class="headTable_sun">
<input name="button" type="button" class="Submit" onClick="history.go(-1)" value="กลับหน้าหลัก" />
<input name="student_detail" type="hidden" value="<?php print $fetch_student['tb_student_name'];?> <?php print $fetch_student['tb_student_sname'];?>">
</span></td>
</tr>
</table>
</form>
</td>
<td width="13" background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td height="15" background="images/la21/bcontent_13.jpg"> </td>
<td align="center"></td>
<td height="15" background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td width="9" height="15"><img src="images/la21/bcontent_18.jpg" width="9" height="15" /></td>
<td height="15" background="images/la21/bcontent_19.jpg"></td>
<td width="13" height="15"><img src="images/la21/bcontent_20.jpg" width="13" height="15" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="37" valign="bottom"><?php include('footer.php');?></td>
</tr>
</table>
</body>
</html>