daohang.html 9.8 KB

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