|
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/meetingroom/ |
Upload File : |
<?
#config_room.php
header ("Location:config_room.php"); die;
//include("chk_permission.php");
session_start();
include("../../config/config.inc.php");
include("../../common/function.php");
################ HARD FIX
$user=$_SESSION[session_staffid];
################
?>
<HTML>
<HEAD><TITLE>ระบบจองห้องประชุม</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=windows-874">
<LINK href="../../common/style.css" rel="stylesheet" type="text/css">
<LINK href="../../common/tab_style.css" rel="stylesheet" type="text/css" />
<SCRIPT language="javascript" src="../../common/popcalendar.js"></SCRIPT>
<SCRIPT language="javascript" src="../../common/xmlhttp.js"></SCRIPT>
<SCRIPT type="text/javascript" src="../../common/tabber.js"></SCRIPT>
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
</style>
</HEAD>
<BODY topmargin="0">
<?
$title_label = "";
include "header.php"; ?>
<?
$nowaction = "xconfig" ;
include "menu_bar.php";
?>
<table width="100%" height="400" border="0" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td> </td>
</tr>
</table>
<?
include "footer.php";
?>