Viewing file: missionQashow.php (7.57 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 = "prostrategymap_tb";
$myTable = " qa_elements";
$myTablePK = "AcademicYear";
$myOrderBy = "Nocode";
//=== projectstdplan_tb //
$query = " SELECT * FROM $myTable WHERE AcademicYear='$AcademicYear' ";
$result = $dbObj->execQuery($query);
$rs01 = $dbObj->fetchArray($result);
$num = $dbObj->_numrows;
$page = $_GET['page'];
if( $page == "" ) { $page = 1; }
/** จำนวนข้อมูล ต่อ 1 หน้า */
$perpage = $_REQUEST['perpage'];
if( $perpage == "" ) { $perpage = 15; }
} # 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">
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800" height="440" align="center" valign="top" style="padding:10px 0px 5px 10px">
<?php
/** Config Paging */
if( $perpage == "" ) { $limit = $_Config_limit; }
else { $limit = $perpage; }
$scroll = $_Config_scroll;
/** ตั้งค่า Default สำหรับการทำ Order By */
if( $OrderBy == "" ) { $OrderBy = $myTablePK; }
if( !isset($_GET['ASCDESC']) ) { $ASCDESC = "ASC"; }
if( $_GET['ASCDESC'] == "DESC" ) { $ASCDESC = "ASC"; }
elseif( $_GET['ASCDESC'] == "ASC" ) { $ASCDESC = "DESC"; }
/** Query เพื่อหา Numrows ก่อน */
$query = " SELECT * FROM $myTable WHERE AcademicYear='$AcademicYear' ";
$result = $dbObj->execQuery($query);
$numrows = $dbObj->_numrows;
/** Paging */
$display = ( !isset ($_GET['page']) ) ? 1 : $_GET['page'];
$start = ( ($display * $limit) - $limit );
/** Paging */
if( isset($_GET['OrderBy']) ) {
$query = " SELECT * FROM $myTable WHERE AcademicYear='$AcademicYear' ORDER BY $OrderBy $ASCDESC ";
}
elseif( !isset($_GET['OrderBy']) ) {
$query = " SELECT * FROM $myTable WHERE AcademicYear='$AcademicYear' ORDER BY $myTablePK ASC ";
}
$query .= " LIMIT $start, $limit ";
$result = $dbObj->execQuery($query);
?>
<fieldset>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<form id="myForm" name="myForm" method="post" action="<?=$PHP_SELF;?>?page=<?=$page;?>&Teacher_code=<?=$Teacher_code;?>&Budget_Year=<?=$Budget_Year;?>&Faculty_code=<?=$Faculty_code;?>">
<tr>
<td width="780" height="5" colspan="2"></td>
</tr>
<tr>
<td colspan="2"><span class="PADDING-TOP-10 PADDING-BOTTOM-10"><img src="../images/icons/arrow-circle-225-left.png" width="16" height="16" border="0" align="absmiddle" /> <a href="javascript:;" onclick="window.history.back();"><strong>‹ ย้อนกลับ</strong></a></span></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" align="center">
<?php if( $numrows > 0 ) { ?>
<table width="760" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="250" align="left" class="TEXT-CLIMSON10" style="padding-bottom:5px;">ทั้งหมด: <strong><?=$numrows;?></strong> รายการ</td>
<td width="510" align="right" style="padding-bottom:5px;"> </td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="background-color:#EEEEEE; border:0px solid gray" size="12">
<tr bgcolor="#F8F8F8">
<td width="7%" height="22" align="center" bordercolor="#999966"> </td>
<td width="69%" height="22" align="left" bordercolor="#999966" class="PADDING-LEFT-10"><strong>ปีงบการศึกษา </strong> <span class="NOTE"><?php echo $AcademicYear; ?></span> </td>
</tr>
<?php
$no = 1+($display-1)*$limit;
while( $rs = $dbObj->fetchArray($result) ) {
$bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
?>
<tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#FFFFE0'" onmouseout="this.style.backgroundColor=''">
<th height="20" colspan="2" align="left" class="PADDING-RIGHT-5"><a href="javascript:;" onclick="NewWindow('Addqa.php?elemId=<?php echo $rs['elemId']; ?>&AcademicYear=<?php echo $rs['AcademicYear'];?> ','Detail','500','200','yes')">
<?=htmlspecialchars_decode( nl2br( $rs['Elements'] ) );?>
</a></th>
</tr>
<?php
$query2 = " SELECT * FROM qa_indicator WHERE elemId = '".$rs['elemId']."' Order By indicaNo ";
$result2 = mysql_query($query2);
while($rss = mysql_fetch_array($result2)){ ;
$bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
?>
<tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#FFFFE0'" onmouseout="this.style.backgroundColor=''">
<td height="22" colspan="2" align="left" class="PADDING-RIGHT-5"><table width="780" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="29" scope="col"> </th>
<td width="712" colspan="1" align="left" class="PADDING-LEFT-5"><a href="Qaindicator.php?indId=<?php echo $rss['indId']; ?>&AcademicYear=<?php echo $rss['AcademicYear'];?>&ProjectId=<?=$ProjectId; ?>">ตัวบ่งชี้ที่
<?=$rss['indicaNo'];?>
<?=htmlspecialchars_decode( nl2br( $rss['Indicator'] ) );?>
</a></td>
</tr>
</table></td>
</tr>
<?php
} # while
?>
<?php
$no++;
} # while
?>
</table>
<?php } #if ?></td>
</tr>
<tr>
</tr></form>
</table>
</fieldset></td>
</tr>
</table>
</body>
</html>
<?php
/** Free Resource */
$dbObj->freeresult($result1);
/** Close the Database */
$dbObj->disconn();
/** Unset Class */
unset($dbObj);
?>
|