|
@@ -1,23 +1,17 @@
|
|
|
-<%@ page contentType="text/html;charset=UTF-8"%>
|
|
|
-<!---footer-->
|
|
|
-<div class="footer">
|
|
|
- <div class="footer-inner">
|
|
|
- <!-- #section:basics/footer -->
|
|
|
- <div class="footer-content">
|
|
|
- <span class="bigger-120"> <span class="blue bolder">
|
|
|
- <!-- -->
|
|
|
- </span>
|
|
|
- ©
|
|
|
- <!-- 1998-2015 -->
|
|
|
- </span> <span class="action-buttons"> <a href="#"> <i class="ace-icon fa fa-twitter-square light-blue bigger-150"></i>
|
|
|
- </a> <a href="#"> <i class="ace-icon fa fa-facebook-square text-primary bigger-150"></i>
|
|
|
- </a> <a href="#"> <i class="ace-icon fa fa-rss-square orange bigger-150"></i>
|
|
|
- </a>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-<!--footer -->
|
|
|
|
|
|
-<a href="#" id="btn-scroll-up" class="btn-scroll-up btn btn-sm btn-inverse"> <i class="ace-icon fa fa-angle-double-up icon-only bigger-110"></i>
|
|
|
-</a>
|
|
|
+<%@ page language="java" contentType="text/html;charset=GBK"
|
|
|
+ pageEncoding="GBK"%>
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+<title>用户管理</title>
|
|
|
+</head>
|
|
|
+<body style="margin:0px;background-color:#6FC2D7;padding-top:5px;">
|
|
|
+ <div style="height:100%;max-height:30px;text-align:center;color:#043D7D;font-size: 13px;">
|
|
|
+ Copyright江苏省交通规划设计院股份有限公司 2013版权所有
|
|
|
+ </div>
|
|
|
+ <!-- <div style="padding:0px;margin:0px;background-color:#6FC2D7;width:100%;height:35px;text-algin:center">
|
|
|
+ Copyright江苏省交通规划设计院股份有限公司 2013版权所有
|
|
|
+ </div> -->
|
|
|
+</body>
|
|
|
+</html>
|