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
bb3cd21c
Commit
bb3cd21c
authored
Mar 12, 2024
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#56955 レイアウト変更
parent
8ae366ad
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
src/main/webapp/WEB-INF/view/user/enqResultList/enqResultList.html
+2
-3
src/main/webapp/css/default_new.css
+4
-0
No files found.
src/main/webapp/WEB-INF/view/user/enqResultList/enqResultList.html
View file @
bb3cd21c
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<!--
<!--
アンケート速報結果のリスト この部分にリンクとアンケート名を挿入-->
アンケート速報結果のリスト この部分にリンクとアンケート名を挿入-->
<table
width=
"750"
border=
"0"
cellspacing=
"1"
cellpadding=
"4"
style=
"padding: 20px 0px 40px 0px;
"
>
<table
width=
"750"
border=
"0"
cellspacing=
"1"
cellpadding=
"4"
class=
"enqTable
"
>
#if($enqRsultList.size() ==0)
#if($enqRsultList.size() ==0)
<tr>
<tr>
<td
class=
"listcts"
style=
"background-color: #eeeeff"
>
<td
class=
"listcts"
style=
"background-color: #eeeeff"
>
...
@@ -72,7 +72,6 @@ $!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay
...
@@ -72,7 +72,6 @@ $!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay
#if($enqResultListForm.disFlg)
#if($enqResultListForm.disFlg)
<BR><BR>
<table
width=
"780"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
width=
"780"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
<td
class=
"ctsTitle02"
>
<td
class=
"ctsTitle02"
>
...
@@ -81,7 +80,7 @@ $!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay
...
@@ -81,7 +80,7 @@ $!escape.html($!genreItem.enqTitle)($!{genreItem.startDay}~$!{genreItem.endDay
</tr>
</tr>
</table>
</table>
<table
width=
"750"
border=
"0"
cellspacing=
"1"
cellpadding=
"4"
style=
"padding: 20px 0px 40px 0px;
"
>
<table
width=
"750"
border=
"0"
cellspacing=
"1"
cellpadding=
"4"
class=
"enqTable
"
>
#if($enqRsultLastList.size() == 0)
#if($enqRsultLastList.size() == 0)
<tr>
<tr>
<td
class=
"listcts"
style=
"background-color: #eeeeff"
>
現在結果報告を行えるアンケートはありません。
</font></a></td>
<td
class=
"listcts"
style=
"background-color: #eeeeff"
>
現在結果報告を行えるアンケートはありません。
</font></a></td>
...
...
src/main/webapp/css/default_new.css
View file @
bb3cd21c
...
@@ -413,3 +413,7 @@ a.btn02:hover {
...
@@ -413,3 +413,7 @@ a.btn02:hover {
border-spacing
:
2px
8px
;
border-spacing
:
2px
8px
;
padding-bottom
:
40px
;
padding-bottom
:
40px
;
}
}
.enqTable
{
border-spacing
:
2px
8px
;
padding
:
20px
0px
40px
0px
;
}
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