a0805709af56ef5858c2330d6142b08bc43e7029.svn-base 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>应急预案管理</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="../../../../../scripts/business/am/ContingercyPlan/PlanTableType/PlanNexuDWBD.js"></script>
  11. <!--去除虚线链接start-->
  12. <style>
  13. a {
  14. behavior:url(/nwyj/svripts/qui/libs/js/method/focus.htc)
  15. }
  16. #singleNavMin span:ACTIVE{
  17. padding-left:0;
  18. }
  19. .nav_div_plan{
  20. border: 0;
  21. background-image: url(/nwyj/images/temp/rc_yuan.png);
  22. background-repeat: no-repeat;
  23. background-position: 15px 50%;
  24. _background-position: 15px 40%;
  25. padding: 0 5px 0 18px;
  26. }
  27. .rc_yuan_hover,.nav_div_plan:hover{
  28. border: 0;
  29. background-image: url(/nwyj/images/temp/rc_yuan_hover.png);
  30. background-repeat: no-repeat;
  31. background-position: 15px 50%;
  32. _background-position: 15px 40%;
  33. padding: 0 5px 0 18px;
  34. word-break: keep-all;
  35. word-wrap: normal;
  36. }
  37. </style>
  38. <!--去除虚线链接end-->
  39. <style>
  40. a {
  41. behavior:url(/qui/libs/js/method/focus.htc)
  42. }
  43. </style>
  44. <!--去除虚线链接end-->
  45. <script type="text/javascript">
  46. $(function(){
  47. //****布局
  48. var layout = $("#layout1").layout({
  49. leftWidth : 250
  50. });
  51. function customHeightSet(contentHeight) {
  52. $(".layout_content").height(contentHeight - 30)
  53. }
  54. function customHeightSet(contentHeight) {
  55. $(".cusBoxContent").height(contentHeight - 20)
  56. }
  57. $(".singleNav div span").unbind("mouseenter");
  58. $(".singleNav div span").unbind("mouseleave");
  59. $(".nav_div_plan").live("click",function(){
  60. $(".nav_div_plan ").removeClass("rc_yuan_hover");
  61. $(this).addClass("rc_yuan_hover");
  62. });
  63. })
  64. </script>
  65. </head>
  66. <body>
  67. <div id="layout1" style="margin: 10px 0">
  68. <div position="left">
  69. <div class="layout_content">
  70. <table width="100%" >
  71. <tr>
  72. <td class="ver01">
  73. <div class="singleNav">
  74. <div id="text1" class="nav_div_plan current rc_yuan_hover"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" target="frmrightChild">事件分级</a></span></div>
  75. <div id="text2" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeYJ.jsp" target="frmrightChild">预警分级</a></span></div>
  76. <div id="text3" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeXY.jsp" target="frmrightChild">响应分级</a></span></div>
  77. <div id="text4" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgCSDH.jsp" target="frmrightChild">应对措施</a></span></div>
  78. <div id="text5" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgDH.jsp" target="frmrightChild">通知组织</a></span></div>
  79. <div id="text6" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgDHDuiwu.jsp" target="frmrightChild">通知队伍</a></span></div>
  80. <div id="text7" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgDHZhuanjia.jsp" target="frmrightChild">通知专家</a></span></div>
  81. <div id="text8" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableType/PlanTableDWBDDH.jsp" target="frmrightChild">报表要求</a></span></div>
  82. <div class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanHanderEdit/resp_duty_edit.jsp" target="frmrightChild">值班要求</a></span></div>
  83. </div>
  84. </td>
  85. </tr>
  86. </table>
  87. </div>
  88. </div>
  89. <div class="plan_detail" id="plan_detail" position="center">
  90. <div class="cusBoxContent">
  91. <IFRAME width="100%" frameBorder=0 id=frmrightChild name=frmrightChild
  92. src="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" allowTransparency="true"></IFRAME>
  93. </div>
  94. </div>
  95. </div>
  96. </body>
  97. </html>