BUY0001.tpl
2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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>