Viewing file: FrmEditResProject.php (8.33 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
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" );
/** Create Database Object */
$dbObj = new DBConn;
//=== SESSION
$Username = $valid_user;
/** Config Table for This Page */
$myTable1 = "personal_tb";
$myTable2 = "res_project_tb";
$myTable2PK = "Resp_code";
/** Table --> personal_tb */
$query1 = " SELECT *, prefixName as First_name FROM personal_tb LEFT JOIN prefix ON personal_tb.First_name = prefix.prefixId WHERE Username='$Username' ";
$result1 = $dbObj->execQuery($query1);
$rs1 = $dbObj->fetchArray($result1);
$Teacher_code = $rs1['Teacher_code'];
/** Table --> res_project_tb */
$query = " SELECT * FROM $myTable2 WHERE $myTable2PK='$Resp_code' ";
$result = $dbObj->execQuery($query);
$rs = $dbObj->fetchArray($result);
} # 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>
<body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">
<?php
include("../templates/incHeader.php");
?>
<table width="1003" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="203" align="left" valign="top" style="padding:10px 0px 0px 5px"><?php include("./_incMainMenu.php");?></td>
<td width="800" height="440" align="center" valign="top" style="padding:10px 0px 5px 10px"><fieldset>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<form id="myForm" name="myForm" method="post" action="EditResProject.php">
<tr>
<td height="5"></td>
</tr>
<tr>
<td height="30" background="../images/background/bg-head-topic-w780.gif" class="PADDING-LEFT-10"><strong><a href="index.php">หน้าหลัก</a></strong> <strong>» <a href="Menu_Teach.php?Teacher_code=<?=$Teacher_code;?>">ข้อมูลการพัฒนาบุคลากร</a> » <a href="Show_Res_Project.php?Teacher_code=<?=$Teacher_code;?>">ความรับผิดชอบในโครงการ</a> » <span class="NOTE">แก้ไขข้อมูลความรับผิดชอบในโครงการ</span></strong></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="345" align="center" valign="top"><table width="760" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#EEEEEE">
<td width="21%" height="20" align="right" bgcolor="#FFFFFF">ชื่อ-นามสกุล</td>
<td width="2%" bgcolor="#FFFFFF"> </td>
<td width="77%" bgcolor="#FFFFFF" class="TEXT-HEADER11-BLUE"><? echo $rs1['First_name'] ;?><? echo $rs1['Teacher_name'] ;?> <? echo $rs1['Teacher_lastname'] ;?></td>
</tr>
<tr bgcolor="#EEEEEE">
<td height="22" align="right" bgcolor="#FFFFFF"><span class="TEXT-RED10">*</span> เรื่อง</td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><font color="#0000FF" size="2" face="Tahoma">
<input name="Project_name" type="text" id="Project_name" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rs['Project_name'];?>" size="70" />
</font></td>
</tr>
<tr bgcolor="#EEEEEE">
<td height="22" align="right" bgcolor="#FFFFFF"><span class="TEXT-RED10">*</span> ปี พ.ศ.</td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><font color="#0000FF" size="2" face="Tahoma">
<input name="Year_res" type="text" id="Year_res" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rs['Year_res'];?>" size="4" />
</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td rowspan="2" align="right" valign="top" bgcolor="#FFFFFF" class="PADDING-TOP-5">หน้าที่ความรับผิดชอบ</td>
<td height="20" bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><input type="radio" name="Duty" value="ประธาน" <?php if ( !strcmp("$rs[Duty]","ประธาน") ) { echo "checked"; } ?> />
ประธาน
<input type="radio" name="Duty" value="รองประธาน" <?php if ( !strcmp("$rs[Duty]","รองประธาน") ) { echo "checked"; } ?> />
รองประธาน
<input type="radio" name="Duty" value="เลขานุการ" <?php if ( !strcmp("$rs[Duty]","เลขานุการ") ) { echo "checked"; } ?> />
เลขานุการ
<input type="radio" name="Duty" value="กรรมการ" <?php if ( !strcmp("$rs[Duty]","กรรมการ") ) { echo "checked"; } ?> />
กรรมการ</td>
</tr>
<tr bgcolor="#FFFFFF">
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><input type="radio" name="Duty" id="Duty" value="อื่นฯ" <?php if ( !strcmp("$rs[Duty]","อื่นฯ") ) { echo "checked"; } ?> />
อื่นฯ
<font color="#0000FF" size="2" face="Tahoma">
<input name="Duty_else" type="text" id="Duty_else" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: black 1px dashed" value="<?=$rs['Duty_else'];?>" size="50" />
</font></td>
</tr>
<tr bgcolor="#EEEEEE">
<td align="right" valign="top" bgcolor="#FFFFFF" class="PADDING-TOP-3">การประยุกต์นำไปใช้งาน</td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><textarea name="Apply" cols="61" rows="5" id="Apply"><?=$rs['Apply'];?></textarea>
<script>QBPATH='../editor'; VISUAL=1; SECURE=0;</script>
<script src='../editor/quickB.js'></script>
<script src='../editor/tabedit.js'></script></td>
</tr>
<tr bgcolor="#D1EFE6">
<td colspan="3" bgcolor="#FFFFFF"> </td>
</tr>
<tr bgcolor="#D1EFE6">
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><input type="hidden" name="Teacher_code" value="<? echo $Teacher_code; ?>" />
<input type="hidden" name="page" value="<? echo $page; ?>" />
<input type="hidden" name="Resp_code" value="<? echo $Resp_code; ?>" />
<input type="submit" name="Submit" value="บันทึก" class="WIDTH60 CURSOR-HAND" />
<input type="reset" name="Reset" value="รีเซ็ต" class="WIDTH60 CURSOR-HAND" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr></form>
</table>
</fieldset></td>
</tr>
</table>
<?php include("../templates/incFooter.php"); ?>
</body>
</html>
<?php
/** Free Resource */
$dbObj->freeresult($result1);
/** Close the Database */
$dbObj->disconn();
/** Unset Class */
unset($dbObj);
?>
|