%%A9^A9D^A9D48753%%BUY0001.tpl.php 3.14 KB
<?php /* Smarty version 2.6.26, created on 2017-06-02 00:11:02
         compiled from BUY0001.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 Buy_Point(){
		document.frm.action = "BUY0002.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>
		<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"><?php echo $this->_tpl_vars['Point_Name']; ?>
</td>
				</tr>
				<tr>
					<td bgcolor="#FFCC99"><strong>お支払い方法</strong></td>
					<td>銀行振り込み</td>
				</tr>
				<tr>
					<td bgcolor="#FFCC99"><strong>ご購入者 お名前</strong></div></td>
					<td><?php echo $this->_tpl_vars['buy_name']; ?>
</td>
				</tr>
				<tr>
					<td width="199" bgcolor="#FFCC99"><strong>メールアドレス</strong></td>
					<td width="329"><?php echo $this->_tpl_vars['mail_add1']; ?>
@<?php echo $this->_tpl_vars['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="<?php echo $this->_tpl_vars['point']; ?>
">
<input name="buy_name"     type="hidden" value="<?php echo $this->_tpl_vars['buy_name']; ?>
">
<input name="buy_mail_add" type="hidden" value="<?php echo $this->_tpl_vars['mail_add1']; ?>
@<?php echo $this->_tpl_vars['mail_add2']; ?>
">
<table width="100%" border="0"> 
	<tr>
		<td align="center"><input type="button" name="back" value="メニューへ戻る" onClick="location='./MAIN0000.php'"></td> 
	</tr> 
</table>
<!-- フッター表示 -->
<?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>