Viewing file: ProjectCalendar.php (7.52 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
session_start();
/** Define Validate Access */
define( '_VALID_ACCESS', 1 );
/** Check Session User Login */
if( !session_is_registered("valid_user") && !session_is_registered("Priority") ) {
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
echo "<p style=padding-top:115px><p align=center><br /><font color=red><strong>กรุณาทำการ Login ก่อน</strong></font></p></p>";
echo "<meta http-equiv=\"refresh\" content=\"1; URL=../login.php\" />";
exit();
}
else {
/** Configuration */
require_once( "../configuration.php" );
require_once( $_Config_absolute_path . "/includes/framework.php" );
require_once( "../include/Function.php" );
require_once( "../include/FunctionDB.php" );
require_once( "../calendar/check.php" );
require_once( "../calendar/cal_func.php" );
/** Create Database Object */
$dbObj = new DBConn;
//=== SESSION
$Username = $valid_user;
/** Config Table for This Page */
$myTable1 = "personal_tb";
$myTable2 = "project_type_tb";
$myTable3 = "province";
$myTable4 = "training_tb";
$Date_start = "$Date"-543 ;
/** Table --> tech_plan_tb */
$query1 = " SELECT * FROM $myTable2 WHERE Date_start = '$Date_start' ";
$result1 = $dbObj->execQuery($query1);
$rs1 = $dbObj->fetchArray($result1);
$numrows = $dbObj->_numrows;
//$Teacher_code = $rss['Teacher_code'];
/** Table --> techplan_method_tb */
$query2 = " SELECT * FROM $myTable3 WHERE ProvinceId='$rs1[ProvinceId]' ";
$result2 = $dbObj->execQuery($query2);
$rs2 = $dbObj->fetchArray($result2);
} # else
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<link href="../css/default.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="../js/utilities.js"></script>
<title>ข้อมูล</title>
</head>
<table width="547" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="547" align="center" valign="top" style="padding:10px 0px 5px 10px; font-weight: bold;"><fieldset>
<table width="496" height="274" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#0000FF">
<tr>
<td width="496" height="32" align="center" bgcolor="#FFFFFF">ปฏิทินเหตุการณ์ ของวันที่ <? echo dateThai($now_stamp); ?></td>
</tr>
<tr>
<td height="242" align="center"><?php do { ?>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr bgcolor="#CCCCCC">
<td height="18" colspan="2" align="left" bgcolor="#FFFFFF"> </td>
</tr>
<tr bgcolor="#CCCCCC">
<td height="18" colspan="2" align="left" bgcolor="#FFFFFF">รหัสกิจกรรม </a><?php echo $rs1['Orderlist'];?></td>
</tr>
<tr>
<td colspan="2">ชื่อกิจกรรม
<input name="makeWord" type="text" id="makeWord" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="60" value="<?=$rs1["Project_plan"]; ?>"/>
</font></td>
</tr>
<tr>
<td colspan="2">จำนวนเงิน
<input name="ProvinceId" type="text" id="ProvinceId" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="15" value="<?php
$query2 = " SELECT * FROM $myTable3 WHERE provinceId='$rs1[provinceId]' ";
$result2 = $dbObj->execQuery($query2);
$rs2 = $dbObj->fetchArray($result2);
echo $rs2[provinceName];
?>" />
</font></td>
</tr>
<tr>
<td colspan="2">เพื่อ</a>
<input name="MakePer2" type="text" id="MakePer2" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="50" value="<? echo $rs1["Training_name"]; ?>"/></td>
</tr>
<tr>
<td colspan="2">หมายเหตุ<font color="#0000FF" size="2" face="Tahoma">
<input name="Detail2" type="text" id="Detail2" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<? echo $rs1["Detail"]; ?>" size="60" />
</font></td>
</tr>
<tr>
<td colspan="2">ในวันที่<font color="#000000"> </font><font color="#0000FF" size="2" face="Tahoma">
<input name="Date_start2" type="text" id="Date_start2" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="10" value=" <?php
$sday = $rs1[Date_start];
$yearthai = explode("-",$sday);
$day = intval($yearthai[2]);
$month = intval($yearthai[1]);
$year = intval($yearthai[0]);
//////////////////
// $yearthai = $day ;
$m = getThaiSubMonth($month);
echo"$day"." "."$m"." "."$year";
?>" />
</font><font color="#003366" size="2" face="Tahoma"> </font>ถึงวันที่ <font color="#003366" size="2" face="Tahoma"> </font><font color="#0000FF" size="2" face="Tahoma">
<input name="Date_finish2" type="text" id="Date_finish2" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" size="10" value=" <?php
$sday = $rs1[Date_finish];
$yearthai = explode("-",$sday);
$day = intval($yearthai[2]);
$month = intval($yearthai[1]);
$year = intval($yearthai[0]);
//////////////////
// $yearthai = $day ;
$m = getThaiSubMonth($month);
echo"$day"." "."$m"." "."$year";
?>" />
เวลา
<input name="Personly2" type="text" id="Personly4" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rs1['Time_start'];?> - <?=$rs1['Time_finish'];?>" size="10" onkeypress="checkNumeric()" />
</font></td>
</tr>
<tr>
<td colspan="2" align="center"> </td>
</tr>
<tr>
<td colspan="2"><font color="#003366" size="2" face="Tahoma"> <span class="style4">ผู้ขอใช้:</span>
<?php
$query = " SELECT * FROM $myTable1 WHERE Teacher_code='$rs1[Teacher_code]' ";
$result = $dbObj->execQuery($query);
$rss = $dbObj->fetchArray($result); ?>
</font><font color="#003366" size="2" face="Tahoma"><? echo $rss[First_name]?> <? echo $rss[Teacher_name]?> <? echo $rss[Teacher_lastname]?></font></td>
</tr>
<tr>
<td width="36%"><div align="right" class="style4"></div></td>
<td width="64%"> </td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
</table>
<?php } while ($rs1 = $dbObj->fetchArray($result1)); ?>
จำนวน <?php echo $numrows ?> รายการ</a></td>
</tr>
</table>
</fieldset></td>
</tr>
</table>
<p>
<?php
/** Free Resource */
$dbObj->freeresult($result1);
/** Close the Database */
$dbObj->disconn();
/** Unset Class */
unset($dbObj);
?>
</p>
|