Commit f426f16c by 周添尉

添加一个备案的页面

parent 78f04fec
......@@ -181,6 +181,11 @@ public class IndexController {
return "downFile";
}
@RequestMapping("/beian")
public String beian() {
return "beian";
}
/*@RequestMapping("down")
public String down(HttpServletRequest request,HttpServletResponse response) {
File file = new File("/file/"+request.getParameter("url"));
......
<%@ 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>
......@@ -36,6 +36,9 @@
.footer_left_text{
line-height: 18px;
}
.footer_left_text>a:hover{
text-decoration: underline;
}
.footer_image{
margin-top:55px;
margin-right:50px;
......@@ -80,7 +83,7 @@
</div>
<div class="footer_left_text">公司邮箱:jfxd@jfbrother.com</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 class="footer_image" style="margin-left:10px;">
<img src="images/foot_border.jpg">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment