peoplePage.jsp 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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="keyword1,keyword2,keyword3">
  15. <meta http-equiv="description" content="This is my page">
  16. <link href="css/default.css" rel="stylesheet" type="text/css" />
  17. <link rel="stylesheet" type="text/css" href="css/easyui/themes/default/easyui.css">
  18. <link rel="stylesheet" type="text/css" href="css/easyui/themes/icon.css">
  19. <link rel="stylesheet" type="text/css" href="css/easyui/demo/demo.css">
  20. <script type="text/javascript" src="css/easyui/jquery.min.js"></script>
  21. <script type="text/javascript" src="css/easyui/jquery.easyui.min.js"></script>
  22. <script type="text/javascript" src="js/easyui/XiuCai.index.js"> </script>
  23. <script type="text/javascript" src="js/tool.js"></script>
  24. <script type="text/javascript" src="js/beforeDatagrid.js"></script>
  25. <script type="text/javascript">
  26. var peoplePhone = '<%=session.getAttribute("peoplePhone")%>';
  27. var peopleUserType = '<%=session.getAttribute("peopleUserType")%>';
  28. $(function() {
  29. if(peoplePhone&&peoplePhone!="null"){
  30. }else{
  31. //window.open("jsp/commonInput.jsp","_self");
  32. //return;
  33. }
  34. });
  35. var _menus = {
  36. "menus": [
  37. {
  38. "menuid": "56",
  39. "icon": "icon-edit",
  40. "menuname": "车辆气瓶信息",
  41. "menus": [{
  42. "menuid": "31",
  43. "menuname": "车辆气瓶信息",
  44. "icon": "icon-edit",
  45. "url": "jsp/applyRegister.jsp"
  46. }]
  47. },
  48. {
  49. "menuid": "56",
  50. "icon": "icon-edit",
  51. "menuname": "公众信息查询",
  52. "menus": [{
  53. "menuid": "31",
  54. "menuname": "气瓶信息查询",
  55. "icon": "icon-edit",
  56. "url": "jsp/CylinderdataQuery1.jsp"
  57. },
  58. {
  59. "menuid": "31",
  60. "menuname": "车辆信息查询",
  61. "icon": "icon-edit",
  62. "url": "jsp/CarsdataQuery.jsp"
  63. }]
  64. }
  65. ]
  66. };
  67. function exit(){
  68. $.messager.confirm('系统提示', '您确定要退出本次登录吗?', function(r) {
  69. if (r) {
  70. window.location.href = 'jsp/login/loginre.jsp';
  71. //IE6
  72. window.event.returnValue = false;
  73. }
  74. });
  75. }
  76. </script>
  77. </head>
  78. <body class="easyui-layout" style="overflow-y: hidden" fit="true" scroll="no">
  79. <noscript>
  80. <div style=" position:absolute; z-index:100000; height:2046px;top:0px;left:0px; width:100%; background:white; text-align:center;">
  81. <img src="images/noscript.gif" alt="公众页面"/>
  82. </div>
  83. </noscript>
  84. <div id="loading-mask" style="position:absolute;top:0px; left:0px; width:100%; height:100%; background:#D2E0F2; z-index:20000">
  85. <div id="pageloading" style="position:absolute; top:50%; left:50%; margin:-120px 0px 0px -120px; text-align:center; border:2px solid #8DB2E3; width:200px; height:40px; font-size:14px;padding:10px; font-weight:bold; background:#fff; color:#15428B;">
  86. <img src="img/logo/logo.png" align="absmiddle" />加载中</div>
  87. </div>
  88. <div region="north" split="true" border="false" style="overflow: hidden; height: 30px;
  89. background: url(images/rzx/layout-browser-hd-bg.gif) #817865 repeat-x center 50%;
  90. line-height: 20px;color: #fff; font-family: Verdana, 微软雅黑,黑体">
  91. <span style="float:left; padding-left:8px;" class="head">
  92. 气瓶质量安全追溯系统
  93. </span>
  94. <span style="float:right; padding-right:20px;" class="head">
  95. <!-- 时钟 -->
  96. <span id="clock"></span>
  97. &nbsp;&nbsp;
  98. 当前登录:<%=(String)session.getAttribute("WXID") %>
  99. &nbsp;&nbsp;
  100. <!-- 安全退出 -->
  101. <a href="javascript:void(0)" onclick="exit();" style="color: white" >退出</a>
  102. </span>
  103. </div>
  104. <div region="south" split="true" style="height: 30px; background: #D2E0F2; ">
  105. <div class="footer">气瓶质量安全追溯系统</div>
  106. </div>
  107. <div region="west" split="true" title="功能目录" style="width:200px;" id="west">
  108. <div id="nav">
  109. <!-- 导航内容 -->
  110. </div>
  111. </div>
  112. <div id="mainPanle" region="center" style="background: #eee; overflow-y:hidden">
  113. <div id="tabs" class="easyui-tabs" fit="true" border="false" >
  114. <div title="欢迎使用" style="padding:20px;overflow:hidden; color:grey; text-align: center;" >
  115. <div id="dashboard" style="text-align: left;">
  116. </div>
  117. <center>
  118. <!--
  119. <img src="img/logo/logo.png" style="width: 32px;padding-top: 8%;"/>
  120. -->
  121. </center>
  122. <br/><br/><br/>
  123. <span style="font-size:32px;">气瓶质量安全追溯系统</span>
  124. </div>
  125. </div>
  126. </div>
  127. <div id="mm" class="easyui-menu" style="width:150px;">
  128. <div id="tabupdate">刷新</div>
  129. <div class="menu-sep"></div>
  130. <div id="close">关闭</div>
  131. <div id="closeall">关闭所有</div>
  132. <div id="closeother">关闭其他</div>
  133. <div class="menu-sep"></div>
  134. <div id="closeright">关闭右边所有</div>
  135. <div id="closeleft">关闭左边所有</div>
  136. <div class="menu-sep"></div>
  137. <div id="exit">退出</div>
  138. </div>
  139. </body>
  140. </html>