Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfbrother
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周添尉
jfbrother
Commits
f426f16c
Commit
f426f16c
authored
Feb 19, 2019
by
周添尉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加一个备案的页面
parent
78f04fec
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
1 deletions
+22
-1
IndexController.java
src/main/java/com/jfbrother/controller/IndexController.java
+5
-0
beian.jsp
src/main/webapp/WEB-INF/view/beian.jsp
+13
-0
footer.jsp
src/main/webapp/WEB-INF/view/footer.jsp
+4
-1
beian.png
src/main/webapp/images/beian.png
+0
-0
No files found.
src/main/java/com/jfbrother/controller/IndexController.java
View file @
f426f16c
...
@@ -180,6 +180,11 @@ public class IndexController {
...
@@ -180,6 +180,11 @@ public class IndexController {
public
String
downFile
()
{
public
String
downFile
()
{
return
"downFile"
;
return
"downFile"
;
}
}
@RequestMapping
(
"/beian"
)
public
String
beian
()
{
return
"beian"
;
}
/*@RequestMapping("down")
/*@RequestMapping("down")
public String down(HttpServletRequest request,HttpServletResponse response) {
public String down(HttpServletRequest request,HttpServletResponse response) {
...
...
src/main/webapp/WEB-INF/view/beian.jsp
0 → 100644
View file @
f426f16c
<
%@
page
language=
"java"
import=
"java.util.*"
pageEncoding=
"UTF-8"
%
>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
备案信息
</title>
<
%@
include
file=
"common.jsp"
%
>
</head>
<body>
<div><img
src=
"images/beian.png"
style=
"width:100%;"
></div>
</body>
</html>
src/main/webapp/WEB-INF/view/footer.jsp
View file @
f426f16c
...
@@ -36,6 +36,9 @@
...
@@ -36,6 +36,9 @@
.footer_left_text
{
.footer_left_text
{
line-height
:
18px
;
line-height
:
18px
;
}
}
.footer_left_text
>
a
:hover
{
text-decoration
:
underline
;
}
.footer_image
{
.footer_image
{
margin-top
:
55px
;
margin-top
:
55px
;
margin-right
:
50px
;
margin-right
:
50px
;
...
@@ -80,7 +83,7 @@
...
@@ -80,7 +83,7 @@
</div>
</div>
<div
class=
"footer_left_text"
>
公司邮箱:jfxd@jfbrother.com
</div>
<div
class=
"footer_left_text"
>
公司邮箱:jfxd@jfbrother.com
</div>
<div
class=
"footer_left_text"
>
公司地址:浙江省宁波市鄞州区泰康中路459号雷孟德大厦
</div>
<div
class=
"footer_left_text"
>
公司地址:浙江省宁波市鄞州区泰康中路459号雷孟德大厦
</div>
<div
class=
"footer_left_text"
>
版权所有:浙江杰夫兄弟智慧科技有限公司
浙ICP备:16044969号
</div>
<div
class=
"footer_left_text"
>
版权所有:浙江杰夫兄弟智慧科技有限公司
<a
href=
"beian"
target=
"_black"
>
浙ICP备:16044969号
</a>
</div>
</div>
</div>
<div
class=
"footer_image"
style=
"margin-left:10px;"
>
<div
class=
"footer_image"
style=
"margin-left:10px;"
>
<img
src=
"images/foot_border.jpg"
>
<img
src=
"images/foot_border.jpg"
>
...
...
src/main/webapp/images/beian.png
0 → 100644
View file @
f426f16c
128 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