pointUseConfirm.html 4.44 KB
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7
#set($title = "ポイント交換申請確認")
<!-- preHeader -->
#parse( "/WEB-INF/view/common/preHeader.vm" )
##<!-- JAVASCRIPTはここに記載 -->
<script language="JavaScript" type="text/JavaScript">
<!--
    function back(){
8 9 10 11 12
		if($!pointUseForm.giftType == 1){
			document.forms[0].action="#q('/user/pointUse/pointUse')?giftExchangeInfoId=1";
		} else {
			document.forms[0].action="#q('/user/pointUse/confirm')";
		}
Kim Gyeongeun committed
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
		document.forms[0].submit();
	}
-->
</script>


<body bgcolor="#B3C9E1" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<!-- header -->
<table width="1024"  cellspacing="0" cellpadding="0">
	<tr>
		<TD>#parse( "/WEB-INF/view/common/header.vm" )</TD>
	</tr>
	<tr>
		<TD>
			<table width="1024" border="0" cellspacing="0" cellpadding="0">
				<tr>
			   <td width="25" background="/em/images/shadowlft2.jpg"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
				    <td width="1024" bgcolor="#FFFFFF">
				    <table width="100%" border="0" cellspacing="5" cellpadding="0">
					    <tr>
					        <td align="right" width="155" valign="top">#parse( "/WEB-INF/view/common/menu.vm" )</td>
					        <td align="left" width="10" background="/em/images/cts_bar.gif"><img src="/em/images/spacer.gif" border="0"></td>
					        <td align="center" valign="top">
##CONTENT START 各ページコンテンツ
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="ctsTitle">ポイント交換申請確認</td>
</tr>
</table>
<!-- Contents Title Table End -->

<form method="post" action="/em/user/pointUse/regist/" >
#makeToken()
47 48 49 50 51 52 53 54
<BR><BR><BR>
<input type="hidden"  name="giftType" value="$!pointUseForm.giftType">
<input type="hidden" name="giftId" value="$!giftId"/>
<input type="hidden" name="memberNum" value="$!memberNum"/>
#foreach($gift in $!pointUseForm.giftList)
	<input type="hidden" name="giftList[$velocityCount].giftId" value="$gift.giftId"/>
	<input type="hidden" name="giftList[$velocityCount].giftName" value="$gift.giftName"/>
#end
Kim Gyeongeun committed
55

Kazuki Nakamura committed
56
<table width="650 border="0" cellpadding="2" cellspacing="1">
Kim Gyeongeun committed
57
	<tr>
Kazuki Nakamura committed
58
		<td width="120" >【入力内容確認】</td>
Kim Gyeongeun committed
59 60 61
	</tr>
	<tr>

Kazuki Nakamura committed
62
		<td>
63
			#if($!pointUseForm.giftType == 2)
Kazuki Nakamura committed
64 65 66
			入力されたコード番号にICHICOが反映されますので、
			希望される会員番号と相違ないかご確認お願いします。
			<b>ポイント申請後はいかなる場合でも変更・取消はできませんのでご了承ください。</b><br>
67
			#end
Kim Gyeongeun committed
68 69 70 71 72 73
			入力した内容を確認して、よろしければ下のポイント交換申請ボタンを押してください。
		</td>
	</tr>
</TABLE>

<BR>
Kazuki Nakamura committed
74
<table width="650 border="0" cellpadding="2" cellspacing="1" bgcolor="#004080">
Kim Gyeongeun committed
75
	<tr>
Kazuki Nakamura committed
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
		<td class="listmenu" width="120" >入力内容</td>
	</tr>
	<tr>
		<td class="listcts"><font color="red">
		#if($!pointUseForm.giftType == 1) 枚数:#else 交換ポイント数: #end
		#foreach($gift in $!pointUseForm.giftList)
			#if($gift.giftId == $!pointUseForm.giftId)
				$gift.giftName
			#end
		#end
		
		#if($!pointUseForm.giftType == 2)
		<br>
		会員番号: $!pointUseForm.memberNum
		#end
		</font></td>
Kim Gyeongeun committed
92 93 94 95 96 97 98 99 100 101
	</tr>
</TABLE>

	##ポイント交換申請ボタン

	<table width="100%" border="0" cellspacing="2" cellpadding="0">
		<TR>
		    <TD align="center"><font color="#FF0000"></font>&nbsp;</TD>
		<TR>
		    <TD align="center">
102
				<input type="image" src="/em/images/point_answer.gif" >
Kim Gyeongeun committed
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
		    </TD>
		</TR>
	</TABLE>
<BR>

<!-- Button Table Start -->
<table width="100%" height="100%" border="0" cellspacing="2" cellpadding="0">
##CONTENT END 各ページコンテンツ
					        <!-- Button Table Start 点線-->
							<table width="780" border="0" cellspacing="5" cellpadding="0">
								<tr>
									<td background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td>
								</tr>
							</table>
							<table width="780" cellspacing="5" cellpadding="0" border="0">
								<tr>
								<td align="left">
								<input type="image" border="0" align="absmiddle" src="/em/images/back_btn.gif" onclick="back();">
								</td>
								</tr>
							</table>
							<!-- Button Table End -->
					        </td>
					    </tr>
				    </table>
				    </td>
			   <td width="25" background="/em/images/shadowrgt2.jpg"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
				</tr>
			</table>
		</TD>
	</tr>
	<tr>
		<TD>#parse( "/WEB-INF/view/common/footer.vm" )</TD>
	</tr>
</table>

</center>
</body>
</html>