#set($title = "eモニポイント有効期限設定") #set($menukubun = "5") #parse( "/WEB-INF/view/common/header_admin.vm" ) <script language="JavaScript"> <!-- function pointPeriodRegist() { if(window.confirm('eモニポイント有効期限を変更します。\r\nよろしいですか?')){ document.forms[0].submit(); }else{ window.alert('キャンセルしました'); } } //--> </script> <div id="contents"> <div id="contents_main"> <div id="breadcrumbsWrap"> </div><!--[ /breadcrumbsWrap ]--> <form method="POST" action="#q('/admin/setting/pointPeriodRegist/pointPeriodRegist/')" > <div id="main" class="clearfix"> <h2 class="contents_title">eモニポイント有効期限設定</h2> <div id="right_contents"> #if($tools.getMsgs()!="") <font color="red" size="2">入力エラーがあります。</font> #end <table border="0" cellpadding="0" cellspacing="0" class="stripe2 mgb10 w840"> <tr class="gray"> <td class="w100">現在の有効期限</td> <td class="w400">#if($!pointPeriodRegistForm.pointPeriodPre && $!pointPeriodRegistForm.pointPeriodPre != "") $!pointPeriodRegistForm.pointPeriodPre 年 #else 未設定 #end</td> </tr> <input type="hidden" name="pointPeriodPre" value="$!pointPeriodRegistForm.pointPeriodPre" /> <tr class="gray"> <td class="w100">変更後有効期限</td> <td class="w400"> <input name="pointPeriod" type="text" class="w120" value="$!escape.html($!pointPeriodRegistForm.pointPeriod)"/>年<br/> $tools.getMsg("pointPeriod") </td> </tr> </table> <div class="btn_area2" style="width:840px;"> <input type="button" class="button" value="登録" onclick="return pointPeriodRegist();"/> </div> </div><!--[ /right_contents ]--> </div><!--[ /main ]--> <br/><br/><br/><br/><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR> #makeToken() </form> <div id="contents_bottom"> <img src="/em/images/bg_contents_bottom.jpg" width="1036" height="15" /> </div> </div> </div> </div> </div> #parse( "/WEB-INF/view/common/footer_admin.vm" )