Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
em
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ichikawa
em
Commits
387f6a03
Commit
387f6a03
authored
Feb 28, 2024
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
マイページ画面のデザイン変更
parent
5ee9f453
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
28 deletions
+51
-28
src/main/webapp/WEB-INF/view/user/myPage/mypageTop.html
+27
-28
src/main/webapp/css/default_new.css
+24
-0
No files found.
src/main/webapp/WEB-INF/view/user/myPage/mypageTop.html
View file @
387f6a03
...
...
@@ -30,7 +30,7 @@
<table
width=
"780"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<td
class=
"
c
tsTitle02"
>
<td
class=
"
myC
tsTitle02"
>
#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=
"
l
istcts"
width=
"150"
>
<
img
src=
"/em/images/cts_point_or.gif"
width=
"16"
height=
"17"
border=
"0"
align=
"absmiddle"
>
<td
class=
"
myL
istcts"
width=
"150"
>
<
!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --
>
現在のポイント
</td>
<td
class=
"
l
istcts"
>
<td
class=
"
myL
istcts"
>
#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=
"
l
istcts02"
>
<
img
src=
"/em/images/cts_point_or.gif"
width=
"16"
height=
"17"
border=
"0"
align=
"absmiddle"
>
<td
class=
"
myL
istcts02"
>
<
!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --
>
今月失うポイント
</td>
<td
class=
"
l
istcts02"
>
<td
class=
"
myL
istcts02"
>
#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=
"
l
istcts"
>
<
img
src=
"/em/images/cts_point_or.gif"
width=
"16"
height=
"17"
border=
"0"
align=
"absmiddle"
>
<td
class=
"
myL
istcts"
>
<
!-- <img src="/em/images/cts_point_or.gif" width="16" height="17" border="0" align="absmiddle"> --
>
来月失うポイント
</td>
<td
class=
"
l
istcts"
>
<td
class=
"
myL
istcts"
>
#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=
"
l
istcts02"
>
貯まったポイントを交換できます。
<td
class=
"
myL
istcts02"
>
貯まったポイントを交換できます。
</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=
"
l
istcts"
>
登録した会員情報の確認や変更ができます。
<td
class=
"
myL
istcts"
>
登録した会員情報の確認や変更ができます。
</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=
"
l
istcts02"
>
eモニを退会できます。
</td>
<td
class=
"
myL
istcts02"
>
eモニを退会できます。
</td>
</tr>
</table>
<!-- List Table End -->
<br>
<!-- Contents Title Table Start -->
<table
width=
"780"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<td
class=
"
c
tsTitle02"
>
回答可能なアンケート
</td>
<td
class=
"
myC
tsTitle02"
>
回答可能なアンケート
</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=
"
l
istcts"
>
<td
class=
"
myL
istcts"
>
#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=
"
c
tsTitle02"
>
市からのお知らせ
</td>
<td
class=
"
myC
tsTitle02"
>
市からのお知らせ
</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>
...
...
src/main/webapp/css/default_new.css
View file @
387f6a03
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment