LIST1740.tpl 2.18 KB
<!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>
{literal}

function Return_Back(){
		document.frm.action="LIST1000.php";
		document.frm.method="POST";
		document.frm.submit();
}

function input_chk(){
		if (confirm("送信先種類を変更します。\nよろしいですか?")){
				document.frm.action="LIST1741.php";
				document.frm.method="POST";
				document.frm.submit();
		}
}

{/literal}
</script>
</HEAD>
<BODY bgcolor="White">
<FORM name="frm">
<!-- ヘッダー表示 -->
{include file='header.tpl'}
<!-- メニュー表示 -->
{include file='menu.tpl'}
<!-- 一覧表示 -->
<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><FONT size="2" color=#FF0000></FONT></B></TD>
					<TD>
						<input name="SendType" type="radio" value="0" {$send_chk[0]}>両方 
						<input name="SendType" type="radio" value="1" {$send_chk[1]}>携帯のみ 
						<input name="SendType" type="radio" value="2" {$send_chk[2]}>PCのみ 
					</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="{$mail_id}">
<!-- フッター表示 -->
{include file='footer.tpl'}
</FORM>
</BODY>
</HTML>