#set($title = "退会手続き確認画面") <!-- preHeader --> #parse( "/WEB-INF/view/common/preHeader_sp.vm" ) <body> <div data-role="page" id="withDrawConfirm" data-theme="f"> <!--ヘッダー--> #parse( "/WEB-INF/view/common/header_sp.vm" ) <!--コンテンツ--> #set($withdraw-url = $tools.getEncodeUrl('/user/withDraw/withDrawRegist/')) <form action="$!withdraw-url" method="post" data-ajax="false"> <div class="category arrow" data-role="content" data-theme="d"> <h2>退会手続き</h2> <h3>eモニ会員退会注意点</h3> <p>eモニ会員を退会すると現在のポイントが全て失われてしまいます</p> <h4>配信退会を希望する理由</h4> <p> #foreach( $str in $withDrawForm.withDrowReasonBoxes)##選択されてチェックボックス #set($msgKey ="withDraw.checkBoxComment"+$str) #if($velocityCount > 0)</BR>#end $!text.get($msgKey) ##文言 <input type="hidden" name="withDrowReasonBoxes" value="$!str"> #end </p> <div class="dot_line01"></div> <h4>今後の参考にさせていただきますのでよろしければいたらなかった点をお教えください</h4> <p>$!tools.newLineToBr($!escape.html($!withDrawForm.reasonMsg))</p> ##<input type="hidden" name="reasonMsg" value="$!withDrawForm.reasonMsg"> <p><input value="会員退会" type="submit"></p> </div> #makeToken() </form> </div> <!--フッター--> #parse( "/WEB-INF/view/common/footer_sp.vm" ) </div> </body> </html>