CON121.tpl
2.77 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
<form name="e_gru">
<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("CON120HLP.htm")'><img src="image/help.gif" border="0"></a> <a href='javascript:Disp_Help("CON120HLP.htm")'>ヘルプ</a></div></th>
</tr>
</table>
<div align="right"></div>
</td>
</tr>
</table>
<br>
<table>
<tr>
<td>
<table border="0" cellspacing="1" cellpadding="1" bgcolor="#9999ff" width="600">
<tr>
<td>
<table cellSpacing="0" cellPadding="1" border="0" width="300">
<tr>
<td bgColor="#ccccff" colspan="2" align="center">メインメニュー</td>
</tr>
<tr>
<td bgColor="#ccccff">初期名称</td>
<td bgColor="#ccccff" width="150">現在表示名称</td>
</tr>
</table>
</td>
<td>
<table cellSpacing="0" cellPadding="1" border="0" width="300">
<tr>
<td bgColor="#ccccff" colspan="2" align="center">サブメニュー</td>
</tr>
<tr>
<td bgColor="#ccccff">初期名称</td>
<td bgColor="#ccccff" width="150">現在表示名称</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!--{section name=cnt loop=$strMain}-->
<tr>
<td>
<table border="0" cellspacing="1" cellpadding="1" bgcolor="#9999ff">
<tr>
<td valign="top">
<table cellSpacing="0" cellPadding="1" border="0" width="300">
<tr>
<td bgColor="#ccccff"><!--{$strMainOrg[cnt]}--></td>
<td bgColor="#ccccff" width="150"><input type="text" name="txtMain[]" value="<!--{$strMain[cnt]}-->" size="24" maxlength="10"></td>
</tr>
</table>
</td>
<td>
<table cellSpacing="0" cellPadding="1" border="0" width="300">
<!--{section name=cnt2 loop=$strSub[cnt]}-->
<tr>
<td bgColor="#ccccff"><!--{$strSubOrg[cnt][cnt2]}--></td>
<td bgColor="#ccccff" width="150">
<input type="text" name="txtSub[]" value="<!--{$strSub[cnt][cnt2]}-->" size="24" maxlength="10">
<input type="hidden" name="keySub[]" value="<!--{$keySub[cnt][cnt2]}-->" size="24" maxlength="10">
</td>
</tr>
<!--{/section}-->
</table>
</td>
</tr>
</table>
</td>
</tr>
<!--{/section}-->
</table>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="40" width="402" align="left">
<input type="button" onclick='menu_mod();' value=" 登 録 ">
</td>
<td height="40" width="402" align="right">
<INPUT type="button" onclick='location.href="CON120.php"' value=" 戻 る " name="modoru">
</td>
</tr>
</table>
</form>
<!--{include_php file="include/copyright.inc"}-->