mypageTop.html 5.94 KB
Newer Older
Kim Gyeongeun committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#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>
16
			   <td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
Kim Gyeongeun committed
17 18 19
				    <td width="1024" bgcolor="#FFFFFF">
				    <table width="100%" border="0" cellspacing="5" cellpadding="0">
					    <tr>
20 21 22
					        <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>
Kim Gyeongeun committed
23 24 25 26 27 28 29 30 31 32
					        <td align="center" valign="top">
##CONTENT START 各ページコンテンツ




<!-- Contents Title Table Start -->
<table width="780" border="0" cellspacing="0" cellpadding="0">


33
<td class="myCtsTitle02">
Kim Gyeongeun committed
34 35 36 37 38 39 40 41 42 43 44 45

#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 -->
46
<table class="myPageTable" width="760" border="0" cellpadding="4">
Kim Gyeongeun committed
47
<tr>
48 49
    <td class="myListcts" width="150">
    <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
50 51
    現在のポイント
    </td>
52
    <td class="myListcts">
Kim Gyeongeun committed
53 54 55 56 57 58 59 60 61
    #if ($myPageForm.point != "")
    	$!tools.getNumberFormatStr($!myPageForm.point)
    #else
    	0
    #end
    ポイント
    </td>
</tr>
<tr>
62 63
    <td class="myListcts02">
    <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
64 65
    今月失うポイント
    </td>
66
    <td class="myListcts02">
Kim Gyeongeun committed
67 68 69 70 71 72 73 74 75
    #if ($myPageForm.lostThisMonPoint != "")
    	$!tools.getNumberFormatStr($!myPageForm.lostThisMonPoint)
    #else
    	0
    #end
    ポイント
    </td>
</tr>
<tr>
76 77
    <td class="myListcts">
    <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
78 79
    来月失うポイント
    </td>
80
    <td class="myListcts">
Kim Gyeongeun committed
81 82 83 84 85 86 87 88 89
    #if ($myPageForm.lostNextMonPoint != "")
    	$!tools.getNumberFormatStr($!myPageForm.lostNextMonPoint)
    #else
    	0
    #end
    ポイント
    </td>
</tr>
<tr>
90
	<td class="myListcts02"><!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
91 92
		<a href="#q('/user/pointUse/')" class="links"><font color="#0000FF">ポイントの利用</font></a>
	</td>
93
	<td class="myListcts02">貯まったポイントを交換できます。
Kim Gyeongeun committed
94 95 96 97
	</td>
</tr>

<tr>
98
<td class="myListcts" width="150"><!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
99
<a href="#q('/user/userEdit/')" class="links"><font color="#0000FF">会員情報の編集</font></a></td>
100
<td class="myListcts">登録した会員情報の確認や変更ができます。
Kim Gyeongeun committed
101 102 103 104
</td>
</tr>

<tr>
105
<td class="myListcts02"><!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
106
<a href="#q('/user/withDraw/')" class="links"><font color="#0000FF">退会手続き</font></a></td>
107
<td class="myListcts02">eモニを退会できます。</td>
Kim Gyeongeun committed
108 109 110 111 112 113 114 115 116
</tr>


</table>
<!-- List Table End -->
<!-- Contents Title Table Start -->

<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
117
<td class="myCtsTitle02">回答可能なアンケート</td>
Kim Gyeongeun committed
118 119 120 121 122
</tr>
</table>
<!-- Contents Title Table End -->
<!-- List Table Start -->

123
<table width="760" border="0" cellspacing="1" cellpadding="4" style="padding-bottom: 60px;">
Kim Gyeongeun committed
124 125 126 127



<tr>
128
  <td class="myListcts">
Kim Gyeongeun committed
129 130
#if($enqueteList.size() != 0)
	#foreach($genreItem in $enqueteList)
131
		<!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
132 133 134
		<a href="#q('/user/enquete?eid=')${genreItem.enqId}">$escape.html($!genreItem.enqTitle) ($!{genreItem.startDay}~$!{genreItem.endDay})</a><br>
	#end
#else
135
	<!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
	$!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>
152
<td class="myCtsTitle02">市からのお知らせ</td>
Kim Gyeongeun committed
153 154 155 156
</tr>
</table>
<table width="760" border="0" cellspacing="1" cellpadding="4">
<tr>
157
<td class="myListcts" style="background-color: #FFFFFF;">
Kim Gyeongeun committed
158 159 160

#if($newsList.size() != 0)
	#foreach($genreItem in $newsList)
161
		<!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
162 163 164
		$!genreItem.message<br>
	#end
#else
165
	<!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
Kim Gyeongeun committed
166 167 168 169 170 171 172 173 174 175 176
	現在はございません。
#end

</td>
</tr>
</table>
<!-- List Table End -->



<!-- Button Table Start -->
177
<table width="100%" border="0" cellspacing="2" cellpadding="0" style="padding-bottom: 40px;">
Kim Gyeongeun committed
178 179 180 181 182 183 184 185 186 187 188 189 190
<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>
191
    <td width="25"><img src="/em/images/spacer.gif" width="25" height="1" border="0"></td>
Kim Gyeongeun committed
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
</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>