#set($title = "ポイント交換申請確認") <!-- preHeader --> #parse( "/WEB-INF/view/common/preHeader_sp.vm" ) <script language="JavaScript" type="text/JavaScript"> <!-- function back(){ document.forms[0].action="#q('/user/pointUse/pointUse')"; document.forms[0].submit(); } --> </script> <body> <div data-role="page" id="pointUseIndex" data-theme="f"> <!--ヘッダー--> #parse( "/WEB-INF/view/common/header_sp.vm" ) <!--コンテンツ--> #set($point-url = $tools.getSecureUrl('/user/pointUse/regist/')) <form action="$!point-url" method="post" data-ajax="false"> #makeToken() <div class="category" data-role="content" data-theme="d"> <h2>ポイント交換申請確認</h2> <h3>入力内容確認</h3> <p>入力した内容を確認して、よろしければ下のポイント交換申請ボタンを押してください。</p> <h4>枚数</h4> <div class="bg_blue"> #foreach($gift in $!pointUseForm.giftList) #if($gift.giftId == $!pointUseForm.giftId) $gift.giftName #end #end </div> <input type="hidden" name="giftId" value="$!giftId"/> <input value="交換" type="submit"> <a href="#" onclick="back();" data-role="button" data-theme="b" data-ajax="false">戻る</a> </div> </form> <!--フッター--> #parse( "/WEB-INF/view/common/footer_sp.vm" ) </div> </body> </html>