1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>应急预案管理</title>
- <!--框架必需start-->
- <%@include file="../../../include.jsp" %>
- <!--框架必需end-->
- <script type="text/javascript" src="../../../../scripts/business/am/ContingercyPlan/PlanNexu.js"></script>
- <!--去除虚线链接start-->
- <style>
- a {
- behavior:url(/nwyj/svripts/qui/libs/js/method/focus.htc)
- }
- #singleNavMin span:ACTIVE{
- padding-left:0;
- }
- </style>
- <!--去除虚线链接end-->
- <style>
- a {
- behavior:url(/qui/libs/js/method/focus.htc)
- }
- </style>
- <!--去除虚线链接end-->
- </head>
- <body>
- <table width="100%" >
- <tr>
- <td width="100" class="ver01">
- <div class="singleNavMin">
- <div class="current"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" target="frmrightChild">事件分级</a></span></div>
- <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeYJ.jsp" target="frmrightChild">预警分级</a></span></div>
- <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeXY.jsp" target="frmrightChild">响应分级</a></span></div>
- <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeCS.jsp" target="frmrightChild">应对措施</a></span></div>
- <div id="text5" class=""><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgBdxy2.jsp" target="frmrightChild">通知组织</a></span></div>
- <div id="text6" class=""><span><a href="/nwyj/page/business/am/contingencyPlan/NewMsgNotice/NewMsgNoticeDuiwu.jsp" target="frmrightChild">通知队伍</a></span></div>
- <div id="text7" class=""><span><a href="/nwyj/page/business/am/contingencyPlan/NewMsgNotice/NewMsgNoticeZhuanjia.jsp" target="frmrightChild">通知专家</a></span></div>
- <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableDH.jsp" target="frmrightChild">报表要求</a></span></div>
- <!-- <div><span><a href="/nwyj/page/business/am/contingencyPlan/PlanTableDH.jsp" target="frmrightChild">值班要求</a></span></div> -->
- </div>
-
- </td>
- <td class="ver01">
- <div class="box1">
- <div class="cusBoxContent">
- <IFRAME height="600px" width="98%" frameBorder=0 id=frmrightChild name=frmrightChild
- src="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" allowTransparency="true"></IFRAME>
- </div>
- </div>
- </td>
- </tr>
- </table>
- <!-- <script type="text/javascript">
- function customHeightSet(contentHeight){
- $(".cusBoxContent").height(contentHeight-20)
- }
- </script> -->
- </body>
- </html>
|