| Server IP : 104.21.80.248 / Your IP : 172.71.28.155 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/activity/ |
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');
include ($path.'include/permission_loginact.php');
$CLASS['db'] = new db();
$CLASS['db']->connect();
$CLASS['disp'] = new display();
$db = $CLASS['db'];
$disp = $CLASS['disp'];
$tb_register_id = $_REQUEST['tb_register_id'];
//----------------------------ค่าพื้นฐานระบบเว็บไซต์-----------------------------//
$fetch_public = $db->fetch_array($db->query("select * from tb_public"));
//----------------------------ค่าพื้นฐานระบบเว็บไซต์-----------------------------//
$del_id = $_REQUEST['del_id'];
$process = $_REQUEST['process'];
$tb_act_log_id = $_REQUEST['tb_act_log_id'];
$tb_register_id = $_REQUEST['tb_register_id'];
if($process=="del"){
$q=$db->query("select tb_act_log_picture from tb_act_logs where tb_act_log_id='".$del_id."'");
$rec=$db->fetch_array($q);
unlink("file_work/".$rec['tb_act_log_picture']);
$db->query("delete from tb_act_logs where tb_act_log_id='".$del_id."' ");
print "
<script language='javascript'>
window.location.href='".$_SERVER['PHP_SELF']."?tb_register_id=$tb_register_id';
</script>
";
}
//--------------------ส่วนบนใช้สำหรับประกาศตัวแปรและ Config เท่านั้น----------------------------//
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php print $fetch_public['tb_public_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/editor.js"></script>
<script type="text/javascript" src="../ckeditor/ckeditor.js"></script>
<script src="js/jqueryui_datepicker_thai.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
<script src="js/jqueryui_datepicker_thai.js"></script>
<script type="text/javascript">
$(function(){
$("#dateInput").datepicker({
dateFormat: 'dd-mm-yy',
showOn: 'button',
numberOfMonths: 2,
// buttonImage: 'http://jqueryui.com/demos/datepicker/images/calendar.gif',
buttonImageOnly: false,
changeMonth: true,
changeYear: true
});
$("#dateInput2").datepicker({
dateFormat: 'dd-mm-yy',
showOn: 'button',
numberOfMonths: 2,
// buttonImage: 'http://jqueryui.com/demos/datepicker/images/calendar.gif',
buttonImageOnly: false,
changeMonth: true,
changeYear: true
});
$("#dateInput3").datepicker({
dateFormat: 'dd-mm-yy',
showOn: 'button',
// buttonImage: 'http://jqueryui.com/demos/datepicker/images/calendar.gif',
buttonImageOnly: false,
changeMonth: true,
changeYear: true
});
$("#date_inline").datepicker({
dateFormat: 'dd-mm-yy',
buttonImageOnly: false
});
$("#date_inline2").datepicker({
dateFormat: 'dd-mm-yy',
buttonImageOnly: false
});
});
</script>
<?php
$jquery_ui_v="1.8.5";
$theme=array(
"0"=>"base",
"1"=>"black-tie",
"2"=>"blitzer",
"3"=>"cupertino",
"4"=>"dark-hive",
"5"=>"dot-luv",
"6"=>"eggplant",
"7"=>"excite-bike",
"8"=>"flick",
"9"=>"hot-sneaks",
"10"=>"humanity",
"11"=>"le-frog",
"12"=>"mint-choc",
"13"=>"overcast",
"14"=>"pepper-grinder",
"15"=>"redmond",
"16"=>"smoothness",
"17"=>"south-street",
"18"=>"start",
"19"=>"sunny",
"20"=>"swanky-purse",
"21"=>"trontastic",
"22"=>"ui-darkness",
"23"=>"ui-lightness",
"24"=>"vader"
);
$jquery_ui_theme=$theme[22];
?>
<link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/<?=$jquery_ui_v?>/themes/<?=$jquery_ui_theme?>/jquery-ui.css" />
<style type="text/css">
/* ปรับขนาดตัวอักษรของข้อความใน tabs
สามารถปรับเปลี่ยน รายละเอียดอื่นๆ เพิ่มเติมเกี่ยวกับ tabs
*/
.ui-tabs{
font-family:tahoma;
font-size:11px;
}
</style>
<style type="text/css">
/* Overide css code กำหนดความกว้างของปฏิทินและอื่นๆ */
.ui-datepicker{
width:220px;
font-family:tahoma;
font-size:11px;
text-align:center;
}
</style>
<style type="text/css">
<!--
.style1 {
color: #006600;
font-weight: bold;
}
-->
</style>
</head>
<script language="javascript">
function chknull(c){
if(c.tb_act_log_date.value==''){
alert('กรุณาเลือก วันที่ทำกิจกรรม');
c.tb_act_log_date.focus();
return false;
}
if(c.tb_act_log_picture.value==''){
alert('กรุณาเลือก ภาพกิจกรรม');
c.tb_act_log_picture.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="100%" 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_act.jpg" width="411" height="39" border="0"></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 background="images/la21/bcontent_13.jpg"> </td>
<td><strong>ข้อมูลบันทึกกิจกรรม : <?php print display_nametype($_SESSION['sessionuser_tname']);?><?php print $_SESSION['sessionuser_name'];?> <?php print $_SESSION['sessionuser_sname'];?> </strong></td>
<td background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td background="images/la21/bcontent_13.jpg"> </td>
<td> </td>
<td background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td background="images/la21/bcontent_13.jpg"> </td>
<td><table width="98%" border="0" align="center" cellpadding="2" cellspacing="2" bgcolor="#009933">
<tr>
<td width="17%" height="25" align="center" nowrap class="headTable_mpt"><span class="biggray">วันเดือนปี</span></td>
<td width="62%" nowrap class="headTable_mpt"><span class="biggray">รายละเอียดการเรียนรู้</span></td>
<td width="13%" align="center" nowrap class="headTable_mpt"><span class="biggray">ภาพกิจกรรม</span></td>
<td width="8%" align="center" nowrap class="headTable_mpt">ลบ</td>
</tr>
<?php
$sql_all_log="select * from tb_act_logs where tb_register_id ='".$tb_register_id."' order by tb_act_log_date asc,tb_act_log_id asc ";
$query_dis_log = $db->query($sql_all_log);
$queryall_log = $db->query($sql_all_log);
$numrows_log = $db->num_rows($queryall_log);
if($numrows_log >0){
$i=1;
while($fetch_dis_log = $db->fetch_array($query_dis_log)){
?>
<tr>
<td height="25" align="center" valign="top" nowrap bgcolor="#FFFFFF"><?php print display_datethai($fetch_dis_log['tb_act_log_date'],'longthai');?></td>
<td valign="top" bgcolor="#FFFFFF"><?php print $fetch_dis_log['tb_act_log_detail'];?></td>
<td align="center" valign="top" nowrap bgcolor="#FFFFFF"><a href="file_work/<?php print $fetch_dis_log['tb_act_log_picture'];?>" target="_blank"><img src="images/icons/tree.gif" width="18" height="17" border="0"></a></td>
<td align="center" valign="top" nowrap bgcolor="#FFFFFF"><a href="<?php print $_SERVER['PHP_SELF'];?>?process=del&del_id=<?php print $fetch_dis_log['tb_act_log_id']?>&&tb_register_id=<?php print $tb_register_id;?>" onClick="return confirm('คุณต้องการที่จะลบข้อมูลนี้หรือไม่ ?');"><img src="images/icons/error.gif" alt="ลบข้อมูล" width="16" height="16" border="0" align="absmiddle"></a></td>
</tr>
<?php
$i++;
}
}else{
?>
<tr>
<td colspan="4" align="center" bgcolor="#FFFF99" class="alertred">ไม่พบข้อมูล</td>
</tr>
<?php
}
?>
</table></td>
<td background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td background="images/la21/bcontent_13.jpg"> </td>
<td> </td>
<td background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td background="images/la21/bcontent_13.jpg"> </td>
<td> </td>
<td background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td background="images/la21/bcontent_13.jpg"> </td>
<td><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><fieldset style="border-color:#009933">
<legend class="style1"><img src="images/icons/pencil_icon.gif" width="10" height="10" align="absmiddle"> บันทึกการเรียนรู้</legend>
<form action="function_save_logact.php" method="post" enctype="multipart/form-data"name="save_know" onSubmit="return chknull(this);">
<input name="tb_register_id" type="hidden" value="<?php print $tb_register_id;?>">
<table width="100%" border="0" cellpadding="3" cellspacing="3">
<tr>
<td width="21%" align="right" valign="top" nowrap bgcolor="#FFFFFF" class="biggray">วันเดือนปี : </td>
<td width="79%" bgcolor="#FFFFFF"><input name="tb_act_log_date" type="text" class="textbox" id="dateInput3" readonly >
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap bgcolor="#FFFFFF" class="biggray">รายละเอียดการเรียนรู้ : </td>
<td bgcolor="#FFFFFF"><textarea name="tb_act_log_detail" class="textbox" id="tb_act_log_detail" required></textarea></td>
</tr>
<tr>
<td align="right" valign="top" nowrap bgcolor="#FFFFFF" class="biggray">ภาพกิจกรรม : </td>
<td bgcolor="#FFFFFF"><input name="tb_act_log_picture" type="file" class="textbox" id="tb_act_log_picture" required></td>
</tr>
<tr>
<td nowrap bgcolor="#FFFFFF" class="biggray"> </td>
<td bgcolor="#FFFFFF"><input type="submit" name="Submit" value="บันทึก">
<input type="reset" name="Submit2" value="กลับ"></td>
</tr>
</table>
</form>
</fieldset></td>
</tr>
</table></td>
<td background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td background="images/la21/bcontent_13.jpg"> </td>
<td> </td>
<td background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td background="images/la21/bcontent_13.jpg"> </td>
<td> </td>
<td 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>
<script type="text/javascript">
CKEDITOR.replace( 'tb_act_log_detail',{
enterMode : CKEDITOR.ENTER_BR,
} );
</script>