daohang.jsp 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  3. <html xmlns:wb="http://open.weibo.com/wb">
  4. <head>
  5. <title>南方电网公司应急指挥平台</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link href="../css/nav-css.css" media="screen" rel="stylesheet" />
  8. <link href="../css/jquery.mCustomScrollbar.css" rel="stylesheet" type="text/css" />
  9. <script type="text/javascript" src="../scripts/qui/libs/js/jquery.js"></script>
  10. <script src="../scripts/jquery-ui-1.10.4.min.js"></script>
  11. <script src="../scripts/jquery.mousewheel.min.js"></script>
  12. <script src="../scripts/jquery.mCustomScrollbar.js"></script>
  13. <!-- 扩展工具js -->
  14. <!--框架必需start-->
  15. <link rel="stylesheet" type="text/css" href="../scripts/qui/libs/css/import_basic.css" />
  16. <link href="../scripts/qui/libs/skins/flatBlue/style.css" rel="stylesheet" type="text/css" id="theme" themeColor="flatBlue"
  17. positionTarget="positionContent" selInputHeight="32" selButtonWidth="35" defaultSelWidth="200" fileBtnWidth="60" defaultFileInputWidth="200"
  18. defaultGridHeaderHeight="34" defaultGridRowHeight="38" defaultFontSize="14" defaultPageSelWidth="55" defaultFilterItemHeight="32"
  19. dialogWidthFix="0" defaultSelItemHeight="32" defaultFontFamily="宋体"/>
  20. <link href="../scripts/qui/system/layout_flat/skin/style.css" rel="stylesheet" type="text/css" id="skin" skinPath="../scripts/qui/system/layout_flat/skin/"/>
  21. <!--框架必需end-->
  22. <link type="text/css" rel="stylesheet" href="../css/framework.css"/>
  23. <script>
  24. $(function(){
  25. $("#all-nav").mCustomScrollbar({
  26. theme:"minimal-dark"
  27. });
  28. $('.item').hover(function () {
  29. $(this).addClass('active').find('s').hide();
  30. $(this).find('.product-wrap').show();
  31. $(window).load(function () {
  32. $("#ccc").mCustomScrollbar();
  33. });
  34. }, function () {
  35. $(this).removeClass('active').find('s').show();
  36. $(this).find('.product-wrap').hide();
  37. })
  38. $('.subItem').hover(function () {
  39. $(this).addClass('active').find('s').hide();
  40. //alert($(this).html());
  41. $(this).find('.product-wrap-wrap').show();
  42. $(window).load(function () {
  43. $("#ccc").mCustomScrollbar();
  44. });
  45. }, function () {
  46. $(this).removeClass('active').find('s').show();
  47. $(this).find('.product-wrap-wrap').hide();
  48. })
  49. $(".product-wrap").hide();
  50. $(".product-wrap").css("left", "80px");
  51. $(".product-wrap-wrap").hide();
  52. $(".product-wrap-wrap").css("left", "170px");
  53. $(".pluitem li").mouseenter(function () {
  54. $(this).find(".fd").stop().fadeIn();
  55. }).mouseleave(function () {
  56. $(this).find(".fd").stop().fadeOut();
  57. });
  58. })
  59. </script>
  60. </head>
  61. <body class="contentStyle" style="font-size: 14px;">
  62. <header>
  63. <div style="height:84px;float:left;width:100%;background-color:#ADD8E6">
  64. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  65. <tbody><tr>
  66. <td style="height:80px;" align="left" width="90"><a href="/nwyj/page/frameWork.html"><img alt="" src="../images/index/index.png" height="84" width="80"></a></td>
  67. <td width="309"><img alt="" src="../images/index/title.png" height="48" width="234"></td>
  68. <td height="84"><div id="framework_menu"><div style="width:79px;float:left;" id="1008"><div class="menu-first-img" style="background : url(../images/index/lwjc.png);margin-left:18px;margin-top:0px;"></div><span class="menu-first-title">路网管理</span></div><div style="width:79px;float:left;" id="100a"><div class="menu-first-img" style="background : url(../images/index/zsgl.png);margin-left:18px;margin-top:0px;"></div><span class="menu-first-title">值守管理</span></div><div style="width:79px;float:left;" id="1009"><div class="menu-first-img" style="background : url(../images/index/yjcz.png);margin-left:18px;margin-top:0px;"></div><span class="menu-first-title">应急处置</span></div><div class="menu-first-selected" style="width:79px;float:left;" id="100b"><div class="menu-first-img" style="background : url(../images/index/xxfb.png);margin-left:18px;margin-top:0px;"></div><span class="menu-first-title">信息发布</span></div><div style="width:79px;float:left;" id="100c"><div class="menu-first-img" style="background : url(../images/index/tjfx.png);margin-left:18px;margin-top:0px;"></div><span class="menu-first-title">统计分析</span></div><div style="width:79px;float:left;" id="100d"><div class="menu-first-img" style="background : url(../images/index/zsgl.png);margin-left:18px;margin-top:0px;"></div><span class="menu-first-title">系统管理</span></div></div></td>
  69. <td width="5%"></td>
  70. <td align="left" width="237"><span id="showuser_span">欢迎您:管理员</span>&nbsp;&nbsp;&nbsp;<span class="icon_exit hand" onclick="exitSys()">退出系统</span></td>
  71. </tr>
  72. </tbody></table>
  73. </div>
  74. </header>
  75. <!-- 头部结束 -->
  76. <div class="nav"
  77. style="float: left; width: 80px; top: 84px; background-color: lightblue">
  78. <div style="overflow: visible;" id="all-nav"
  79. class="all-nav mCustomScrollbar _mCS_1 mCS-autoHide mCS_no_scrollbar">
  80. <div class="item">
  81. <div class="product">
  82. <h3>
  83. <div style="width: 80px;">
  84. <a href="javascript:void(0)" target="frmright"><img
  85. src="/nwyj/images/menu/menu054.png"
  86. style="text-align: center; padding-left: 25px; margin-right: 18px; margin-top: 25px; width: 28px; height: 28px;"></a>
  87. </div>
  88. <div style="width: 80px; margin-top: -23px; text-decoration: none">
  89. <a href="javascript:void(0)" target="frmright"
  90. style="font-size: 14px; text-decoration: none">信息申报</a>
  91. </div>
  92. </h3>
  93. </div>
  94. </div>
  95. <div class="item">
  96. <div class="product">
  97. <h3>
  98. <div style="width: 80px;">
  99. <a href="javascript:void(0)" target="frmright"><img
  100. src="/nwyj/images/menu/menu054.png"
  101. style="text-align: center; padding-left: 25px; margin-right: 18px; margin-top: 25px; width: 28px; height: 28px;"></a>
  102. </div>
  103. <div style="width: 80px; margin-top: -23px; text-decoration: none">
  104. <a href="javascript:void(0)" target="frmright"
  105. style="font-size: 14px; text-decoration: none">信息审核</a>
  106. </div>
  107. </h3>
  108. </div>
  109. </div>
  110. <div class="item">
  111. <div class="product">
  112. <h3>
  113. <div style="width: 80px;">
  114. <a href="javascript:void(0)" target="frmright"><img
  115. src="/nwyj/images/menu/menu054.png"
  116. style="text-align: center; padding-left: 25px; margin-right: 18px; margin-top: 25px; width: 28px; height: 28px;"></a>
  117. </div>
  118. <div style="width: 80px; margin-top: -23px; text-decoration: none">
  119. <a href="javascript:void(0)" target="frmright"
  120. style="font-size: 14px; text-decoration: none">网站发布</a>
  121. </div>
  122. </h3>
  123. </div>
  124. </div>
  125. <div class="item">
  126. <div class="product">
  127. <h3>
  128. <div style="width: 80px;">
  129. <a href="javascript:void(0)" target="frmright"><img
  130. src="/nwyj/images/menu/menu054.png"
  131. style="text-align: center; padding-left: 25px; margin-right: 18px; margin-top: 25px; width: 28px; height: 28px;"></a>
  132. </div>
  133. <div style="width: 80px; margin-top: -23px; text-decoration: none">
  134. <a href="javascript:void(0)" target="frmright"
  135. style="font-size: 14px; text-decoration: none">情报板发布</a>
  136. </div>
  137. </h3>
  138. </div>
  139. </div>
  140. <div class="item">
  141. <div class="product">
  142. <h3>
  143. <div style="width: 80px;">
  144. <a href="javascript:void(0)" target="frmright"><img
  145. src="/nwyj/images/menu/menu054.png"
  146. style="text-align: center; padding-left: 25px; margin-right: 18px; margin-top: 25px; width: 28px; height: 28px;"></a>
  147. </div>
  148. <div style="width: 80px; margin-top: -23px; text-decoration: none">
  149. <a href="javascript:void(0)" target="frmright"
  150. style="font-size: 14px; text-decoration: none">微信发布</a>
  151. </div>
  152. </h3>
  153. </div>
  154. </div>
  155. <div class="item">
  156. <div class="product">
  157. <h3>
  158. <div style="width: 80px;">
  159. <a href="javascript:void(0)" target="frmright"><img
  160. src="/nwyj/images/menu/menu054.png"
  161. style="text-align: center; padding-left: 25px; margin-right: 18px; margin-top: 25px; width: 28px; height: 28px;"></a>
  162. </div>
  163. <div style="width: 80px; margin-top: -23px; text-decoration: none">
  164. <a href="javascript:void(0)" target="frmright"
  165. style="font-size: 14px; text-decoration: none">走字屏发布</a>
  166. </div>
  167. </h3>
  168. </div>
  169. </div>
  170. <div class="item">
  171. <div class="product">
  172. <h3>
  173. <div style="width: 80px;">
  174. <a href="javascript:void(0)" target="frmright"><img
  175. src="/nwyj/images/menu/menu054.png"
  176. style="text-align: center; padding-left: 25px; margin-right: 18px; margin-top: 25px; width: 28px; height: 28px;"></a>
  177. </div>
  178. <div style="width: 80px; margin-top: -23px; text-decoration: none">
  179. <a href="javascript:void(0)" target="frmright"
  180. style="font-size: 14px; text-decoration: none">广播媒体发布</a>
  181. </div>
  182. </h3>
  183. </div>
  184. </div>
  185. </div>
  186. </div>
  187. <div class="clear"></div>
  188. <!--mainhome开始-->
  189. <div style="position:fixed;left:80px;top:86px;bottom:0px;right:0px;background-color: #f1f1f1;index:0">
  190. <IFRAME height="100%" width="100%"
  191. frameBorder=0 id=frmright name=frmright
  192. src="" allowTransparency="true">
  193. </IFRAME>
  194. </div>
  195. </body>
  196. </html>