|
@@ -0,0 +1,45 @@
|
|
|
+<%@ page contentType="text/html;charset=UTF-8"%>
|
|
|
+<%@ page import="org.apache.shiro.web.filter.authc.FormAuthenticationFilter"%>
|
|
|
+<%@ page import="org.apache.shiro.authc.ExcessiveAttemptsException"%>
|
|
|
+<%@ page import="org.apache.shiro.authc.IncorrectCredentialsException"%>
|
|
|
+
|
|
|
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
|
+<c:set var="ctx" value="${pageContext.request.contextPath}" />
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+<title>主页</title>
|
|
|
+ <script type="text/javascript">
|
|
|
+ var basePath = '${ctx}';
|
|
|
+ </script>
|
|
|
+ <link rel="stylesheet" type="text/css" href="${ctx }/static/xt/css/home.css" />
|
|
|
+ <script type="text/javascript" src="${ctx}/static/easyui/jquery.min.js"></script>
|
|
|
+ <script type="text/javascript" src="${ctx}/static/xt/js/sys/home.js"></script>
|
|
|
+</head>
|
|
|
+<body class="h_bg">
|
|
|
+ <div class="h_logodiv">
|
|
|
+ <img src="${ctx }/static/xt/images/home/logo.png" class="h_logoimg">
|
|
|
+ </div>
|
|
|
+ <div class="h_moudle">
|
|
|
+ <div class="h_moudlecenter">
|
|
|
+ <div class="h_block h_block_road" id="c_gl">
|
|
|
+ <img src="${ctx }/static/xt/images/homegray/公路.png" class="h_cirleicon1">
|
|
|
+ </div>
|
|
|
+ <div class="h_block h_block_air" id="c_hk">
|
|
|
+ <img src="${ctx }/static/xt/images/homegray/航空.png" class="h_cirleicon2">
|
|
|
+ </div>
|
|
|
+ <div class="h_block h_block_command" id="c_zh">
|
|
|
+ <img src="${ctx }/static/xt/images/homegray/指挥.png" class="h_cirleicon3">
|
|
|
+ </div>
|
|
|
+ <div class="h_block h_block_waterway" id="c_sl">
|
|
|
+ <img src="${ctx }/static/xt/images/homegray/水路.png" class="h_cirleicon2">
|
|
|
+ </div>
|
|
|
+ <div class="h_block h_block_railway" id="c_tl">
|
|
|
+ <img src="${ctx }/static/xt/images/homegray/铁路.png" class="h_cirleicon1">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <a href="#" id="aLink"><span id="spanId"></span></a>
|
|
|
+
|
|
|
+</body>
|
|
|
+</html>
|