123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- <%@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;
- }
- .nav_div_plan{
- border: 0;
- background-image: url(/nwyj/images/temp/rc_yuan.png);
- background-repeat: no-repeat;
- background-position: 15px 50%;
- _background-position: 15px 40%;
- padding: 0 5px 0 18px;
- }
- .rc_yuan_hover,.nav_div_plan:hover{
- border: 0;
- background-image: url(/nwyj/images/temp/rc_yuan_hover.png);
- background-repeat: no-repeat;
- background-position: 15px 50%;
- _background-position: 15px 40%;
- padding: 0 5px 0 18px;
- word-break: keep-all;
- word-wrap: normal;
- }
- </style>
- <!--去除虚线链接end-->
- <style>
- a {
- behavior:url(/qui/libs/js/method/focus.htc)
- }
- </style>
- <!--去除虚线链接end-->
- </head>
- <!-- <body style="height:600px"> -->
- <script type="text/javascript">
- var fd_id = ""
- fd_id = (window.location.href).split('?')[1];
- var PLAN_BIAOZHI="";
- PLAN_BIAOZHI = (window.location.href).split('?')[2];
- var BM_YAXHLB = "";
- BM_YAXHLB = (window.location.href).split('?')[3];
-
- $(function(){
- //****布局
- var layout = $("#layout1").layout({
- leftWidth : 250
- });
- function customHeightSet(contentHeight) {
- $(".layout_content").height(contentHeight - 30)
- }
- /* $("#layout1").layout({
- onEndResize : function() {
- grid.resetWidth();
- }
- }); */
- function customHeightSet(contentHeight) {
- $(".cusBoxContent").height(contentHeight - 20)
- }
- $(".singleNav div span").unbind("mouseenter");
- $(".singleNav div span").unbind("mouseleave");
-
- $(".nav_div_plan").live("click",function(){
- $(".nav_div_plan ").removeClass("rc_yuan_hover");
- $(this).addClass("rc_yuan_hover");
- });
-
- })
-
- </script>
- <body>
- <div id="layout1" style="margin: 10px 0">
- <div position="left">
- <div class="layout_content">
- <table width="100%" >
- <tr>
- <td class="ver01">
- <div class="singleNav">
- <!-- <table width="100%" height="100%">
- <tr>
- <td width="100" class="ver01">
- <div class="singleNavMin"> -->
- <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>
- <div id="text2" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeYJ.jsp" target="frmrightChild">预警分级</a></span></div>
- <div id="text3" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeXY.jsp" target="frmrightChild">响应分级</a></span></div>
- <div id="text4" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanGradeCS.jsp" target="frmrightChild">应对措施</a></span></div>
- <div id="text5" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanMsgBdxy2.jsp" target="frmrightChild">通知组织</a></span></div>
- <div id="text6" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/NewMsgNotice/NewMsgNoticeDuiwu.jsp" target="frmrightChild">通知队伍</a></span></div>
- <div id="text7" class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/NewMsgNotice/NewMsgNoticeZhuanjia.jsp" target="frmrightChild">通知专家</a></span></div>
- <div class="nav_div_plan"><span><a href="/nwyj/page/business/am/contingencyPlan/PlanHanderEdit/resp_duty_edit.jsp" target="frmrightChild">值班要求</a></span></div>
- </div>
-
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div class="plan_detail" id="plan_detail" position="center">
- <div class="cusBoxContent">
- <IFRAME width="100%" frameBorder=0 id=frmrightChild name=frmrightChild
-
- src="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" allowTransparency="true"></IFRAME>
- </div>
- </div>
- </div>
- </div>
- <!-- <script type="text/javascript">
- function customHeightSet(contentHeight){
- $(".cusBoxContent").height(contentHeight-20)
- }
- </script> -->
- </body>
- </html>
|