|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/pathumthani_eoffice/application/event_calendar/public/ |
Upload File : |
<?
include("../chk_permission.php");
include("../../../config/config.inc.php");
include("../libary/function.php");
//echo "<pre>";
//print_r($_SESSION);
$cal_sql = " and staffid = '$staffid' and status = '0' ";
$cal_table = "`function_mgr`";
$cal_table_edate = "function_mgr";
$cal_kwd = "&action=".$action."&staffid=".$staffid."&page=".$page;
$cdate_kwd = "?action=".$action."&staffid=".$staffid."&page=".$page;
$viewall = ($session_apppermit[$m_id][$permit10] == "on") ? "y" : "n"; // สิทธิในการเป็นผู้ดูแลระบบ
if($session_apppermit[$m_id][$permit10] == "on"){ $user_permission = "0";}else{ $user_permission = "1";} // สิทธการเป็น admin ของระบบเดิมที่กำหนด 0 คือผู้ดูแลระบบ 1คือ ผู้ใช้ทั่วไป
?>
<html>
<head><title>Administrator Section :.</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="libary/style.css" rel="stylesheet" type="text/css">
<link href="style_detail.css" rel="stylesheet" type="text/css">
</head>
<script language="javascript" src="ajax.js"></script>
<script language="javascript" src="script.js"></script>
<body topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr>
<td height="600" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="#cdcdcd" align="center">
<tr>
<td> </td></tr>
<tr><td>
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#eeeeee">
<tr>
<td width="10%" align="left" valign="top"><? include("calendar.php"); ?></td>
<td align="left" valign="top"><div id="detail"></div></td>
</tr>
</table>
</td></tr>
</table>
</td>
</tr>
</table>
<? include("../footer.php");?>
</body>
</html>