%%37^373^373F9CE6%%LIST1750.tpl.php 3.25 KB
<?php /* Smarty version 2.6.26, created on 2017-06-02 10:06:34
         compiled from LIST1750.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 Return_Back(){
		document.frm.action="LIST1000.php";
		document.frm.method="POST";
		document.frm.submit();
}

function input_chk(){
		if(document.frm.subject_name.value==""){
				window.alert(document.frm.KENMEI.value + "入力してください");
				document.frm.subject_name.focus();
				return false;
		}
		
		if(document.frm.contents.value==""){
				window.alert("本文を入力して下さい");
				document.frm.contents.focus();
				return false;
		}
	
		if (confirm("配信内容を変更します。\\nよろしいですか?")){
				document.frm.action="LIST1751.php";
				document.frm.method="POST";
				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><FONT size="2"><INPUT size="30" maxlength="28" type="text" name="subject_name" Value="<?php echo $this->_tpl_vars['subject_name']; ?>
"></FONT></TD>
				</TR>
				<TR>
					<TD bgcolor="#FFCC99"><B><FONT size="2">本文</FONT></B></TD>
					<TD><FONT size="2"><TEXTAREA rows="10" cols="60" name="contents"><?php echo $this->_tpl_vars['contents']; ?>
</TEXTAREA></FONT></TD>
				</TR>
			</TABLE>
		</td> 
	</tr> 
	<tr> 
		<td align="center">
			<br><br>
			<TABLE border="0" width="544">
				<TR>
					<TD>
						<FONT SIZE=2>  配信内容を変更する場合はこのボタンを押してください⇒</FONT>
						<input type="button" value="設 定" onClick="return input_chk();">
					</TD>
				</TR>
			</TABLE>
		</td> 
	</tr> 
</table> 
<table width="100%" border="0"> 
	<tr>
		<td align="center"><INPUT type="button" name="back" value="戻 る" onClick="JavaScript:Return_Back();"></td> 
	</tr> 
</table>
<INPUT type="hidden" name="mail_id" value="<?php echo $this->_tpl_vars['mail_id']; ?>
">
<!-- フッター表示 -->
<?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>