BUY0001.tpl 2.22 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 Buy_Point(){
		document.frm.action = "BUY0002.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>
		<TD align="center">
			<table width="100%" border="0">
				<tr><th><B><FONT color=blue size=5>ポイント購入 確認</FONT></B></th></tr>
			</table>
			<HR>
		</TD>
	</TR>
	<tr><td align="center">こちらの内容でよろしいですか?</td></tr> 
	<tr> 
		<td align="center">
			<table border=1 bordercolor="#008080" width="544">
				<tr>
					<td width="199" bgcolor="#FFCC99"><strong>ご購入ポイント</strong></td>
					<td width="329">{$Point_Name}</td>
				</tr>
				<tr>
					<td bgcolor="#FFCC99"><strong>お支払い方法</strong></td>
					<td>銀行振り込み</td>
				</tr>
				<tr>
					<td bgcolor="#FFCC99"><strong>ご購入者 お名前</strong></div></td>
					<td>{$buy_name}</td>
				</tr>
				<tr>
					<td width="199" bgcolor="#FFCC99"><strong>メールアドレス</strong></td>
					<td width="329">{$mail_add1}@{$mail_add2}</td>
				</tr>
			</table>
		</td> 
	</tr> 
	<tr> 
		<td align="center">
			<input type="button" name="btnBuy" id="btnBuy" value="上記の内容でポイントを購入する" onclick="Buy_Point();" />
		</td> 
	</tr> 
</table> 
<input name="buy_point"    type="hidden" value="{$point}">
<input name="buy_name"     type="hidden" value="{$buy_name}">
<input name="buy_mail_add" type="hidden" value="{$mail_add1}@{$mail_add2}">
<table width="100%" border="0"> 
	<tr>
		<td align="center"><input type="button" name="back" value="メニューへ戻る" onClick="location='./MAIN0000.php'"></td> 
	</tr> 
</table>
<!-- フッター表示 -->
{include file='footer.tpl'}
</FORM>
</BODY>
</HTML>