%%56^561^56142697%%MST1211.tpl.php
2.5 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
<?php /* Smarty version 2.6.26, created on 2017-06-01 09:17:15
compiled from MST1211.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 Disp_List(){
document.frm.action="MST1210.php";
document.frm.method="POST";
document.frm.submit();
}
function Data_Touroku(pMode,group_id){
document.frm.pMode.value=pMode;
document.frm.group_id.value=group_id;
document.frm.action = "MST1212.php";
document.frm.method = "POST";
document.frm.submit();
return;
}
'; ?>
</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);
?>
<!-- 一覧表示 -->
<center>
<table width="100%" border="0">
<tr>
<th><B><FONT color=blue size=5>グループ登録</FONT></B></th>
</tr>
</table>
<HR>
<INPUT type="button" name="back" value="一覧に戻る" onClick="location='MST1210.php'">
<table cellspacing="1" cellpadding="1" border="1">
<tr>
<td align="center" bgcolor="#FFCC99"><FONT size="2"><B>グループ名</B></FONT></td>
<td ><INPUT maxlength="30" size="50" type="text" name="group_name" Value="<?php echo $this->_tpl_vars['group_name']; ?>
"></td>
</tr>
</table>
</center>
<?php if ($this->_tpl_vars['group_id'] != ""): ?>
<input type="button" value= "更新" onclick="Data_Touroku(2,'<?php echo $this->_tpl_vars['group_id']; ?>
')">
<?php else: ?>
<input type="button" value= "登録" onclick="Data_Touroku(1,'<?php echo $this->_tpl_vars['group_id']; ?>
')">
<?php endif; ?>
<!-- フッター表示 -->
<?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);
?>
<INPUT type="hidden" name="group_id" value="">
<INPUT type="hidden" name="pMode" value="">
</FORM>
</BODY>
</HTML>