Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sfzx-website
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
丁伟
sfzx-website
Commits
8dae68af
Commit
8dae68af
authored
Oct 16, 2024
by
丁伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、首页更新链博会邀请函图片。
parent
83f66e31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/webapp/WEB-INF/jsp/front/home-page.jsp
+3
-3
src/main/webapp/resource/front/images/cisce_zh_new.jpg
+0
-0
No files found.
src/main/webapp/WEB-INF/jsp/front/home-page.jsp
View file @
8dae68af
...
...
@@ -189,12 +189,12 @@ text-decoration:none;
</div>
<ul
class=
"secondRow_div_content"
>
<c:forEach
items=
"${noticeList}"
var=
"notice"
begin=
"0"
end=
"9"
varStatus=
"status"
>
<c:if
test=
"${notice.infotatus==1&&status.count<
3
}"
>
<c:if
test=
"${notice.infotatus==1&&status.count<
4
}"
>
<li><span
class=
"secondRow_div_content_content"
><a
style=
"font-weight:bold;color:red"
href=
"/front/aboutNoticeContent/${notice.id }"
title=
"${notice.noticeTitle }"
target=
"_blank"
>
${fn:substring(notice.noticeTitle, 0, 40) }
</a></span></li>
</c:if>
<c:if
test=
"${notice.infotatus==0||status.count>
2
}"
>
<c:if
test=
"${notice.infotatus==0||status.count>
3
}"
>
<li><span
class=
"secondRow_div_content_content"
><a
href=
"/front/aboutNoticeContent/${notice.id }"
title=
"${notice.noticeTitle }"
target=
"_blank"
>
${fn:substring(notice.noticeTitle, 0, 40) }
</a></span></li>
...
...
@@ -276,7 +276,7 @@ text-decoration:none;
</div>
<div
class=
"modal-body"
>
<a
href=
"https://www.cisce.org.cn"
target=
"_blank"
>
<img
src=
"/resource/front/images/cisce_zh.jpg"
style=
"width:100%"
>
<img
src=
"/resource/front/images/cisce_zh
_new
.jpg"
style=
"width:100%"
>
</a>
</div>
</div>
...
...
src/main/webapp/resource/front/images/cisce_zh_new.jpg
0 → 100644
View file @
8dae68af
605 KB
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