12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <%@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>gride</title>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
- <link rel="stylesheet" type="text/css" href="/nwyj/css/cockpit/gridTitle.css" />
- <script type="text/javascript">
- function writeNum(params){
- $("#fz500out").html(params["fz500out"]) ;
- $("#fm500no").html(params["fm500no"]) ;
-
- $("#fz220out").html(params["fz220out"]) ;
- $("#fm220no").html(params["fm220no"]) ;
-
- $("#fz110out").html(params["fz110out"]) ;
- $("#fm110no").html(params["fm110no"]) ;
-
- $("#fz35out").html(params["fz35out"]) ;
- $("#fm35no").html(params["fm35no"]) ;
-
- $("#fz10out").html(params["fz10out"]) ;
- $("#fm10no").html(params["fm10no"]) ;
-
- $("#t1").html(params["t1"]) ;
- $("#t2").html(params["t2"]) ;
- $("#t3").html(params["t3"]) ;
- $("#t4").html(params["t4"]) ;
- $("#t5").html(params["t5"]) ;
-
- $("#unitZ").html("(" + params["unit"]+")") ;
- $("#unitM").html("(" + params["unit"]+")") ;
-
- }
-
- </script>
- </head>
-
- <body style="background-color:#626E7D; width:100%;height:100%;margin:0;padding:0;">
- <div class="titleBox">
- <div class="headlineLegendByFive bc">
- <div class="cont">
- <span class="_contTitleBySeventz" id="kVlegendA">未恢复<br/><span class="unitZ" id="unitZ"></span></span>
- <span class="legendfx jscyonghutingdiantuli"></span>
- <span class="_contTitleBySeventm" id="kVlegendB">停电数量<br/><span class="unitM" id="unitM"></span></span>
-
- </div>
- <!-- <img id="legendfindinfo" class="_legendimg" src="/nwyj/images/cockpit/legendfindinfo.png" alt="查看统计表说明" onclick=""/> -->
- </div>
- <div class="headlineByFive bc">
- <div class="cont"><span class="fz" id="fz500out"></span><span class="fx jsctaiqu"></span><span class="fm" id="fm500no"></span></div>
- </div>
- <div class="headlineByFive bc">
- <div class="cont"><span class="fz" id="fz220out"></span><span class="fx jscyonghushu"></span><span class="fm" id="fm220no"></span></div>
- </div>
- <div class="headlineByFive bc">
- <div class="cont"><span class="fz" id="fz110out"></span><span class="fx jsctejizhongyao"></span><span class="fm" id="fm110no"></span></div>
- </div>
- <div class="headlineByFive bc">
- <div class="cont"><span class="fz" id="fz35out"></span><span class="fx jscyijizhongyao"></span><span class="fm" id="fm35no"></span></div>
- </div>
- <div class="headlineByFive bc">
- <div class="cont"><span class="fz" id="fz10out"></span><span class="fx jscerjizhongyao"></span><span class="fm" id="fm10no"></span></div>
- </div>
- </div>
- </body>
- </html>
|