loginType.jsp 1.7 KB

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