Commit 387f6a03 by Kim Gyeongeun

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

parent 5ee9f453
......@@ -30,7 +30,7 @@
<table width="780" border="0" cellspacing="0" cellpadding="0">
<td class="ctsTitle02">
<td class="myCtsTitle02">
#if($tools.isEmpty($userInfo.firstName) && $tools.isEmpty($userInfo.lastName))
マイページ
......@@ -43,13 +43,13 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
<!-- Contents Title Table End -->
<!-- List Table Start -->
<table width="760" border="0" cellspacing="1" cellpadding="4">
<table class="myPageTable" width="760" border="0" cellpadding="4">
<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"> -->
現在のポイント
</td>
<td class="listcts">
<td class="myListcts">
#if ($myPageForm.point != "")
$!tools.getNumberFormatStr($!myPageForm.point)
#else
......@@ -59,11 +59,11 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
</td>
</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"> -->
今月失うポイント
</td>
<td class="listcts02">
<td class="myListcts02">
#if ($myPageForm.lostThisMonPoint != "")
$!tools.getNumberFormatStr($!myPageForm.lostThisMonPoint)
#else
......@@ -73,11 +73,11 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
</td>
</tr>
<tr>
<td class="listcts">
<img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle">
<td class="myListcts">
<!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
来月失うポイント
</td>
<td class="listcts">
<td class="myListcts">
#if ($myPageForm.lostNextMonPoint != "")
$!tools.getNumberFormatStr($!myPageForm.lostNextMonPoint)
#else
......@@ -87,53 +87,52 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
</td>
</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>
</td>
<td class="listcts02">貯まったポイントを交換できます。
<td class="myListcts02">貯まったポイントを交換できます。
</td>
</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>
<td class="listcts">登録した会員情報の確認や変更ができます。
<td class="myListcts">登録した会員情報の確認や変更ができます。
</td>
</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>
<td class="listcts02">eモニを退会できます。</td>
<td class="myListcts02">eモニを退会できます。</td>
</tr>
</table>
<!-- List Table End -->
<br>
<!-- Contents Title Table Start -->
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="ctsTitle02">回答可能なアンケート</td>
<td class="myCtsTitle02">回答可能なアンケート</td>
</tr>
</table>
<!-- Contents Title Table End -->
<!-- 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>
<td class="listcts">
<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">
<!-- <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">
<!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
$!myPageForm.enqNoMessage
#end
</td>
......@@ -150,20 +149,20 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
<!-- List Table Start -->
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="ctsTitle02">市からのお知らせ</td>
<td class="myCtsTitle02">市からのお知らせ</td>
</tr>
</table>
<table width="760" border="0" cellspacing="1" cellpadding="4">
<tr>
<td class="listcts">
<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">
<!-- <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">
<!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> -->
現在はございません。
#end
......@@ -175,7 +174,7 @@ $!escape.html($userInfo.firstName) $!escape.html($userInfo.lastName)さんのマ
<!-- 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>
<td background="/em/images/cts_btnbar.gif"><img src="/em/images/spacer.gif" width="1" height="10" border="0"></td>
</tr>
......
......@@ -212,6 +212,12 @@ a.enqresult:hover {
/*background-image: url(../images/cts_titlebg02_800.jpg);*/
padding: 7px 0px 7px 12px;
}
.myCtsTitle02 {
font-size: 15pt;
font-weight: bold;
color: #444444;
padding: 0px 0px 30px 12px;
}
.ctsTitle03 {
font-size: 15pt;
font-weight: bold;
......@@ -284,6 +290,20 @@ a.enqresult:hover {
line-height: 140%;
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 {
font-size: 12pt;
......@@ -389,3 +409,7 @@ a.btn02:hover {
.nextBtn:hover {
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