| 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>
</head>
<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 $disp->display_studentall($fetch_all['tb_student_id']);?></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="8%" height="25" align="center" nowrap class="headTable_mpt">ลำดับที่</td>
<td width="8%" 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_dateinsert 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 $i;?>.</td>
<td 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"><?php if($fetch_dis_log['tb_act_log_picture']){?><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><?php }else{?>-<?php }?></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><a href="<?php print $_SERVER['PHP_SELF'];?>?process=del&del_id=<?php print $fetch_dis_log['tb_act_log_id']?>" onClick="return confirm('คุณต้องการที่จะลบข้อมูลนี้หรือไม่ ?');"></a></td>
</tr>
<?php
$i++;
}
}else{
?>
<tr>
<td colspan="5" 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 align="center"> </td>
<td background="images/la21/bcontent_15.jpg"> </td>
</tr>
<tr>
<td background="images/la21/bcontent_13.jpg"> </td>
<td align="center"><span class="headTable_sun">
<input name="button" type=button class="Submit" onClick='window.history.back()' value='กลับหน้าหลัก'>
</span></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>