Commit 387f6a03 by Kim Gyeongeun

マイページ画面のデザイン変更

parent 5ee9f453
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<table width="780" border="0" cellspacing="0" cellpadding="0"> <table width="780" border="0" cellspacing="0" cellpadding="0">
<td class="ctsTitle02"> <td class="myCtsTitle02">
#if($tools.isEmpty($userInfo.firstName) && $tools.isEmpty($userInfo.lastName)) #if($tools.isEmpty($userInfo.firstName) && $tools.isEmpty($userInfo.lastName))
マイページ マイページ
...@@ -43,13 +43,13 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ ...@@ -43,13 +43,13 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
<!-- Contents Title Table End --> <!-- Contents Title Table End -->
<!-- List Table Start --> <!-- List Table Start -->
<table width="760" border="0" cellspacing="1" cellpadding="4"> <table class="myPageTable" width="760" border="0" cellpadding="4">
<tr> <tr>
<td class="listcts" width="150"> <td class="myListcts" width="150">
<img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
現在のポイント 現在のポイント
</td> </td>
<td class="listcts"> <td class="myListcts">
#if ($myPageForm.point != "") #if ($myPageForm.point != "")
$!tools.getNumberFormatStr($!myPageForm.point) $!tools.getNumberFormatStr($!myPageForm.point)
#else #else
...@@ -59,11 +59,11 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ ...@@ -59,11 +59,11 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="listcts02"> <td class="myListcts02">
<img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
今月失うポイント 今月失うポイント
</td> </td>
<td class="listcts02"> <td class="myListcts02">
#if ($myPageForm.lostThisMonPoint != "") #if ($myPageForm.lostThisMonPoint != "")
$!tools.getNumberFormatStr($!myPageForm.lostThisMonPoint) $!tools.getNumberFormatStr($!myPageForm.lostThisMonPoint)
#else #else
...@@ -73,11 +73,11 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ ...@@ -73,11 +73,11 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="listcts"> <td class="myListcts">
<img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
来月失うポイント 来月失うポイント
</td> </td>
<td class="listcts"> <td class="myListcts">
#if ($myPageForm.lostNextMonPoint != "") #if ($myPageForm.lostNextMonPoint != "")
$!tools.getNumberFormatStr($!myPageForm.lostNextMonPoint) $!tools.getNumberFormatStr($!myPageForm.lostNextMonPoint)
#else #else
...@@ -87,53 +87,52 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ ...@@ -87,53 +87,52 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="listcts02"><img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <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> <a href="#q('/user/pointUse/')" class="links"><font color="#0000FF">ポイントの利用</font></a>
</td> </td>
<td class="listcts02">貯まったポイントを交換できます。 <td class="myListcts02">貯まったポイントを交換できます。
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="listcts" width="150"><img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <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> <a href="#q('/user/userEdit/')" class="links"><font color="#0000FF">会員情報の編集</font></a></td>
<td class="listcts">登録した会員情報の確認や変更ができます。 <td class="myListcts">登録した会員情報の確認や変更ができます。
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="listcts02"><img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <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> <a href="#q('/user/withDraw/')" class="links"><font color="#0000FF">退会手続き</font></a></td>
<td class="listcts02">eモニを退会できます。</td> <td class="myListcts02">eモニを退会できます。</td>
</tr> </tr>
</table> </table>
<!-- List Table End --> <!-- List Table End -->
<br>
<!-- Contents Title Table Start --> <!-- Contents Title Table Start -->
<table width="780" border="0" cellspacing="0" cellpadding="0"> <table width="780" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td class="ctsTitle02">回答可能なアンケート</td> <td class="myCtsTitle02">回答可能なアンケート</td>
</tr> </tr>
</table> </table>
<!-- Contents Title Table End --> <!-- Contents Title Table End -->
<!-- List Table Start --> <!-- List Table Start -->
<table width="760" border="0" cellspacing="1" cellpadding="4"> <table width="760" border="0" cellspacing="1" cellpadding="4" style="padding-bottom: 60px;">
<tr> <tr>
<td class="listcts"> <td class="myListcts">
#if($enqueteList.size() != 0) #if($enqueteList.size() != 0)
#foreach($genreItem in $enqueteList) #foreach($genreItem in $enqueteList)
<img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <!-- <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> <a href="#q('/user/enquete?eid=')${genreItem.enqId}">$escape.html($!genreItem.enqTitle) ($!{genreItem.startDay}~$!{genreItem.endDay})</a><br>
#end #end
#else #else
<img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
$!myPageForm.enqNoMessage $!myPageForm.enqNoMessage
#end #end
</td> </td>
...@@ -150,20 +149,20 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ ...@@ -150,20 +149,20 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
<!-- List Table Start --> <!-- List Table Start -->
<table width="780" border="0" cellspacing="0" cellpadding="0"> <table width="780" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td class="ctsTitle02">市からのお知らせ</td> <td class="myCtsTitle02">市からのお知らせ</td>
</tr> </tr>
</table> </table>
<table width="760" border="0" cellspacing="1" cellpadding="4"> <table width="760" border="0" cellspacing="1" cellpadding="4">
<tr> <tr>
<td class="listcts"> <td class="myListcts" style="background-color: #FFFFFF;">
#if($newsList.size() != 0) #if($newsList.size() != 0)
#foreach($genreItem in $newsList) #foreach($genreItem in $newsList)
<img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
$!genreItem.message<br> $!genreItem.message<br>
#end #end
#else #else
<img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> <!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
現在はございません。 現在はございません。
#end #end
...@@ -175,7 +174,7 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ ...@@ -175,7 +174,7 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
<!-- Button Table Start --> <!-- Button Table Start -->
<table width="100%" border="0" cellspacing="2" cellpadding="0"> <table width="100%" border="0" cellspacing="2" cellpadding="0" style="padding-bottom: 60px;">
<tr> <tr>
<td background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td> <td background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td>
</tr> </tr>
......
...@@ -212,6 +212,12 @@ a.enqresult:hover { ...@@ -212,6 +212,12 @@ a.enqresult:hover {
/*background-image: url(../images/cts_titlebg02_800.jpg);*/ /*background-image: url(../images/cts_titlebg02_800.jpg);*/
padding: 7px 0px 7px 12px; padding: 7px 0px 7px 12px;
} }
.myCtsTitle02 {
font-size: 15pt;
font-weight: bold;
color: #444444;
padding: 0px 0px 30px 12px;
}
.ctsTitle03 { .ctsTitle03 {
font-size: 15pt; font-size: 15pt;
font-weight: bold; font-weight: bold;
...@@ -284,6 +290,20 @@ a.enqresult:hover { ...@@ -284,6 +290,20 @@ a.enqresult:hover {
line-height: 140%; line-height: 140%;
text-align:left; text-align:left;
} }
.myListcts {
font-size: 12pt;
color: #444444;
background-color: #eeeeff;
padding-left: 10px;
text-align:left;
}
.myListcts02 {
font-size: 12pt;
color: #444444;
background-color: #eeeeff;
padding-left: 10px;
text-align:left;
}
.error { .error {
font-size: 12pt; font-size: 12pt;
...@@ -389,3 +409,7 @@ a.btn02:hover { ...@@ -389,3 +409,7 @@ a.btn02:hover {
.nextBtn:hover { .nextBtn:hover {
background : #203864; background : #203864;
} }
.myPageTable {
border-spacing: 2px 8px;
padding-bottom: 60px;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment