| Server IP : 172.67.187.206 / 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/myoffice/2564/modules_22222/calendarcar/ |
Upload File : |
<style type="text/css">
<!--
.calendar {
width:600;
background-color: #FFFFFF;
}
-->
</style>
<TABLE cellSpacing=0 cellPadding=0 width=1005 height=500 border=0 align="center">
<TBODY>
<TR>
<TD align="center" vAlign=top><BR><font color=blue><B>ปฏิทินการปฏิบัติราชการของผู้บริหาร</B></font><BR>
<TABLE cellSpacing=0 cellPadding=0 width=100% border=0 align="center"background="images/1234.jpg" >
<TBODY>
<TR>
<TD width=30% vAlign=top>
<?
if($_GET[op] == ""){
//////////////////////////////////////////// กรณีแก้ไข Form
$db->connectdb(DB_NAME,DB_USERNAME,DB_PASSWORD);
$res[user] = $db->select_query("SELECT * FROM ".TB_user." WHERE level between 5 and 7 and status='1' ORDER BY level ASC ");
while($arr[user] = $db->fetch($res[user])){
$res[groups] = $db->select_query("SELECT * FROM ".TB_ADMIN_GROUP." WHERE id='".$arr[user][level]."' ");
$arr[groups] = $db->fetch($res[groups]);
?>
<font color=blue><B><u><img src="images/admin/user.gif" border="0" align="absmiddle" /> <A HREF="?name=calendar&file=person&person=<?=$arr[user][category_name];?>"><?=$arr[user][category_name];?></A></u></B></font><BR>
<?
}
}
?>
</TD>
<TD width=70% >
<div align='center'>
<?
if(!$_GET['month']){
$_GET['month'] = date("m");
}
if(!$_GET['year']){
$_GET['year'] = date("Y");
}
$cal = new MyCalendar;
echo $cal->getmonthView($_GET['month'],$_GET['year'] );
?>
</div>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE>