%%CD^CD0^CD030493%%MST1310.tpl.php
3.62 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
<?php /* Smarty version 2.6.26, created on 2017-06-01 09:16:25
compiled from MST1310.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>
<?php echo '
function inputDataCheck(){
if(document.Frm.disp2_name.value==""){
window.alert("グループ名を入力して下さい");
Frm.disp2_name.focus();
return false;
}
if(document.Frm.disp3_name.value==""){
window.alert("件名を入力して下さい");
Frm.disp3_name.focus();
return false;
}
if(document.Frm.disp6_name.value==""){
window.alert("メール件名(定型文)");
Frm.disp6_name.focus();
return false;
}
if (confirm("この内容で情報を更新しますか?")){
document.Frm.action="MST1311.php";
document.Frm.submit();
}
}
function ichiranBack(){
if (confirm("入力内容は破棄して戻ります\\nよろしいですか?")){
document.Frm.action="MAIN0000.php";
document.Frm.submit();
}
}
'; ?>
</SCRIPT>
</HEAD>
<form name="Frm" method="POST">
<!-- ヘッダー表示 -->
<?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);
?>
<!-- 一覧表示 -->
<center>
<table width="100%" border="0">
<tr>
<th><B><FONT color=blue size=5>表示メッセージ登録</FONT></B></th>
</tr>
</table>
<hr/>
<TABLE border="0" width="544">
<TR>
<TD width="345">
<B><FONT size="2" color=#FF0000>*</FONT></B><FONT size="2">は入力必須項目です</FONT>
</TD>
</TR>
</TABLE>
<TABLE border=1 bordercolor="#008080" width="544">
<TR>
<TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000>*</FONT></B><FONT size="2"><B><FONT size="2">グループ項目名</FONT></B></TD>
<TD><INPUT maxlength="15" size="40" type="text" name="disp2_name" Value="<?php echo $this->_tpl_vars['strDisp_Name'][1]; ?>
"></TD>
</TR>
<TR>
<TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000>*</FONT></B><FONT size="2"><B><FONT size="2">件名</FONT></B></TD>
<TD><INPUT maxlength="15" size="40" type="text" name="disp3_name" Value="<?php echo $this->_tpl_vars['strDisp_Name'][2]; ?>
"></TD>
</TR>
<TR>
<TD bgcolor="#FFCC99"><B><FONT size="2" color=#FF0000>*</FONT></B><FONT size="2"><B><FONT size="2">メール件名(定型文)</FONT></B></TD>
<TD><INPUT maxlength="15" size="40" type="text" name="disp6_name" Value="<?php echo $this->_tpl_vars['strDisp_Name'][3]; ?>
"></TD>
</TR>
</TABLE>
<BR>
<TABLE border="0" width="544">
<TR>
<TD width="360"><FONT size="2"><B>情報を更新する場合はこのボタンを押してください⇒</B></FONT></TD>
<TD><INPUT type="button" name="update" value=" 更 新 " onClick="JavaScript:inputDataCheck();"></TD>
</TR>
</TABLE>
<BR>
<INPUT type="button" name="back" value="メニューへ戻る" onClick="JavaScript:ichiranBack();">
</CENTER>
<INPUT TYPE="hidden" NAME="disp2_id" VALUE="2">
<INPUT TYPE="hidden" NAME="disp3_id" VALUE="3">
<INPUT TYPE="hidden" NAME="disp6_id" VALUE="6">
<!-- フッター表示 -->
<?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>