%%56^561^56142697%%MST1211.tpl.php 2.5 KB
<?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>