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
76d152e8
Commit
76d152e8
authored
a year ago
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ポイント交換申請のデグレ修正
トップ画面レイアウト一部変更
parent
f4bc7ff2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
14 deletions
+38
-14
src/main/java/jp/agentec/sinaburocast/action/user/PointUseAction.java
+17
-0
src/main/webapp/WEB-INF/view/common/header.vm
+3
-1
src/main/webapp/WEB-INF/view/common/menu.vm
+11
-2
src/main/webapp/WEB-INF/view/index.html
+3
-6
src/main/webapp/css/top_user.css
+4
-5
No files found.
src/main/java/jp/agentec/sinaburocast/action/user/PointUseAction.java
View file @
76d152e8
...
@@ -9,6 +9,7 @@ import java.util.Date;
...
@@ -9,6 +9,7 @@ import java.util.Date;
import
javax.mail.MessagingException
;
import
javax.mail.MessagingException
;
import
org.apache.log4j.Logger
;
import
org.apache.log4j.Logger
;
import
org.apache.struts.Globals
;
import
org.apache.struts.action.ActionMessage
;
import
org.apache.struts.action.ActionMessage
;
import
org.apache.struts.action.ActionMessages
;
import
org.apache.struts.action.ActionMessages
;
import
org.apache.struts.util.TokenProcessor
;
import
org.apache.struts.util.TokenProcessor
;
...
@@ -73,6 +74,22 @@ public class PointUseAction extends AbstractAction {
...
@@ -73,6 +74,22 @@ public class PointUseAction extends AbstractAction {
member
=
memberService
.
findById
(
member
.
memberId
);
member
=
memberService
.
findById
(
member
.
memberId
);
super
.
setAuthenticatedToken
(
member
,
UserType
.
USER
);
super
.
setAuthenticatedToken
(
member
,
UserType
.
USER
);
if
(
StringUtil
.
isBlank
(
member
.
zipCode
)
||
member
.
prefectureId
==
null
||
StringUtil
.
isBlank
(
member
.
cityName
)
||
StringUtil
.
isBlank
(
member
.
areaName
)
||
StringUtil
.
isBlank
(
member
.
telno
)
||
StringUtil
.
isBlank
(
member
.
firstName
)
||
StringUtil
.
isBlank
(
member
.
lastName
)
||
StringUtil
.
isBlank
(
member
.
firstNameKana
)
||
StringUtil
.
isBlank
(
member
.
lastNameKana
)
||
member
.
genderCd
==
null
||
StringUtil
.
isBlank
(
member
.
birthday
))
{
ActionMessages
messages
=
(
ActionMessages
)
request
.
getAttribute
(
Globals
.
ERROR_KEY
);
if
(
messages
==
null
)
{
messages
=
new
ActionMessages
();
}
messages
.
add
(
"pointUse"
,
new
ActionMessage
(
SinaburoViewUtil
.
getMessage
(
"errors.E050"
)));
request
.
setAttribute
(
Globals
.
ERROR_KEY
,
messages
);
session
.
setAttribute
(
"pointCheckFlg"
,
true
);
return
"/user/userEdit/"
;
}
// ポイント交換利用方法取得
// ポイント交換利用方法取得
pointUseForm
.
giftExchangeInfoList
=
giftExchangeInfoService
.
findGiftExchangeInfoList
();
pointUseForm
.
giftExchangeInfoList
=
giftExchangeInfoService
.
findGiftExchangeInfoList
();
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/view/common/header.vm
View file @
76d152e8
...
@@ -9,8 +9,10 @@
...
@@ -9,8 +9,10 @@
<td align="right"><a href="http://www.city.ichikawa.lg.jp/" target="_blank"><img src="/em/images/hdr_ichikawacity.gif" alt="市川市" width="110" height="35" border="0"></a></td>
<td align="right"><a href="http://www.city.ichikawa.lg.jp/" target="_blank"><img src="/em/images/hdr_ichikawacity.gif" alt="市川市" width="110" height="35" border="0"></a></td>
</tr>
</tr>
<tr>
<tr>
<td align="left" background="/em/images/hdr_logobg.gif"><a href="/em/"><img src="/em/images/hdr_logoemoni.gif" alt="eモニ" width="140" height="56" border="0"></a></td>
<td align="left" /*background="/em/images/hdr_logobg.gif"*/><a href="/em/"><img src="/em/images/hdr_logoemoni.gif" alt="eモニ" width="140" height="56" border="0"></a></td>
<!--
<td align="right" background="/em/images/hdr_logobg.gif"><img src="/em/images/hdr_copy.gif" alt="インターネットとeメールを活用したコミュニケーションチャンネル 市川市e-モニター制度" width="300" height="56" border="0"></td>
<td align="right" background="/em/images/hdr_logobg.gif"><img src="/em/images/hdr_copy.gif" alt="インターネットとeメールを活用したコミュニケーションチャンネル 市川市e-モニター制度" width="300" height="56" border="0"></td>
-->
</tr>
</tr>
</table>
</table>
</td>
</td>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/view/common/menu.vm
View file @
76d152e8
...
@@ -34,11 +34,18 @@
...
@@ -34,11 +34,18 @@
</td>
</td>
</tr>
</tr>
<tr style="padding: 5px 0 0 0;">
<tr style="padding: 5px 0 0 0;">
<td style="text-align: center; padding-right: 3px;">
<td style="text-align: center; padding-right: 3px;
font-size:10pt;
">
<a href="#" onclick="passwordMailSend();" class="reminder">ID、パスワードを忘れた</a>
<a href="#" onclick="passwordMailSend();" class="reminder">ID、パスワードを忘れた</a>
</td>
</td>
</tr>
</tr>
</table>
</table>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr style="padding: 15px 0 0 0;">
<td nowrap align="center">
<input type="image" src="/em/images/logon_btn.png" onmouseover="this.src='/em/images/logon_on_btn.png'" onmouseout="this.src='/em/images/logon_btn.png'" alt="ログイン">
</td>
</tr>
</table>
</FORM>
</FORM>
</div>
</div>
#end
#end
...
@@ -49,6 +56,7 @@
...
@@ -49,6 +56,7 @@
<td><img src="/em/images/spacer.gif" width="1" height="2" border="0"></td>
<td><img src="/em/images/spacer.gif" width="1" height="2" border="0"></td>
</tr>
</tr>
<tr>
<tr>
<!--
<td>
<td>
<table width="150" border="0" cellspacing="0" cellpadding="0">
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<tr>
...
@@ -59,6 +67,7 @@
...
@@ -59,6 +67,7 @@
</tr>
</tr>
</table>
</table>
</td>
</td>
-->
</tr>
</tr>
<tr>
<tr>
<td><img src="/em/images/menu_top.gif" width="150" height="8" border="0"></td>
<td><img src="/em/images/menu_top.gif" width="150" height="8" border="0"></td>
...
@@ -71,7 +80,7 @@
...
@@ -71,7 +80,7 @@
<div class="ctg01"><a href="#q('/user/top/howtoHtml/')">ご利用方法</a></div>
<div class="ctg01"><a href="#q('/user/top/howtoHtml/')">ご利用方法</a></div>
<div class="ctg01"><a href="#q('/user/top/ruleHtml/')">会員規約</a></div>
<div class="ctg01"><a href="#q('/user/top/ruleHtml/')">会員規約</a></div>
<div class="ctg01"><a href="#q('/user/top/faqHtml/')">FAQ</a></div>
<div class="ctg01"><a href="#q('/user/top/faqHtml/')">FAQ</a></div>
<div class="ctg01"><a href="#q('/user/top/faqHtml/')" style="font-size:11pt;">アンケート結果</a></div>
#if($userInfo.loginId)
#if($userInfo.loginId)
<div class="ctg01"><a href="/em/user/myPage/">マイページ</a></div>
<div class="ctg01"><a href="/em/user/myPage/">マイページ</a></div>
#end
#end
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/view/index.html
View file @
76d152e8
...
@@ -33,13 +33,12 @@
...
@@ -33,13 +33,12 @@
<table
width=
"780"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
width=
"780"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
<td>
<td>
<div
id=
"top_content"
>
<div
id=
"top_content"
>
<div
id=
"top_content_left"
>
<div
id=
"top_content_left"
>
<img
src=
"/em/images/top_image.png"
width=
"420"
<img
src=
"/em/images/top_image.png"
width=
"420"
height=
"220"
border=
"0"
alt=
"あなたの声がまちを変える"
>
height=
"220"
border=
"0"
alt=
"あなたの声がまちを変える"
>
<div
id=
"top_message"
>
<div
id=
"top_message"
>
e-モニター制度(eモニ)は、市川市が運営する登録制のアンケート制度です。登録いただいた方にメールで市からアンケートや情報を発信し、みなさんの声を広く集めて市政に反映していくものです。登録は無料です。ぜひ参加してください。
e-モニター制度(eモニ)は、市川市が運営する登録制のアンケート制度です。
<br>
登録いただいた方にメールで市からアンケートや情報を発信し、みなさんの声を広く集めて市政に反映していくものです。登録は無料です。ぜひ参加してください。
</div>
</div>
<img
src=
"/em/images/top_news.png"
width=
"410"
<img
src=
"/em/images/top_news.png"
width=
"410"
height=
"33"
border=
"0"
alt=
"お知らせ"
>
height=
"33"
border=
"0"
alt=
"お知らせ"
>
...
@@ -57,7 +56,7 @@
...
@@ -57,7 +56,7 @@
</ul>
</ul>
</div>
</div>
</div>
</div>
<!--
<div id="top_content_right">
<div id="top_content_right">
<div id="registration_title">
<div id="registration_title">
<div style="font-size: 9pt;">
<div style="font-size: 9pt;">
...
@@ -149,8 +148,6 @@
...
@@ -149,8 +148,6 @@
<td colspan="2"><a href="#q('/user/top/ruleHtml/')">会員規約</a>と<a href="#q('/user/top/howtoHtml/')">ご利用方法</a>をご確認いただき、同意いただけましたら、[新規登録]ボタンをクリックしてください。</td>
<td colspan="2"><a href="#q('/user/top/ruleHtml/')">会員規約</a>と<a href="#q('/user/top/howtoHtml/')">ご利用方法</a>をご確認いただき、同意いただけましたら、[新規登録]ボタンをクリックしてください。</td>
</tr>
</tr>
</table>
</table>
<!-- Button Table Start -->
<table width="300" border="0" cellspacing="0"
<table width="300" border="0" cellspacing="0"
cellpadding="0" style="margin-top: 5px;">
cellpadding="0" style="margin-top: 5px;">
<tr>
<tr>
...
@@ -176,8 +173,8 @@
...
@@ -176,8 +173,8 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
</div>
-->
</div>
</div>
</td>
</td>
</tr>
</tr>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/css/top_user.css
View file @
76d152e8
...
@@ -4,14 +4,13 @@
...
@@ -4,14 +4,13 @@
}
}
#top_content_left
{
#top_content_left
{
width
:
42
0px
;
width
:
75
0px
;
margin
:
20px
20px
0
0
;
margin
:
20px
20px
0
0
;
float
:
left
;
float
:
left
;
}
}
#top_message
{
#top_message
{
margin-left
:
10px
;
margin
:
20px
0px
20px
10px
;
margin-bottom
:
20px
;
font-size
:
10pt
;
font-size
:
10pt
;
color
:
#005284
;
color
:
#005284
;
line-height
:
1.3
;
line-height
:
1.3
;
...
@@ -36,7 +35,7 @@
...
@@ -36,7 +35,7 @@
}
}
#top_content_right
{
#top_content_right
{
width
:
30
0px
;
width
:
0px
;
margin
:
30px
20px
0
0
;
margin
:
30px
20px
0
0
;
float
:
left
;
float
:
left
;
}
}
...
@@ -61,7 +60,7 @@
...
@@ -61,7 +60,7 @@
padding
:
7px
;
padding
:
7px
;
height
:
35px
;
height
:
35px
;
}
}
/*
モダンブラウザ向け inputBoxの高さ調整
*/
/*
���_���u���E�U���� inputBox�̍������� *
/
html
>
/**/
body
.inputBox
{
html
>
/**/
body
.inputBox
{
height
:
23px
;
height
:
23px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
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