MST1120.tpl
1.98 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META name="GENERATOR" content="Microsoft FrontPage 4.0">
<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<META http-equiv="Content-Style-Type" content="text/css">
<link href="./css/style.css" rel="stylesheet" type="text/css">
<TITLE>め〜るNiポン!</TITLE>
<SCRIPT LANGUAGE="JAVASCRIPT">
{literal}
function submit_edit(){
document.frm.action = "MST1121.php";
document.frm.method="POST"
document.frm.submit();
}
function ichiran_rtn(){
document.frm.action = "MST1100.php";
document.frm.method="POST"
document.frm.submit();
}
{/literal}
</SCRIPT>
</HEAD>
<BODY bgcolor="White">
<FORM name="frm" method="post">
<!-- ヘッダー表示 -->
{include file='header.tpl'}
<!-- メニュー表示 -->
{include file='menu.tpl'}
<!-- 一覧表示 -->
<table width="100%" border="0">
<tr>
<th><B><FONT color=blue size=5>管理者情報変更</FONT></B></th>
</tr>
</table>
<hr />
<TABLE border=0 WIDTH="900">
<TR>
<TD align="center">
<INPUT type="button" name="btnBack" value="一覧へ戻る" onClick="return ichiran_rtn();"><BR><BR>
</TD>
</TR>
<TR>
<TD align="center">
<TABLE border=1 bordercolor="#008080" width="544">
<tr>
<td bgcolor="#FFCC99"><B><FONT size="2">管理者</FONT></B></td>
<td>
{if $intSeparater == "0" }
<FONT size=2>対象データが存在しません</FONT>
{else}
<SELECT name="user_cd">
{section name=idx loop=$user_Data}
{$user_Data[idx]}
{/section}
</SELECT>
{/if}
</td>
</TR>
</TABLE>
<br>
<TABLE border="0" width="544">
<TR>
{if $intSeparater > "0" }
<TD width="360">
<FONT size="2"><B>管理者を変更する場合はこのボタンを押してください→</B></FONT>
</TD>
<TD>
<input type="button" onclick="return submit_edit();" value=" 変 更 " >
</TD>
{/if}
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<!-- フッター表示 -->
{include file='footer.tpl'}
</FORM>
</BODY>
</HTML>