CON012.php 2.34 KB
<?php 
//*****************************************************************************
//* 
//* プログラム叹¨获瘟礁茶烫
//* プログラムID¨CON012
//* 怠墙        ¨获瘟礁茶烫を山绩する
//* 侯喇荚      ¨佬拍 毖迹
//* 
//*****************************************************************************

header("Content-type: text/html; charset=EUC-JP");
include("include/session_start.inc");
include("include/SessionChk.inc");
include("include/dbcon.inc");
include("inc/header.inc");
//メニュ〖
include("include/input_chk.inc");
include("inc/CON012.inc");
include("menu_opacity.php");

?>
<form name="e_gru">
<br>
<?php  if ($PHP_BIT[0]==1){ ?>
<?php 
	$strSql = "SELECT ctg_no,ctg_name,disp_rank FROM mst_siryo ORDER BY disp_rank";
	$rsRecset = pg_exec($pg_con,$strSql);
	$intRsCnt = pg_numrows($rsRecset);
?>
<input type="button" onclick="sinki();" value="获瘟フォルダ侯喇"><br><br>
<table width="602" border="0" cellspacing="1" cellpadding="1" bgcolor="#9999ff">
	<tr><td>
	<table width="600" cellSpacing="0" cellPadding="1" border="0">
		<tr>
			<td width="300" rowspan="2" align="center" bgColor="#ccccff">
			<select name="siryo" width="250" size="10">
<?php 
			for ($i = 0 ; $i <= $intRsCnt-1 ; $i++) {
				echo "			<option value=\"".pg_result($rsRecset,$i,"ctg_no")."/".pg_result($rsRecset,$i,"ctg_name")."\">".pg_result($rsRecset,$i,"ctg_name")."</option>\n";
			}
?>
			<option value="">                  </option>
			</select></td>
			<td valign="middle" bgColor="#ccccff"><input type="button" onclick="return up();" value="山绩界疤を惧へ败瓢"></td>
	    </tr>
		<tr>
			<td valign="middle" bgColor="#ccccff"><input type="button" onclick="return down();" value="山绩界疤を布へ败瓢"></td>
		</tr>
	</table>
	</td></tr>
</table>
<table width="602" border="0" cellspacing="0" cellpadding="0">
	<tr>
	<td height="40" width="602" align="center"><input type="button" onclick="return edit();" value=" 饯 赖 "> <input type="button" onclick="return dell_chk();" value=" 猴 近 "> <input type="button" onclick="return back();" value=" 提 る "></td>
	</tr>
</table>
<br>
<hr width="100%">
<input type="hidden" name="sinki_edit_flg" value="">
<input type="hidden" name="up_down_flg" value="">
<?php  }else{ ?>
  <a href="TOP000.php"><span class="Normalfont">マスタ恃构涪嘎がありません</span></a>
<?php  } ?>

</form>
<?php 
//コピ〖ライト
include("include/copyright.inc");
?>