CON140.php
4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?php
//*****************************************************************************
//*
//* プログラム叹¨婶嚏攫鼠茶烫
//* プログラムID¨CON140
//* 怠墙 ¨プロジェクト瓷妄肋年茶烫を山绩する
//* 侯喇荚 ¨
//*
//*****************************************************************************
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/CON140.inc");
//メニュ〖
include("menu_opacity.php");
?>
<form name="e_gru">
<?php if ($PHP_BIT[0]==1){ ?>
<table width="100%" border="0" cellspacing="0">
<tr>
<td class="midashi">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="50%" scope="col"><div align="left"><img src="image/t_kanri.gif" border="0"> プロジェクト瓷妄肋年</div></th>
<th width="50%" scope="col"><div align="right"><a href='javascript:Disp_Help("CON140HLP.htm")'><img src="image/help.gif" border="0"></a> <a href='javascript:Disp_Help("CON140HLP.htm")'>ヘルプ</a></div></th>
</tr>
</table>
<div align="right"></div>
</td>
</tr>
</table>
<br>
<?php
$strSql = "SELECT unit_seq, progress_unit, disp_rank FROM mst_prj_tbl 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" class="mainColor">
<tr><td>
<table width="600" cellSpacing="0" cellPadding="1" border="0">
<tr>
<td width="300" rowspan="2" align="center" class="toneDown">
<select name="bumon" width="250" size="10">
<?php
for ($i = 0 ; $i <= $intRsCnt-1 ; $i++) {
//echo " <option value=\"".pg_result($rsRecset,$i,"syozoku_cd")."/".pg_result($rsRecset,$i,"bumon_name")."\">".pg_result($rsRecset,$i,"bumon_name")."</option>\n";
?>
<option value="<?php echo pg_result($rsRecset,$i,"unit_seq")."°///′".htmlspecialchars(pg_result($rsRecset,$i,"progress_unit")) ?>" <?php if(pg_result($rsRecset,$i,"unit_seq")==$bumon){ echo "selected";} ?>><?php echo htmlspecialchars(pg_result($rsRecset,$i,"progress_unit")) ?></option>
<?php
}
?>
<option value=""> </option>
</select></td>
<td valign="middle" class="toneDown"><input type="button" onclick="return up();" value="山绩界疤を惧へ败瓢"></td>
</tr>
<tr>
<td valign="middle" class="toneDown"><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="button" onclick="sinki_ctg();" value="カテゴリ糠惮侯喇"><br><br>
<table width="602" border="0" cellspacing="1" cellpadding="1" class="mainColor">
<tr><td>
<table width="600" cellSpacing="0" cellPadding="1" border="0">
<tr>
<td width="300" rowspan="2" align="center" class="toneDown">
<select name="ctg" width="250" size="10">
<?php
$strSql = "SELECT ctg_seq, ctg_name, disp_rank FROM mst_prj_category ORDER BY disp_rank";
$rsRecset = pg_exec($pg_con,$strSql);
$intRsCnt = pg_numrows($rsRecset);
for ($i = 0 ; $i <= $intRsCnt-1 ; $i++) {
?>
<option value="<?php echo pg_result($rsRecset,$i,"ctg_seq") ?>" <?php if(pg_result($rsRecset,$i,"ctg_seq")==$ctg){ echo "selected";} ?>><?php echo htmlspecialchars(pg_result($rsRecset,$i,"ctg_name")) ?></option>
<?php
}
?>
<option value=""> </option>
</select></td>
<td valign="middle" class="toneDown"><input type="button" onclick="return up_ctg();" value="山绩界疤を惧へ败瓢"></td>
</tr>
<tr>
<td valign="middle" class="toneDown"><input type="button" onclick="return down_ctg();" 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_ctg();" value=" 饯 赖 "> <input type="button" onclick="return del_chk_ctg();" 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");
?>