%%98^989^9891C84F%%SUB0020.tpl.php
2.74 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
<?php /* Smarty version 2.6.26, created on 2017-06-01 09:09:51
compiled from SUB0020.tpl */ ?>
<!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 type="text/javascript" src="./include/input_chk.js" charset="EUC-JP"></script>
<script>
<?php echo '
function inputDataCheck(){
if(document.frm.user_name.value==""){
window.alert("団体名を入力して下さい");
Frm.user_name.focus();
return false;
}
if (confirm("この内容で情報を更新しますか?")){
document.frm.action="SUB0021.php";
document.frm.submit();
}
}
'; ?>
</script>
</HEAD>
<BODY bgcolor="White">
<FORM name="frm">
<!-- ヘッダー表示 -->
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<!-- メニュー表示 -->
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'menu.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<!-- 一覧表示 -->
<table width="100%" border="0">
<tr>
<th><B><font color="blue" size="5">団体名変更</font></B></th>
</tr>
</table>
<hr />
<table width="100%" border="0">
<tr>
<td align="center">
<TABLE border=1 bordercolor="#008080" width="544">
<TR>
<TD bgcolor="#FFCC99"><B><FONT size="2">団体名</FONT></B></TD>
<TD><INPUT TYPE="text" maxlength="50" size="30" type="text" name="user_name" Value="<?php echo $this->_tpl_vars['strUserName']; ?>
"></TD>
</TR>
</TABLE>
</td>
</tr>
<tr>
<td align="center">
<FONT size="2" color=#FF0000><b>全項目の入力を行わないと更新できません</b></FONT>
</td>
</tr>
<tr>
<td align="center">
<TABLE border="0" width="544">
<TR>
<TD><FONT size="2"><B>団体名を変更する場合はこのボタンを押してください→</B></FONT></TD>
<TD><INPUT type="button" name="update" value="変 更" onClick="JavaScript:inputDataCheck();"></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
<table width="100%" border="0">
<tr>
<td align="center"><input type="button" name="btnReturn" value="メニューへ戻る" onClick="location='MAIN0000.php'"></td>
</tr>
</table>
<!-- フッター表示 -->
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
</FORM>
</BODY>
</HTML>