255d45136d4addcdd5eada7d600d97306e128242.svn-base 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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 style="height:600px">
  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><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgDH.jsp" target="frmrightChild">短信通知</a></span></div>
  38. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableDH.jsp" target="frmrightChild">报表要求</a></span></div>
  39. <!-- <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableDH.jsp" target="frmrightChild">值班要求</a></span></div> -->
  40. </div>
  41. </td>
  42. <td class="ver01">
  43. <div class="box1">
  44. <div class="cusBoxContent">
  45. <IFRAME height="550px" width="100%" style="overflow: hidden;" frameBorder=0 id=frmrightChild name=frmrightChild
  46. src="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" allowTransparency="true"></IFRAME>
  47. </div>
  48. </div>
  49. </td>
  50. </tr>
  51. </table>
  52. <!-- <script type="text/javascript">
  53. function customHeightSet(contentHeight){
  54. $(".cusBoxContent").height(contentHeight-20)
  55. }
  56. </script> -->
  57. </body>
  58. </html>