4c68e67aea8a4845d97ffc4500919880c7d76072.svn-base 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. ._title{
  20. display: block;
  21. position: absolute;
  22. font-size: 22px;
  23. font-width:bold;
  24. }
  25. </style>
  26. <!--去除虚线链接end-->
  27. <style>
  28. a {
  29. behavior:url(/qui/libs/js/method/focus.htc)
  30. }
  31. </style>
  32. <!--去除虚线链接end-->
  33. <script type="text/javascript">
  34. /* $('#frmrightChild', window.parent.document).attr('src',$.pathname()+ '/page/business/am/contingencyPlan/Planinfo.jsp'); */
  35. var fd_id = "";
  36. if((window.location.href).indexOf('?')>-1){
  37. fd_id = (window.location.href).split('?')[1];
  38. PLAN_BIAOZHI = (window.location.href).split('?')[2];
  39. }else{
  40. }
  41. </script>
  42. </head>
  43. <body style="width: 1500px; height: 480px">
  44. <table width="100%" >
  45. <tr>
  46. <td width="100" class="ver01">
  47. <div class="singleNavMin">
  48. <div class="current"><span><a href="/nwyj/page/business/am/contingencyPlan/Planinfo.jsp" target="frmrightChild">基本信息</a></span></div>
  49. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeInfo.jsp" target="frmrightChild">事件分级</a></span></div>
  50. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeYJInfo.jsp" target="frmrightChild">预警分级</a></span></div>
  51. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeXYInfo.jsp" target="frmrightChild">响应分级</a></span></div>
  52. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeCSInfo.jsp" target="frmrightChild">应对措施</a></span></div>
  53. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgDHInfo.jsp" target="frmrightChild">短信通知</a></span></div>
  54. <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableDHInfo.jsp" target="frmrightChild">报表要求</a></span></div>
  55. <!-- <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableDH.jsp" target="frmrightChild">值班要求</a></span></div> -->
  56. </div>
  57. </td>
  58. <td class="ver01" style="height: 480px; ">
  59. <div class="box1" style="height: 480px; ">
  60. <div class="cusBoxContent">
  61. <IFRAME width="100%" style="overflow: hidden; height: 480px" frameBorder=0 id=frmrightChild name=frmrightChild
  62. src="/nwyj/page/business/am/contingencyPlan/Planinfo.jsp" allowTransparency="true"></IFRAME>
  63. </div>
  64. </div>
  65. </td>
  66. </tr>
  67. </table>
  68. <script type="text/javascript">
  69. function customHeightSet(contentHeight){
  70. $(".cusBoxContent").height(contentHeight-20)
  71. }
  72. </script>
  73. </body>
  74. </html>