#set($title = "マイページ") <!-- preHeader --> #parse( "/WEB-INF/view/common/preHeader.vm" ) ##<!-- JAVASCRIPTはここに記載 --> <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"><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" 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="left" width="20"></td> <td align="center" valign="top"> ##CONTENT START 各ページコンテンツ <!-- Contents Title Table Start --> <table width="780" border="0" cellspacing="0" cellpadding="0"> <td class="myCtsTitle02"> #if($tools.isEmpty($userInfo.firstName) && $tools.isEmpty($userInfo.lastName)) マイページ #else $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマイページ #end </td> </tr> </table> <!-- Contents Title Table End --> <!-- List Table Start --> <table class="myPageTable" width="760" border="0" cellpadding="4"> <tr> <td class="myListcts" width="150"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> 現在のポイント </td> <td class="myListcts"> #if ($myPageForm.point != "") $!tools.getNumberFormatStr($!myPageForm.point) #else 0 #end ポイント </td> </tr> <tr> <td class="myListcts02"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> 今月失うポイント </td> <td class="myListcts02"> #if ($myPageForm.lostThisMonPoint != "") $!tools.getNumberFormatStr($!myPageForm.lostThisMonPoint) #else 0 #end ポイント </td> </tr> <tr> <td class="myListcts"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> 来月失うポイント </td> <td class="myListcts"> #if ($myPageForm.lostNextMonPoint != "") $!tools.getNumberFormatStr($!myPageForm.lostNextMonPoint) #else 0 #end ポイント </td> </tr> <tr> <td class="myListcts02"><!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> <a href="#q('/user/pointUse/')" class="links"><font color="#0000FF">ポイントの利用</font></a> </td> <td class="myListcts02">貯まったポイントを交換できます。 </td> </tr> <tr> <td class="myListcts" width="150"><!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> <a href="#q('/user/userEdit/')" class="links"><font color="#0000FF">会員情報の編集</font></a></td> <td class="myListcts">登録した会員情報の確認や変更ができます。 </td> </tr> <tr> <td class="myListcts02"><!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> <a href="#q('/user/withDraw/')" class="links"><font color="#0000FF">退会手続き</font></a></td> <td class="myListcts02">eモニを退会できます。</td> </tr> </table> <!-- List Table End --> <!-- Contents Title Table Start --> <table width="780" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="myCtsTitle02">回答可能なアンケート</td> </tr> </table> <!-- Contents Title Table End --> <!-- List Table Start --> <table width="760" border="0" cellspacing="1" cellpadding="4" style="padding-bottom: 60px;"> <tr> <td class="myListcts"> #if($enqueteList.size() != 0) #foreach($genreItem in $enqueteList) <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> <a href="#q('/user/enquete?eid=')${genreItem.enqId}">$escape.html($!genreItem.enqTitle) ($!{genreItem.startDay}~$!{genreItem.endDay})</a><br> #end #else <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> $!myPageForm.enqNoMessage #end </td> </tr> <tr> <td> </td> </tr> </table> <!-- Contents Title Table End --> <!-- List Table Start --> <table width="780" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="myCtsTitle02">市からのお知らせ</td> </tr> </table> <table width="760" border="0" cellspacing="1" cellpadding="4"> <tr> <td class="myListcts" style="background-color: #FFFFFF;"> #if($newsList.size() != 0) #foreach($genreItem in $newsList) <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> $!genreItem.message<br> #end #else <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --> 現在はございません。 #end </td> </tr> </table> <!-- List Table End --> <!-- Button Table Start --> <table width="100%" border="0" cellspacing="2" cellpadding="0" style="padding-bottom: 40px;"> <tr> <td background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td> </tr> </table> <!-- Button Table End --> </td> </tr> <tr> <td colspan="4" align="right" valign="top"><img src="/em/images/spacer.gif" width="1" height="6" border="0"></td> </tr> </table> </td> <td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td> </tr> </table> <!-- Contents Table End --> ##CONTENT END 各ページコンテンツ </td> </tr> </table> </td> </table> </TD> </tr> <tr> <TD>#parse( "/WEB-INF/view/common/footer.vm" )</TD> </tr> </table> </center> </body> </html>