1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168 |
- <%@ page language="java" contentType="text/html;charset=utf-8"%>
- <%@include file="/pages/includes/taglibs.jsp"%>
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
- <script src="<%=request.getContextPath() %>/resource/js/jquery-1.8.3.js" type="text/javascript"></script>
- <script src="<%=request.getContextPath() %>/resource/plugin/jqueryui/js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
- <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts.src.js" type="text/javascript"> </script>
- <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts-more.js"></script>
- <script type="text/javascript" src="<%=request.getContextPath() %>/pages/monitor/mhs/project1.js"></script>
- <script src="<%=request.getContextPath()%>/resource/js/highcharts/modules/solid-gauge.src.js"></script>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <style type="text/css">
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- .value_Name {
- font-family: "Times New Roman", Times, serif;
- font-size: 14px;
- font-weight: bolder;
- color: #666;
- }
- .station_Name {
- font-family: "Times New Roman", Times, serif;
- font-size: 14px;
- font-weight: bolder;
- color: #666;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src:
- url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.eot')
- ;
- src: local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont Regular'
- ),
- local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont'),
- url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.woff')
- format('woff'),
- url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.ttf')
- format('truetype'),
- url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.svg#fontName')
- format('svg');
- font-size: 36px;
- font-weight: bolder;
- }
- .item_Name { font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-weight: bolder;
- color: #333;
- }
- .unit_Name { font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #333;
- }
- #apDiv1 {
- position: absolute;
- width: 22px;
- height: 12px;
- z-index: 1;
- left: 741px;
- top: 467px;
- }
- #apDiv2 {
- position: absolute;
- width: 22px;
- height: 12px;
- z-index: 2;
- left: 1812px;
- top: 496px;
- }
- #apDiv3 {
- position: absolute;
- left: 817px;
- top: 467px;
- width: 22px;
- height: 12px;
- z-index: 3;
- }
- #apDiv4 {
- position: absolute;
- left: 817px;
- top: 576px;
- width: 22px;
- height: 12px;
- z-index: 4;
- }
- #apDiv5 {
- position: absolute;
- left: 816px;
- top: 687px;
- width: 22px;
- height: 12px;
- z-index: 5;
- }
- #apDiv6 {
- position: absolute;
- left: 879px;
- top: 576px;
- width: 22px;
- height: 12px;
- z-index: 6;
- }
- #apDiv7 {
- position: absolute;
- left: 879px;
- top: 468px;
- width: 22px;
- height: 12px;
- z-index: 7;
- }
- #apDiv8 {
- position: absolute;
- left: 879px;
- top: 687px;
- width: 22px;
- height: 12px;
- z-index: 8;
- }
- #apDiv9 {
- position: absolute;
- left: 912px;
- top: 424px;
- width: 22px;
- height: 12px;
- z-index: 9;
- }
- #apDiv10 {
- position: absolute;
- left: 913px;
- top: 467px;
- width: 22px;
- height: 12px;
- z-index: 10;
- }
- #apDiv11 {
- position: absolute;
- left: 913px;
- top: 505px;
- width: 22px;
- height: 12px;
- z-index: 11;
- }
- #apDiv12 {
- position: absolute;
- left: 913px;
- top: 542px;
- width: 22px;
- height: 12px;
- z-index: 12;
- }
- #apDiv13 {
- position: absolute;
- left: 913px;
- top: 575px;
- width: 22px;
- height: 12px;
- z-index: 13;
- }
- #apDiv14 {
- position: absolute;
- left: 914px;
- top: 613px;
- width: 22px;
- height: 12px;
- z-index: 14;
- }
- #apDiv15 {
- position: absolute;
- left: 915px;
- top: 652px;
- width: 22px;
- height: 12px;
- z-index: 15;
- }
- #apDiv16 {
- position: absolute;
- left: 915px;
- top: 687px;
- width: 22px;
- height: 12px;
- z-index: 16;
- }
- #apDiv17 {
- position: absolute;
- left: 915px;
- top: 730px;
- width: 22px;
- height: 12px;
- z-index: 17;
- }
- .project_text {
- font-family: "宋体";
- font-size: 12px;
- font-weight: bolder;
- color: #FFF;
- text-decoration: none;
- }
- #apDiv18 {
- position: absolute;
- left: 135px;
- top: 106px;
- width: 131px;
- height: 19px;
- z-index: 18;
- }
- #apDiv19 {
- position: absolute;
- left: 114px;
- top: 362px;
- width: 125px;
- height: 21px;
- z-index: 19;
- }
- #apDiv20 {
- position: absolute;
- left: 174px;
- top: 588px;
- width: 122px;
- height: 21px;
- z-index: 20;
- }
- #apDiv21 {
- position: absolute;
- left: 287px;
- top: 94px;
- width: 37px;
- height: 51px;
- z-index: 18;
- }
- #apDiv22 {
- position: absolute;
- left: 338px;
- top: 212px;
- width: 28px;
- height: 41px;
- z-index: 19;
- }
- #apDiv23 {
- position: absolute;
- left: 447px;
- top: 461px;
- width: 27px;
- height: 40px;
- z-index: 20;
- }
- #apDiv24 {
- position: absolute;
- left: 486px;
- top: 522px;
- width: 32px;
- height: 42px;
- z-index: 21;
- }
- #apDiv25 {
- position: absolute;
- left: 441px;
- top: 610px;
- width: 29px;
- height: 40px;
- z-index: 22;
- }
- #apDiv26 {
- position: absolute;
- left: 460px;
- top: 701px;
- width: 32px;
- height: 43px;
- z-index: 23;
- }
- #apDiv27 {
- position: absolute;
- left: 420px;
- top: 753px;
- width: 31px;
- height: 46px;
- z-index: 24;
- }
- #apDiv28 {
- position: absolute;
- left: 551px;
- top: 386px;
- width: 29px;
- height: 44px;
- z-index: 25;
- }
- #apDiv29 {
- position: absolute;
- left: 495px;
- top: 403px;
- width: 31px;
- height: 39px;
- z-index: 26;
- }
- #apDiv30 {
- position: absolute;
- left: 477px;
- top: 313px;
- width: 35px;
- height: 47px;
- z-index: 27;
- }
- #apDiv31 {
- position: absolute;
- left: 288px;
- top: 258px;
- width: 35px;
- height: 48px;
- z-index: 28;
- }
- #apDiv32 {
- position: absolute;
- left: 339px;
- top: 299px;
- width: 33px;
- height: 47px;
- z-index: 29;
- }
- #apDiv33 {
- position: absolute;
- left: 366px;
- top: 341px;
- width: 36px;
- height: 55px;
- z-index: 30;
- }
- #apDiv34 {
- position: absolute;
- left: 387px;
- top: 395px;
- width: 38px;
- height: 54px;
- z-index: 31;
- }
- #apDiv35 {
- position: absolute;
- left: 297px;
- top: 504px;
- width: 35px;
- height: 48px;
- z-index: 32;
- }
- #apDiv36 {
- position: absolute;
- left: 260px;
- top: 437px;
- width: 38px;
- height: 50px;
- z-index: 33;
- }
- #apDiv37 {
- position: absolute;
- left: 232px;
- top: 354px;
- width: 36px;
- height: 51px;
- z-index: 34;
- }
- #apDiv38 {
- position: absolute;
- left: 61px;
- top: 130px;
- width: 36px;
- height: 51px;
- z-index: 35;
- }
- #apDiv39 {
- position: absolute;
- left: 106px;
- top: 166px;
- width: 38px;
- height: 53px;
- z-index: 36;
- }
- #apDiv40 {
- position: absolute;
- left: 154px;
- top: 236px;
- width: 36px;
- height: 51px;
- z-index: 37;
- }
- #apDiv41 {
- position: absolute;
- left: 194px;
- top: 288px;
- width: 40px;
- height: 54px;
- z-index: 38;
- }
- #apDiv42 {
- position: absolute;
- left: 46px;
- top: 289px;
- width: 34px;
- height: 49px;
- z-index: 39;
- }
- #apDiv43 {
- position: absolute;
- left: 86px;
- top: 329px;
- width: 33px;
- height: 47px;
- z-index: 40;
- }
- #apDiv44 {
- position: absolute;
- left: 136px;
- top: 334px;
- width: 37px;
- height: 53px;
- z-index: 41;
- }
- #apDiv45 {
- position: absolute;
- left: 154px;
- top: 398px;
- width: 33px;
- height: 46px;
- z-index: 42;
- }
- #apDiv46 {
- position: absolute;
- left: 165px;
- top: 449px;
- width: 37px;
- height: 48px;
- z-index: 43;
- }
- #apDiv47 {
- position: absolute;
- left: 190px;
- top: 505px;
- width: 36px;
- height: 51px;
- z-index: 44;
- }
- #apDiv48 {
- position: absolute;
- left: 228px;
- top: 554px;
- width: 39px;
- height: 57px;
- z-index: 45;
- }
- #apDiv49 {
- position: absolute;
- left: 262px;
- top: 636px;
- width: 37px;
- height: 51px;
- z-index: 46;
- }
- #apDiv50 {
- position: absolute;
- left: 308px;
- top: 646px;
- width: 39px;
- height: 55px;
- z-index: 47;
- }
- #apDiv51 {
- position: absolute;
- left: 370px;
- top: 713px;
- width: 38px;
- height: 51px;
- z-index: 48;
- }
- #apDiv52 {
- position: absolute;
- left: 398px;
- top: 523px;
- width: 40px;
- height: 52px;
- z-index: 49;
- }
- #apDiv53 {
- position: absolute;
- left: 1247px;
- top: 386px;
- width: 16px;
- height: 25px;
- z-index: 50;
- }
- #apDiv54 {
- position: absolute;
- left: 1248px;
- top: 487px;
- width: 14px;
- height: 25px;
- z-index: 51;
- }
- #apDiv55 {
- position: absolute;
- left: 1160px;
- top: 542px;
- width: 14px;
- height: 26px;
- z-index: 52;
- }
- #apDiv56 {
- position: absolute;
- left: 1247px;
- top: 541px;
- width: 15px;
- height: 27px;
- z-index: 53;
- }
- #apDiv57 {
- position: absolute;
- left: 1330px;
- top: 539px;
- width: 16px;
- height: 27px;
- z-index: 54;
- }
- #apDiv58 {
- position: absolute;
- left: 785px;
- top: 552px;
- width: 0px;
- height: 1px;
- z-index: 55;
- }
- #apDiv { position: absolute;
- left: 1810px;
- top: 386px;
- width: 55px;
- height: 102px;
- z-index: 22;
- }
- #apDiv59 { position: absolute;
- left: 1812px;
- top: 505px;
- width: 56px;
- height: 106px;
- z-index: 21;
- }
- #apDiv60 {
- position: absolute;
- left: 201px;
- top: 720px;
- width: 97px;
- height: 30px;
- z-index: 50;
- }
- #apDiv61 {
- position: absolute;
- left: 71px;
- top: 102px;
- width: 111px;
- height: 28px;
- z-index: 51;
- }
- #apDiv62 {
- position: absolute;
- left: 344px;
- top: 128px;
- width: 113px;
- height: 27px;
- z-index: 52;
- }
- </style>
- <script type="text/javascript">
- var limittype='pj';
- var pjinterval;
- var lineinterval;
- $(document).ready(function() {
- projectaction();
-
- });
- function getInterval()
- {
- clearInterval(lineinterval);
- clearInterval(pjinterval);
- if(limittype=='pj')
- {
- pjinterval=window.setInterval(projectaction, 60000);
-
- }else if(limittype=='ln')
- {
- lineinterval=window.setInterval(lineinfo, 60000);
- }
- }
- function goback()
- {
- $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
- }
- function lineinfo()
- {
- var line=$("#lineid").val();
- lineaction(line);
- }
- function lineaction(line)
- {
- $("#lineid").val(line);
- limittype='ln';
- getInterval();
- wpAllInfoAjax(line);
- apdata(line);
- getlinejz(line);
- if(line=='MHS01_XL')
- {
- $("#apDiv60").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' /></a>");
- $("#apDiv61").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' />");
- $("#apDiv62").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' />");
- }else if(line=='MHS02_XL')
- {
- $("#apDiv61").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' /></a>");
- $("#apDiv60").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' />");
- $("#apDiv62").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' />");
- }else if(line=='MHS03_XL')
- {
- $("#apDiv62").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' /></a>");
- $("#apDiv61").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' />");
- $("#apDiv60").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' />");
- }
-
- }
- function projectaction()
- {
- wpAllInfoAjax('MHS01_GC');
- apdata('MHS01_GC');
- getpjjz('-');
- getInterval();
- }
- function getpjjz(type)
- {
-
- /*var num=parseInt($("#pagenums").val());
- if(type=="+")
- {
- num=num+1;
- $("#pagenums").val(num);
- }else if(type=="-")
- {
- if(num-1<1)
- {
- num=1;
- }else
- {
- num=num-1;
- }
- $("#pagenums").val(num);
- }*/
- $.ajax({
- url : "stateAjax.action?wfName=MHS01_GC&type=pj&pagenums=1",
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- async : false,
- ifModified : false,
- success : function(res) {
- var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
-
- html1 =html1+createpjTd(res);
- html1 =html1+"</table>";
- $("#container3").html(html1);
- }
-
- });
- }
- function createpjTd(result) {
- var num=0;
- var html;
- html="<tr>";
-
-
- $.each(result,function(i, value) {
- var str=value["windTurbineId"];
- html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
- html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
- html += "<tr>";
- html += "<td height='12' colspan='2' align='center' valign='bottom'>";
- html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
- html += " <tr>";
- html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
- html += " </tr>";
- html += "</table>";
- html += " </td>";
- html += " </tr>";
- html += "<tr>";
- html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
- html += " <tr>";
- html += " <td width='43' height='58' rowspan='2'> </td>";
- html += " <td width='39' rowspan='2' align='center'>";
- html += "<img ";
-
- var color;
- switch(value["state"]){
- case 1:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
- break;
- case 0:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
- break;
- case 4:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
-
- break;
- case 2:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
-
- break;
- case 3:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
-
- break;
- case 5:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
- break;
- case 6:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
-
- break;
- }
- html +=color;
-
- html += "</td>";
- html += " <td width='39' height='28' align='right'> </td>";
- html += " <td width='4' align='right'> </td>";
- html += " </tr>";
- html += " <tr>";
- html += " <td height='30' colspan='2'> </td>";
- html += " </tr>";
- html += "</table></td>";
- html += "</tr>";
- html += "<tr>";
- html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
- html += "<td width='62' align='center'>"+value["power"]+"</td>";
- html += "</tr>";
- html += "</table>";
- html +="</td>";
- num++;
- if(num>=10)
- {
- html +="</tr>";
- html +="<tr>";
- num=0;
- }
- });
- /*html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
- html+="<tr>";
- html+="<td height='40' align='right' class='value_Name' ><button value='' onclick=getfjjz('-')>上一页</button><button value='' onclick=getfjjz('+')>下一页</button></td>";
- html+="</tr>";
- html+="</table>";*/
- html+="</tr>";
- return html;
- }
- function getlinejz(wfName)
- {
-
- $.ajax({
- url : "stateAjax.action?wfName="+wfName+"&type=ln&pagenums=1",
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- async : false,
- ifModified : false,
- success : function(res) {
- var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
-
- html1 =html1+createlineTd(res);
- html1 =html1+"</table>";
- $("#container3").html(html1);
- }
-
- });
- }
- function createlineTd(result) {
- var num=0;
- var html;
- html="<tr>";
-
-
- $.each(result,function(i, value) {
- var str=value["windTurbineId"];
- html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
- html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
- html += "<tr>";
- html += "<td height='12' colspan='2' align='center' valign='bottom'>";
- html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
- html += " <tr>";
- html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
- html += " </tr>";
- html += "</table>";
- html += " </td>";
- html += " </tr>";
- html += "<tr>";
- html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
- html += " <tr>";
- html += " <td width='43' height='58' rowspan='2'> </td>";
- html += " <td width='39' rowspan='2' align='center'>";
- html += "<img ";
-
- var color;
- switch(value["state"]){
- case 1:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
- break;
- case 0:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
- break;
- case 4:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
-
- break;
- case 2:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
-
- break;
- case 3:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
-
- break;
- case 5:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
- break;
- case 6:
- color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
-
- break;
- }
- html +=color;
-
- html += "</td>";
- html += " <td width='39' height='28' align='right'> </td>";
- html += " <td width='4' align='right'> </td>";
- html += " </tr>";
- html += " <tr>";
- html += " <td height='30' colspan='2'> </td>";
- html += " </tr>";
- html += "</table></td>";
- html += "</tr>";
- html += "<tr>";
- html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
- html += "<td width='62' align='center'>"+value["power"]+"</td>";
- html += "</tr>";
- html += "</table>";
- html +="</td>";
- num++;
- if(num>=10)
- {
- html +="</tr>";
- html +="<tr>";
- num=0;
- }
- });
-
- html+="</tr>";
- return html;
- }
- function windfarm()
- {
- $("#f1").attr("action","/windfarm/mhsindex.action?wfName=MHS_FDC").submit();
- }
- function tower()
- {
- $("#f1").attr("action","/windfarm/mhswindtower.action?windfarm=MHS_FDC").submit();
- }
- function powerfirst()
- {
- $("#f1").attr("action","/windfarm/mhspowerfirst.action?wfName=MHS_FDC").submit();
- }
- function wtinfo()
- {
- $("#f1").attr("action","/windfarm/mhswtindex.action?wfName=MHS_FDC").submit();
- }
- function power()
- {
- $("#f1").attr("action","/windfarm/mhspowerindex.action?wfName=MHS_FDC").submit();
- }
- function fjpb()
- {
- $("#f1").attr("action","/windfarm/mhsstation1.action?wfName=MHS01_GC").submit();
- }
- function project1()
- {
- $("#f1").attr("action","/windfarm/mhsproject1.action?wfName=MHS01_GC").submit();
- }
- function project2()
- {
- $("#f1").attr("action","/windfarm/mhsproject2.action?wfName=MHS02_GC").submit();
- }
- function gowt(wtName)
- {
- $("#f1").attr("action","/windfarm/mhswtindex.action?wfName=MHS_FDC&wtName="+wtName).submit();
- }
- </script>
- </head>
- <body>
- <form action="" id="f1" method="post" style="width: 1883px">
- <s:hidden id="pagenums" value="1"></s:hidden>
- <s:hidden id="lineid" value="MHS01_XL"></s:hidden>
- <div id="apDiv21"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv22"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv23"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv24"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv25"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv26"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv27"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv28"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv29"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv30"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv31"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv32"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv33"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv34"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv35"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv36"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv37"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv38"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv39"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv40"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv41"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv42"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv43"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv44"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv45"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv46"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv47"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv48"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv49"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv50"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv51"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv52"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
- <div id="apDiv60" onclick=lineaction('MHS01_XL') style='cursor: pointer;'><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png" width="94" height="27" /></div>
- <div id="apDiv61" onclick=lineaction('MHS02_XL') style='cursor: pointer;'><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png" width="94" height="27" /></div>
- <div id="apDiv62" onclick=lineaction('MHS03_XL') style='cursor: pointer;'><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png" width="94" height="27" /></div>
- <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top_mhs.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
- <tr>
- <td width="36" height="25"> </td>
- <td width="64" rowspan="2" align="center"> </td>
- <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
- <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
- <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
- <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
- <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
- <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
- <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
- <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
- <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
- <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
- <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
- <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
- <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
- <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
- <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
- </tr>
- <tr>
- <td height="28"> </td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
- <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
- <td align="center" style='cursor: pointer;' onclick="goback()"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/back_icon.fw.png" width="18" height="19" /></td>
- </tr>
- </table></td>
- </tr>
- <tr>
-
- <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
- </table>
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_zm_Button_selected.jpg" width="35" height="80" /><table width="35" border="0" cellspacing="0" cellpadding="0">
- <tr></tr>
- <tr>
- <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_fjpb_button_link.jpg" width="35" height="80" onclick="fjpb()" style='cursor: pointer;'/></td>
- </tr>
- <tr>
- <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_fjinfo_button_link.jpg" width="35" height="80" onclick="wtinfo()" style='cursor: pointer;'/></td>
- </tr>
- <tr>
- <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_syz_button_link.jpg" width="35" height="80" onclick="powerfirst()" style='cursor: pointer;'/></td>
- </tr>
- <tr>
- <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_line_button_link.jpg" width="35" height="80" onclick="power()" style='cursor: pointer;'/></td>
- </tr>
- <tr>
- <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_cft_button_link.jpg" width="35" height="80" onclick="tower()" style='cursor: pointer;'/></td>
- </tr>
- </table></td>
- <td width="540" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="33"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_Button_noselected.jpg" width="90" height="33" onclick="windfarm()" style="cursor: pointer;"/></td>
- <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/first_Station_button_seleted.jpg" width="90" height="33" onclick="project1()" /></td>
- <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/second_station_Button.jpg" width="90" height="33" onclick="project2()" style="cursor: pointer;"/></td>
- <td width="52%" height="33" valign="bottom"> </td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td width="540" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/mhs_first_map.jpg"> </td>
- </tr>
- </table></td>
-
- </tr>
- <tr>
- <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
- </tr>
- <tr>
- <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
- 行<br />
- 参<br />
- 数</td>
- </tr>
- <tr>
- <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
- </tr>
- </table></td>
- <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
- </tr>
- <tr>
- <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
- <tr>
- <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
- <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
- <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
- <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
- <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
-
- </tr>
- <tr>
- <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
- </tr>
- <tr>
- <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
- </tr>
- <tr>
- <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
- <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
- </tr>
- </table></td>
- <td width="642" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
- </tr>
- <tr>
- <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">功<br />
- 率<br />
- 曲<br />
- 线</td>
- </tr>
- <tr>
- <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
- </tr>
- </table></td>
- <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
- </tr>
- <tr>
- <td width="609" height="200" align="center" valign="top">
- <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
- </td>
- </tr>
- <tr>
- <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="30" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="30" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
- </tr>
- <tr>
- <td width="30" height="540" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
- 站<br />
- 总<br />
- 貌</td>
- </tr>
- <tr>
- <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
- </tr>
- </table></td>
- <td width="620" height="3" valign="top" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top_Long.jpg" width="1250" height="3" /></td>
- </tr>
- <tr>
- <td width="1252" height="536" align="center" valign="top">
-
- <div id="container3" style="width: 1257; height: 536; float: left; border: 0;"></div>
- </td>
- </tr>
-
- </table>
- </form>
- </body>
- </html>
|