123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- <%@page contentType="text/html" 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>
- <%@include file="../../../../include.jsp" %>
- <script type="text/javascript" src="/nwyj/scripts/business/em/monitor/anticipation/WarningAnticipation.js"></script>
- <link type="text/css" href="/nwyj/page/business/em/report/reportCss/warnningreport.css" rel="stylesheet"/>
- <script type="text/javascript" src='/nwyj/page/business/em/report/reportCss/tableStyle.js'></script>
- <style type="text/css">
- .planHover{
- text-decoration:underline;
- color:red;
- width: 97%;
- cursor: pointer;
- }
- .divStyle{
- width: 97%;
- cursor: pointer;
- }
- .divColor{
- color:blue
- }
- .tzd_show{
- background-image: url("/nwyj/scripts/qui/libs/images/icons/bgd_hide.png") ;
- background-repeat: no-repeat;
- background-size: 24px 24px;
- padding-left: 30px;
- background-position: 0 50%;
- _background-position: 0 40%;
- cursor: pointer;
- }
- .tzd_hide{
- background-image: url("/nwyj/scripts/qui/libs/images/icons/bgd_show.png");
- background-repeat: no-repeat;
- background-size: 24px 24px;
- padding-left: 30px;
- background-position: 0 50%;
- _background-position: 0 40%;
- cursor: pointer;
- }
- /* .class_color{
- background-color: rgb(237, 239, 253);
- } */
- </style>
- <script type="text/javascript">
- var fd_id = "<%=request.getParameter("fd_id")%>";
- //页面初始化
- $(function(){
- $("#toNotice").bind("click",function(){
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/alert/warning/WarningAddEdit.jsp?is_yanPan="+fd_id);
- });
- $("#back").hover(function() {
- $(this).attr("src", "/nwyj/images/temp/back_hover.png");
- }, function() {
- $(this).attr("src", "/nwyj/images/temp/back.png");
- });
- //查看表单
- if(fd_id.length>0){
- $(".titleShow").text("预警监测预判");
- $('#fileDiv').newAsyncFileUpload("",fd_id,"0");
- //默认隐藏
- $.each($(".tzd_hide"), function(i, n){
- $(n).next().hide();
- });
- //绑定事件
- $(".tzd_show").live("click",function(){
- $(this).next().hide();
- $(this).removeClass("tzd_show");
- $(this).addClass("tzd_hide");
- _resetHeight();
- });
- //绑定事件
- $(".tzd_hide").live("click",function(){
- $(this).next().show();
- $(this).removeClass("tzd_hide");
- $(this).addClass("tzd_show");
- _resetHeight();
- });
- }
- });
- function goback(){
- $('#frmright', window.parent.document).attr('src',$.pathname()+ "/page/business/em/monitor/anticipation/AnticipationManager.jsp");
- }
- //调整页面高度
- function _resetHeight(){
- var $P1iframe = $(parent.document.body).find("iframe");
- //alert("$P1iframe11111===="+$P1iframe.height());
- //alert("body===="+$(window.document.body).height())
- //alert($P1iframe.prop("outerHTML"))
- if(!!$P1iframe.prop("outerHTML")){
- var _height = $P1iframe.height()>$(window.document.body).height()?$P1iframe.height():$(window.document.body).height()
- $P1iframe.height(_height);
- //alert("$P1iframe22222===="+$P1iframe.height())
- }
- if(parent!=top){
- var $P2iframe = $(parent.parent.document.body).find("iframe");
- if(!!$P2iframe.prop("outerHTML")){
- $P2iframe.height($(parent.document.body).height());
- }
- }
- }
- </script>
- </head>
- <body style="width: 1000px; margin:0 auto; margin-top:15px" align="center" >
- <div class="box1" id="formContent" width="1000px">
- <div class="titlehead">
- <div class="go_img">
- <a href="javascript:;" onclick="goback();">
- <img class="backYupan" align="left" alt="返回" title="返回" src="/nwyj/images/temp/back.png" id="back"/>
- </a>
- </div>
- <font class="titleShow titleMsg"></font>
- </div>
- <!-- 跳转到预警响应通知单 -->
- <div class="button_jl">
- <input value="发布预警" type="button" id="toNotice" />
- </div>
- <table width="960px" align="center">
- <tr>
- <td width="25%" align="left">
- <div style="float:left;">发布单位:</div>
- <div style="float:left" id="RELEASE_UNIT_365_SHOW"></div>
- </td>
- <td align="right">签发人:<label id="WRITER_365"></label></td>
- </tr>
- </table>
- <form id="showForm1">
- <fieldset class="basic_fieldset">
- <table class="tableStyle" align="center" >
- <tr>
- <td align="right" width="140px" >预警名称:</td>
- <td colspan="2">
- <div style="width: 97%" name="EARLY_WARNING_NAME_365" id="EARLY_WARNING_NAME_365"></div>
- </td>
- </tr>
- <tr>
- <td align="right" width="120px" >发布时间:</td>
- <td colspan="2">
- <div style="width: 97%" id="RELEASE_RELIEVE_DATE_365" name="RELEASE_RELIEVE_DATE_365"></div>
- </td>
- </tr>
- <tr>
- <td align="right" width="120px" >预警编号:</td>
- <td colspan="2">
- <div style="width: 97%" name="EARLY_WARNING_ID_365" id="EARLY_WARNING_ID_365"></div>
- </td>
- </tr>
- <tr>
- <td align="right" width="120px" >预警范围:</td>
- <td colspan="2">
- <div style="width: 97%" id="EARLY_WARNING_AREA_NAME_365" name="EARLY_WARNING_AREA_NAME_365" readonly="readonly"></div>
- </td>
- </tr>
- <tr>
- <td align="right" width="120px" >预警性质:</td>
- <td ><input type="checkbox" id="WARNING_PROPERTY" disabled="disabled"/>初次发布</td>
- <td>预警调整:<input type="checkbox" disabled="disabled" id="WETHER_EW_ADJUST"/>预警调整<br/>上次预警单号:(<label id="PREV_EW_ID"></label>)</td>
- </tr>
- <tr>
- <td align="right" width="120px" >预警级别:</td>
- <td>
- <div style="float:left"><label> 本次:</label></div>
- <div style="float:left">
- <div style="width: 100%" name="CURRENT_EW_LEVEL_365_SHOW" id="CURRENT_EW_LEVEL_365_SHOW"></div>
- </div>
- </td>
- <td>
- <div style="float:left"><label> 上次:</label></div>
- <div style="float:left">
- <div style="width: 100%" id="PREV_EW_LEVEL_365_SHOW" name="PREV_EW_LEVEL_365_SHOW"></div>
- </div>
- </td>
- </tr>
- <tr>
- <td align="right" width="120px" >应急预案:</td>
- <td colspan="2">
- <div name="MEET_EMERGENCIES_PLAN_365_SHOW" id="MEET_EMERGENCIES_PLAN_365_SHOW"
- class="divStyle divColor"></div>
- </td>
- </tr>
- <tr>
- <td align="right" width="120px" >预警概要:</td>
- <td colspan="2">
- <div style="width: 97%" name="EW_SUMMARY_365" id="EW_SUMMARY_365"></div><br />
- </td>
- </tr>
- <tr>
- <td align="right" width="120px" >预防措施及工作要求:</td>
- <td colspan="2">
- <div style="width: 97%" name="MEASURE_AND_REQUEST_365" id="MEASURE_AND_REQUEST_365"></div>
- </td>
- </tr>
- <tr>
- <td align="right" width="120px" >备注:</td>
- <td colspan="2">
- <div name="REMARK_365" id="REMARK_365" style="width: 97%;"/>
- </td>
- </tr>
- </table>
- </fieldset>
- </form>
- <fieldset class="fileTable_border">
- <legend class="tzd_show">附件信息:</legend>
- <table style="width: 85%;margin:auto;" align="center" border="0" >
- <tr><td colspan="3"><div id="fileDiv"></div></td></tr>
- </table>
- </fieldset>
- <fieldset class="fileTable_border" >
- <legend class="tzd_hide">预警启动条件:</legend>
- <DIV style="overflow-x:hidden;OVERFLOW-y: auto; WIDTH: 100%;">
- <table width="960px" class="tableStyle" align="center">
- <tr>
- <td align="right" width="120px" >红色预警</td>
- <td><div name="FRIST_GRADE" id="FRIST_GRADE"></div></td>
- </tr>
- <tr>
- <td align="right" width="120px" >橙色预警</td>
- <td><div name="SECOND_GRADE" id="SECOND_GRADE"></div></td>
- </tr>
- <tr>
- <td align="right" width="120px" >黄色预警</td>
- <td><div name="THRID_GRADE" id="THRID_GRADE"></div></td>
- </tr>
- <tr>
- <td align="right" width="120px" >蓝色预警</td>
- <td><div name="FOURTH_GRADE" id="FOURTH_GRADE"></div></td>
- </tr>
- </TABLE>
- </DIV>
- </fieldset>
- <fieldset class="fileTable_border" >
- <legend class="tzd_hide">政府发布的预警信息:</legend>
- <DIV style="overflow-x:hidden;OVERFLOW-y: auto; WIDTH: 100%;" id="govWarningDiv">
- <TABLE class="tableStyle" style="width: 100%" align="center" id="govWarningTable">
- <tr id="govWarningInfo">
- <th style="width:15%">发布单位</th>
- <th style="width:15%">发布时间</th>
- <th style="width:10%">预警类别</th>
- <th style="width:10%">预警级别</th>
- <th style="width:25%">预警范围</th>
- <th style="width:25%">预警内容</th>
- </tr>
- </TABLE>
- </DIV>
- </fieldset>
- <fieldset class="fileTable_border" >
- <legend class="tzd_hide">政府发布的响应信息:</legend>
- <DIV style="overflow-x:hidden;OVERFLOW-y: auto; WIDTH: 100%;" id="govResponseDiv">
- <TABLE class="tableStyle" style="width: 100%" align="center" id="govResponseTable">
- <tr id="govResponseInfo">
- <th style="width:15%">发布单位</th>
- <th style="width:15%">发布时间</th>
- <th style="width:10%">响应类别</th>
- <th style="width:10%">响应级别</th>
- <th style="width:25%">响应范围</th>
- <th style="width:25%">响应内容</th>
- </tr>
- </TABLE>
- </DIV>
- </fieldset>
- <!--
- <fieldset style="border-color:#999999;" id="fileTable">
- <legend class="tzd_hide">停电信息展示:</legend>
- <center>接口数据暂时没有接入</center>
- </fieldset>
- <fieldset style="border-color:#999999;" id="fileTable">
- <legend class="tzd_hide">95598报障数:</legend>
- <center>接口数据暂时没有接入</center>
- </fieldset>
- <fieldset style="border-color:#999999;" id="fileTable">
- <legend class="tzd_hide">线路跳闸信息展示:</legend>
- <center>接口数据暂时没有接入</center>
- </fieldset>
- -->
- </div>
- </body>
- </html>
|