Viewing file: StrategyMap.php (14.73 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;
/** Config Table for This Page */
$myTable = "prostrategymap_tb";
$myTable1 = "projstrategy_tb";
$myTablePK = "StratempId";
$myOrderBy = "Nostrate";
/** Parameters */
$params = "StrateId=$StrateId";
/** Botton Name Action */
$action = $_REQUEST['action'];
$id = $_REQUEST['id'];
if( isset($action) && !empty($action) ) {
switch($action) {
case "Delete" :
$num = count($id);
for( $i=0; $i<$num; $i++ ) {
$qrySel = " SELECT * FROM prostrategymap_tb WHERE StratempId='$id[$i]' ";
$resultSel = $dbObj->execQuery($qrySel);
$rsSel = $dbObj->fetchObject($resultSel);
$qryDel = " DELETE FROM prostrategymap_tb WHERE StratempId='$id[$i]' ";
$resultDel = $dbObj->runQuery($qryDel);
$dbObj->freeresult($resultDel);
if( $resultSel ) {
//--- tech_spec_tb
$qryDel4 = " DELETE FROM proplanstrateg_tb WHERE StaplanId='$id[$i]' ";
$resultDel4 = $dbObj->runQuery($qryDel4);
$dbObj->freeresult($resultDel4);
} # if
}
break;
} # switch
} # if
} # 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="1010" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="202" align="left" valign="top" style="padding:10px 0px 0px 5px"><?php include("./_incMainMenu.php");?></td>
<td width="808" 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="<?=$PHP_SELF;?>?StrateId=<?=$StrateId;?>&page=<?=$page;?>">
<tr>
<td height="5" colspan="2"></td>
</tr>
<tr>
<td width="539" height="30" background="../images/background/bg-head-topic.gif" class="PADDING-LEFT-10"><strong><a href="index.php">˹éÒËÅÑ¡</a></strong> » <a href="strategyPlan.php?Budget_Year=<?=$Budget_Year ;?>">¢éÍÁÙÅ¡ÒÃá¼¹ÂØ·¸ìÈÒʵÃì »Õ§º»ÃÐÁÒ³ <?=$Budget_Year; ?></a></td>
<td width="258" align="right" class="PADDING-RIGHT-10"> </td>
</tr>
<tr>
<td colspan="2"><table width="97%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="right"></td>
<td height="10" align="right"></td>
</tr>
<tr>
<td width="26%" align="left"><span class="PADDING-TOP-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>
<td width="74%" height="10" align="right"></td>
</tr>
<tr>
<td align="left" style="padding-bottom:5px;">·Ñé§ËÁ´: <strong>
<?=$numrows;?>
</strong> ÃÒ¡ÒÃ</td>
<td align="right" style="padding-bottom:5px;">
<input type="submit" name="action" id="action" value="Delete" class="TEXT-CLIMSON10 CURSOR-HAND" onclick="return confirmDelete(this.form);" /></td>
</tr>
</table></td>
</tr>
<tr>
<td height="130" colspan="2" align="center" valign="top">
<table width="797" border="0" align="center" cellpadding="0" cellspacing="0" class="BORDER-GREY">
<?
$sql= "Select * From $myTable1 Where StrateId ='$StrateId' ";
$result3= mysql_query($sql) or die(" Error").mysql_error();
$rss = mysql_fetch_array($result3);
?>
<tr bgcolor="<?=$bgColor;?>" >
<td height="23" colspan="5" align="left" class="BORDER-TOP PADDING-LEFT-5">»ÃÐà´ç¹ÂØ·¸ìÈÒʵÃì·Õè </a>
<?=$rss['Nocode'];?>
</a><?=htmlspecialchars_decode( nl2br( $rss['Strategyname'] ) );?></td>
<td align="center" class="BORDER-TOP BORDER-LEFT"><a href="javascript:;" onclick="NewWindow('AddStrategymap.php?StrateId=<?=$StrateId;?>&Budget_Year=<?=$Budget_Year;?>','Detail','600','250','yes')"><img src="../picture/new.gif" alt="ºÑ¹·Ö¡¡ÅÂØ·¸ì" width="16" height="16" border="0" /></a></td>
</tr>
<?php
$query = " SELECT * FROM prostrategymap_tb WHERE StrateId ='$StrateId' and Budget_Year='$Budget_Year' Order By $myOrderBy ASC ";
$result = $dbObj->execQuery($query);
$numrows = $dbObj->_numrows;
$no = 1+($display-1)*$limit;
while( $rs = $dbObj->fetchArray($result) ) {
$bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
?>
<tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#F5F9F9'" onmouseout="this.style.backgroundColor=''">
<td height="23" colspan="2" align="left" class="BORDER-TOP PADDING-LEFT-15">¡ÅÂØ·¸ì·Õè :
<?=$rs['Nostrate'];?>
<?=$rs['StrateName'];?>
</a></td>
<td width="23" align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('AddMetric.php?StrateId=<?=$rs['StrateId'];?>&StratempId=<?=$rs['StratempId'];?>','Detail','650','250','yes')"><img src="../picture/new.gif" alt="ºÑ¹·Ö¡µÑǪÕéÇÑ´¡ÅÂØ·¸ì" width="16" height="16" border="0" /></a></td>
<td width="23" align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('AddPlanStrategy.php?StrateId=<?=$rs['StrateId'];?>&StratempId=<?=$rs['StratempId'];?>','Detail','650','250','yes')"><img src="../picture/new.gif" alt="ºÑ¹·Ö¡á¼¹§Ò¹" width="16" height="16" border="0" /></a></td>
<td width="22" align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('FrmStrategymap.php?StrateId=<?=$rs['StrateId'];?>&StratempId=<?=$rs['StratempId']?>','AddStrategy','650','300','yes');"><img src="../images/icons/icon-edit.gif" width="16" height="16" border="0" title=" á¡é䢢éÍÁÙÅ <?=$rs['StratempId'];?> " /></a></td>
<td width="41" align="center" class="BORDER-TOP BORDER-LEFT">
<?
$query = " SELECT * FROM proplanstrateg_tb WHERE StratempId = '".$rs['StratempId']."' ";
$result6 = mysql_query($query);
$checkData1 = mysql_num_rows($result6);
?>
<input type="checkbox" name="id[]" value="<?=$rs['StratempId'];?>" onclick="highlightRow(this);" title="ź¢éÍÁÙÅ <?php echo $rs['StratempId']; ?> "<?=($checkData1)?"disabled":"";?> /></td>
</tr>
<?php
$sql = "Select * From prometricstrateg Where StratempId = '$rs[StratempId]' ";
$result4= mysql_query($sql) or die(" Error").mysql_error();
while( $rs4 = $dbObj->fetchArray($result4) ) {
$bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
?>
<tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#F5F9F9'" onmouseout="this.style.backgroundColor=''">
<td width="35" align="center" class="BORDER-TOP"> </td>
<td width="651" height="23" align="left" class="BORDER-TOP">µÑǪÕéÇÑ´¡ÅÂØ·¸ì:
<?=$rs4['MetricName'];?>
</a></td>
<td align="center" class="BORDER-TOP-LEFT"> </td>
<td align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('AddMetricProject.php?StrateId=<?=$rs['StrateId'];?>&StratempId=<?=$rs['StratempId'];?>','Detail','650','250','yes')"><img src="../picture/new.gif" alt="ºÑ¹·Ö¡µÑǪÕéÇÑ´á¼¹§Ò¹" width="16" height="16" border="0" /></a></td>
<td align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('FrmPlanStrategy.php?StaplanId=<?=$rs3['StaplanId'];?>','AddStrategy','650','300','yes');"><img src="../images/icons/icon-edit.gif" width="16" height="16" border="0" title=" á¡é䢢éÍÁÙÅ <?=$rs['StaplanId'];?> " /></a></td>
<td align="center" class="BORDER-TOP BORDER-LEFT">
<?
$query = " SELECT * FROM project_type_tb WHERE StaplanId = '".$rs3['StaplanId']."' ";
$result7 = mysql_query($query);
$checkData2 = mysql_num_rows($result7);
?>
<input type="checkbox" name="id[]" value="<?=$rs3['StaplanId'];?>" onclick="highlightRow(this);" title=" ź¢éÍÁÙÅ <?php echo $rs3['StaplanId']; ?> " <?=($checkData2)?"disabled":"";?> /></td>
<?php
} # while
?>
</tr>
<?php
$sql = "Select * From proplanstrateg_tb Where StratempId = '$rs[StratempId]' ";
$result5= mysql_query($sql) or die(" Error").mysql_error();
while($rs5 = $dbObj->fetchArray($result5) ) {
$bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
?>
<tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#F5F9F9'" onmouseout="this.style.backgroundColor=''">
<td height="23" colspan="2" align="left" class="BORDER-TOP"> á¼¹§Ò¹:
<?=$rs5['Noplan'];?>
<?=$rs5['PlanStaName'];?>
</a></td>
<td align="center" class="BORDER-TOP-LEFT"> </td>
<td align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('AddMetricProject.php?StrateId=<?=$rs['StrateId'];?>&StratempId=<?=$rs['StratempId'];?>','Detail','650','250','yes')"><img src="../picture/new.gif" alt="ºÑ¹·Ö¡µÑǪÕéÇÑ´á¼¹§Ò¹" width="16" height="16" border="0" /></a></td>
<td align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('FrmPlanStrategy.php?StaplanId=<?=$rs3['StaplanId'];?>','AddStrategy','650','300','yes');"><img src="../images/icons/icon-edit.gif" width="16" height="16" border="0" title=" á¡é䢢éÍÁÙÅ <?=$rs['StaplanId'];?> " /></a></td>
<td align="center" class="BORDER-TOP BORDER-LEFT"><?
$query = " SELECT * FROM project_type_tb WHERE StaplanId = '".$rs3['StaplanId']."' ";
$result7 = mysql_query($query);
$checkData2 = mysql_num_rows($result7);
?>
<input type="checkbox" name="id[]2" value="<?=$rs3['StaplanId'];?>" onclick="highlightRow(this);" title=" ź¢éÍÁÙÅ <?php echo $rs3['StaplanId']; ?> " <?=($checkData2)?"disabled":"";?> /></td>
</tr>
<?php
$sql = "Select * from prometricstrateg Where StratempId = '$rs[StratempId]' ";
$result6= mysql_query($sql) or die(" Error").mysql_error();
while($rs6 = $dbObj->fetchArray($result6) ) {
$bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF";
?>
<tr bgcolor="<?=$bgColor;?>" onmouseover="this.style.backgroundColor='#F5F9F9'" onmouseout="this.style.backgroundColor=''">
<td align="center" class="BORDER-TOP"> </td>
<td height="23" align="left" class="BORDER-TOP">µÑǪÕéÇÑ´á¼¹§Ò¹
<?=$rs6['Metricproject'];?></td>
<td align="center" class="BORDER-TOP-LEFT"> </td>
<td align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('AddMetricProject.php?StrateId=<?=$rs['StrateId'];?>&StratempId=<?=$rs['StratempId'];?>','Detail','650','250','yes')"><img src="../picture/new.gif" alt="ºÑ¹·Ö¡µÑǪÕéÇÑ´á¼¹§Ò¹" width="16" height="16" border="0" /></a></td>
<td align="center" class="BORDER-TOP-LEFT"><a href="javascript:;" onclick="NewWindow('FrmPlanStrategy.php?StaplanId=<?=$rs3['StaplanId'];?>','AddStrategy','650','300','yes');"><img src="../images/icons/icon-edit.gif" width="16" height="16" border="0" title=" á¡é䢢éÍÁÙÅ <?=$rs['StaplanId'];?> " /></a></td>
<td align="center" class="BORDER-TOP BORDER-LEFT"><?
$query = " SELECT * FROM project_type_tb WHERE StaplanId = '".$rs3['StaplanId']."' ";
$result7 = mysql_query($query);
$checkData2 = mysql_num_rows($result7);
?>
<input type="checkbox" name="id[]" value="<?=$rs3['StaplanId'];?>" onclick="highlightRow(this);" title=" ź¢éÍÁÙÅ <?php echo $rs3['StaplanId']; ?> " <?=($checkData2)?"disabled":"";?> /></td>
<?php
} # while
?>
<?php
} # while
?>
<?php
$no++ ;
} # while
?>
</tr>
</table></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</form>
</table>
</fieldset></td>
</tr>
</table>
<?php include("../templates/incFooter.php"); ?>
</body>
</html>
<?php
/** Free Resource */
$dbObj->freeresult($result);
/** Close the Database */
$dbObj->disconn();
/** Unset Class */
unset($dbObj);
?>
|