fb202c64d6e01f0935584452597fa4bd87608916.svn-base 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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/PlanNexu.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. </style>
  20. <!--去除虚线链接end-->
  21. <style>
  22. a {
  23. behavior:url(/qui/libs/js/method/focus.htc)
  24. }
  25. </style>
  26. <!--去除虚线链接end-->
  27. </head>
  28. <body>
  29. <table width="100%" >
  30. <tr>
  31. <td width="100" class="ver01">
  32. <div class="singleNavMin">
  33. <div class="current"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" target="frmrightChild">事件分级</a></span></div>
  34. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeYJ.jsp" target="frmrightChild">预警分级</a></span></div>
  35. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeXY.jsp" target="frmrightChild">响应分级</a></span></div>
  36. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeCS.jsp" target="frmrightChild">应对措施</a></span></div>
  37. <div id="text5" class=""><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgBdxy2.jsp" target="frmrightChild">通知组织</a></span></div>
  38. <div id="text6" class=""><span><a href="/nwyj/page/business/am/contingencyPlan/NewMsgNotice/NewMsgNoticeDuiwu.jsp" target="frmrightChild">通知队伍</a></span></div>
  39. <div id="text7" class=""><span><a href="/nwyj/page/business/am/contingencyPlan/NewMsgNotice/NewMsgNoticeZhuanjia.jsp" target="frmrightChild">通知专家</a></span></div>
  40. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableDH.jsp" target="frmrightChild">报表要求</a></span></div>
  41. <!-- <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableDH.jsp" target="frmrightChild">值班要求</a></span></div> -->
  42. </div>
  43. </td>
  44. <td class="ver01">
  45. <div class="box1">
  46. <div class="cusBoxContent">
  47. <IFRAME height="600px" width="98%" frameBorder=0 id=frmrightChild name=frmrightChild
  48. src="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" allowTransparency="true"></IFRAME>
  49. </div>
  50. </div>
  51. </td>
  52. </tr>
  53. </table>
  54. <!-- <script type="text/javascript">
  55. function customHeightSet(contentHeight){
  56. $(".cusBoxContent").height(contentHeight-20)
  57. }
  58. </script> -->
  59. </body>
  60. </html>