| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
- <%
- String path = request.getContextPath();
- String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
- %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <base href="<%=basePath%>">
-
- <title>气瓶电子标签动态监管集成系统</title>
-
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache">
- <meta http-equiv="expires" content="0">
- <meta http-equiv="keywords" content="气瓶,标签,动态监管">
- <meta http-equiv="description" content="气瓶电子标签动态监管集成系统">
- <style>
- #box{width:100%;height:100%;position:absolute;border: 0px;}
- #box img{width:778px;height:500px;position:absolute;top:50%;left:50%;margin-top:-250px;margin-left:-389px}
- </style>
- <script language="JavaScript">
- if (window != top)
- top.location.href = location.href;
- </script>
-
- </head>
-
- <body style="padding: 0px;margin: 0px;">
-
- <div id="box">
- <img src="images/login/loginType.jpg" usemap="#planetmap1" alt="CNG气瓶电子动态监管系统" >
- <map name="planetmap1" id="planetmap1">
-
- <area shape="rect" coords="144,106,384,245" href ="jsp/login/login.jsp?modal=1" alt="监管部门管理系统" />
- <area shape="rect" coords="394,106,634,245" href ="jsp/login/login.jsp?modal=4" alt="充装站管理系统" />
- <area shape="rect" coords="144,255,384,394" href ="jsp/login/login.jsp?modal=2" alt="检验站管理系统" />
- <area shape="rect" coords="394,255,634,394" href ="jsp/login/login.jsp?modal=3" alt="改装厂管理系统" />
-
-
- </map>
- </div>
- </body>
- </html>
|