123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698 |
- <%@ 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/xs/windfarm.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;
- }
- .valueinfo_Name {
- font-family: "Times New Roman", Times, serif;
- font-size: 12px;
- font-weight: bolder;
- color: #666;
- text-align: center;
- }
- @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: 1812px;
- top: 505px;
- width: 56px;
- height: 106px;
- z-index: 21;
- }
- #apDiv22 {
- position: absolute;
- left: 1812px;
- top: 505px;
- width: 55px;
- height: 102px;
- z-index: 22;
- }
- #apDiv23 {
- position: absolute;
- left: 640px;
- top: 505px;
- width: 53px;
- height: 88px;
- z-index: 21;
- }
- #apDiv24 {
- position: absolute;
- left: 640px;
- top: 505px;
- width: 52px;
- height: 92px;
- z-index: 22;
- }
- #apDiv25 {
- position: absolute;
- left: 444px;
- top: 615px;
- width: 29px;
- height: 40px;
- z-index: 22;
- }
- #apDiv26 {
- position: absolute;
- left: 461px;
- top: 701px;
- width: 32px;
- height: 43px;
- z-index: 23;
- }
- #apDiv27 {
- position: absolute;
- left: 421px;
- top: 769px;
- 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: 401px;
- width: 31px;
- height: 39px;
- z-index: 26;
- }
- #apDiv30 {
- position: absolute;
- left: 477px;
- top: 317px;
- 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: 148px;
- top: 236px;
- width: 36px;
- height: 51px;
- z-index: 37;
- }
- #apDiv41 {
- position: absolute;
- left: 191px;
- top: 288px;
- width: 40px;
- height: 54px;
- z-index: 38;
- }
- #apDiv42 {
- position: absolute;
- left: 46px;
- top: 290px;
- width: 34px;
- height: 49px;
- z-index: 39;
- }
- #apDiv43 {
- position: absolute;
- left: 86px;
- top: 334px;
- width: 33px;
- height: 47px;
- z-index: 40;
- }
- #apDiv44 {
- position: absolute;
- left: 136px;
- top: 338px;
- 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: 161px;
- top: 449px;
- width: 37px;
- height: 48px;
- z-index: 43;
- }
- #apDiv47 {
- position: absolute;
- left: 183px;
- top: 505px;
- width: 36px;
- height: 51px;
- z-index: 44;
- }
- #apDiv48 {
- position: absolute;
- left: 225px;
- top: 554px;
- width: 39px;
- height: 57px;
- z-index: 45;
- }
- #apDiv49 {
- position: absolute;
- left: 261px;
- top: 643px;
- 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: 366px;
- top: 722px;
- width: 38px;
- height: 51px;
- z-index: 48;
- }
- #apDiv52 {
- position: absolute;
- left: 395px;
- top: 520px;
- 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: 1240px;
- top: 336px;
- width: 9px;
- height: 15px;
- z-index: 1;
- }
- #apDiv61 {
- position: absolute;
- left: 1169px;
- top: 365px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #apDiv62 {
- position: absolute;
- left: 1312px;
- top: 363px;
- width: 9px;
- height: 16px;
- z-index: 3;
- }
- #apDiv63 {
- position: absolute;
- left: 1169px;
- top: 447px;
- width: 7px;
- height: 15px;
- z-index: 4;
- }
- #apDiv64 {
- position: absolute;
- left: 1313px;
- top: 446px;
- width: 8px;
- height: 16px;
- z-index: 5;
- }
- #apDiv65 {
- position: absolute;
- left: 1238px;
- top: 478px;
- width: 17px;
- height: 8px;
- z-index: 6;
- }
- #apDiv66 {
- position: absolute;
- left: 1152px;
- top: 491px;
- width: 8px;
- height: 16px;
- z-index: 7;
- }
- #apDiv67 {
- position: absolute;
- left: 1184px;
- top: 491px;
- width: 9px;
- height: 16px;
- z-index: 8;
- }
- #apDiv68 {
- position: absolute;
- left: 1218px;
- top: 491px;
- width: 10px;
- height: 17px;
- z-index: 9;
- }
- #apDiv69 {
- position: absolute;
- left: 1218px;
- top: 491px;
- width: 9px;
- height: 16px;
- z-index: 9;
- }
- #apDiv70 {
- position: absolute;
- left: 1264px;
- top: 490px;
- width: 9px;
- height: 17px;
- z-index: 10;
- }
- #apDiv71 {
- position: absolute;
- left: 1297px;
- top: 489px;
- width: 10px;
- height: 18px;
- z-index: 11;
- }
- #apDiv72 {
- position: absolute;
- left: 1330px;
- top: 490px;
- width: 11px;
- height: 18px;
- z-index: 12;
- }
- #apDiv73 {
- position: absolute;
- left: 1151px;
- top: 490px;
- width: 10px;
- height: 18px;
- z-index: 13;
- }
- #apDiv74 {
- position: absolute;
- left: 51px;
- top: 159px;
- width: 259px;
- height: 489px;
- z-index: 14;
- }
- #apDiv75 {
- position: absolute;
- left: 367px;
- top: 159px;
- width: 215px;
- height: 538px;
- z-index: 15;
- }
- #apDiv76 {
- position: absolute;
- left: 84px;
- top: 263px;
- width: 237px;
- height: 288px;
- z-index: 1;
- }
- #apDiv77 {
- position: absolute;
- left: 342px;
- top: 412px;
- width: 203px;
- height: 275px;
- z-index: 2;
- }
- #apDiv78 {
- position: absolute;
- left: 87px;
- top: 229px;
- width: 69px;
- height: 23px;
- z-index: 3;
- }
- #apDiv79 {
- position: absolute;
- left: 346px;
- top: 286px;
- width: 60px;
- height: 28px;
- z-index: 4;
- }
- #xsz111 {
- position: absolute;
- left: 1272px;
- top: 334px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #xsz102 {
- position: absolute;
- left: 1335px;
- top: 395px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #xsz101 {
- position: absolute;
- left: 1208px;
- top: 396px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #xsz301 {
- position: absolute;
- left: 1209px;
- top: 487px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #xsz302 {
- position: absolute;
- left: 1335px;
- top: 490px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #xsz311 {
- position: absolute;
- left: 1133px;
- top: 538px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #xsz312 {
- position: absolute;
- left: 1199px;
- top: 537px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #xsz322 {
- position: absolute;
- left: 1351px;
- top: 541px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- #xsz323 {
- position: absolute;
- left: 1316px;
- top: 539px;
- width: 8px;
- height: 15px;
- z-index: 2;
- }
- </style>
- <script type="text/javascript">
-
- $(document).ready(function() {
- $("#pagenums").val(1);
- wpaction();
- window.setInterval(wpaction, 60000);
- });
- function goback()
- {
- $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
- }
- function wpaction()
- {
- wpAllInfoAjax();
- apdata();
- if(state=='zm')
- {
- leftclick();
- }else
- {
- rightclick();
- }
-
- wpSwitchInfoAjax();
- }
- var state='zm';
- function leftover()
- {
- $("#apDiv23").css("display", "none");
- $("#apDiv24").css("display", "");
- }
- function leftout()
- {
- if(state=='jz')
- {
- $("#apDiv23").css("display", "");
- $("#apDiv24").css("display", "none");
- }
-
- }
- function leftclick()
- {
- $("#apDiv21").css("display", "");
- $("#apDiv22").css("display", "none");
- $("#apDiv23").css("display", "none");
- $("#apDiv24").css("display", "none");
-
- $("#container3").css("display", "none");
- $("#container4").css("display", "");
- $("#xsz111").css("display", "");
- $("#xsz101").css("display", "");
- $("#xsz102").css("display", "");
- $("#xsz301").css("display", "");
- $("#xsz302").css("display", "");
- $("#xsz311").css("display", "");
- $("#xsz312").css("display", "");
- $("#xsz322").css("display", "");
- $("#xsz323").css("display", "");
- getDetail();
- state='zm';
- }
- function rightover()
- {
- $("#apDiv21").css("display", "none");
- $("#apDiv22").css("display", "");
- }
- function rightout()
- {
- if(state=='zm')
- {
- $("#apDiv21").css("display", "");
- $("#apDiv22").css("display", "none");
- }
-
- }
- function rightclick()
- {
- $("#apDiv21").css("display", "none");
- $("#apDiv22").css("display", "none");
- $("#apDiv23").css("display", "");
- $("#apDiv24").css("display", "none");
-
- $("#container3").css("display", "");
- $("#container4").css("display", "none");
- $("#xsz111").css("display", "none");
- $("#xsz101").css("display", "none");
- $("#xsz102").css("display", "none");
- $("#xsz301").css("display", "none");
- $("#xsz302").css("display", "none");
- $("#xsz311").css("display", "none");
- $("#xsz312").css("display", "none");
- $("#xsz322").css("display", "none");
- $("#xsz323").css("display", "none");
-
- getfjjz();
- state='jz';
- }
- function wpSwitchInfoAjax() {
- $.ajax( {
- url : "xswindfarmswitchinfo.action?wfName=XS_FDC",
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
-
- getbackgrounds($("#xsz101"),res["XSDQ_DI000169"]);
- getbackgrounds($("#xsz301"),res["XSDQ_DI000192"]);
- getbackgrounds($("#xsz111"),res["XSDQ_DI000034"]);
- getbackgrounds($("#xsz311"),res["XSDQ_DI000850"]);
- getbackgrounds($("#xsz312"),res["XSDQ_DI000915"]);
- getbackgrounds($("#xsz102"),res["XSDQ_DI000308"]);
- getbackgrounds($("#xsz302"),res["XSDQ_DI000331"]);
- getbackgrounds($("#xsz322"),res["XSDQ_DI001210"]);
- getbackgrounds($("#xsz323"),res["XSDQ_DI001145"]);
-
- }
- });
- }
- function getbackgrounds(obj,value)
- {
- if(value==1)
- {
- obj.css("background","#F00");
- }else
- {
- obj.css("background","#0F0");
- }
- }
- function getDetail()
- {
- $.ajax({
- url : "xsWtStateAjax.action?wfName=XS_FDC",
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- async : false,
- ifModified : false,
- success : function(res) {
-
- $("#XG01_01zm").html(getstate(res["XG01_01zm"],"XG01_01"));
- $("#XG01_02zm").html(getstate(res["XG01_02zm"],"XG01_02"));
- $("#XG01_03zm").html(getstate(res["XG01_03zm"],"XG01_03"));
- $("#XG01_04zm").html(getstate(res["XG01_04zm"],"XG01_04"));
- $("#XG01_05zm").html(getstate(res["XG01_05zm"],"XG01_05"));
- $("#XG01_06zm").html(getstate(res["XG01_06zm"],"XG01_06"));
- $("#XG01_07zm").html(getstate(res["XG01_07zm"],"XG01_07"));
- $("#XG01_08zm").html(getstate(res["XG01_08zm"],"XG01_08"));
- $("#XG01_09zm").html(getstate(res["XG01_09zm"],"XG01_09"));
- $("#XG01_10zm").html(getstate(res["XG01_10zm"],"XG01_10"));
- $("#XG01_11zm").html(getstate(res["XG01_11zm"],"XG01_11"));
- $("#XG01_12zm").html(getstate(res["XG01_12zm"],"XG01_12"));
- $("#XG01_13zm").html(getstate(res["XG01_13zm"],"XG01_13"));
- $("#XG01_14zm").html(getstate(res["XG01_14zm"],"XG01_14"));
- $("#XG01_15zm").html(getstate(res["XG01_15zm"],"XG01_15"));
- $("#XG01_16zm").html(getstate(res["XG01_16zm"],"XG01_16"));
- $("#XG01_17zm").html(getstate(res["XG01_17zm"],"XG01_17"));
- $("#XG01_18zm").html(getstate(res["XG01_18zm"],"XG01_18"));
- $("#XG01_19zm").html(getstate(res["XG01_19zm"],"XG01_19"));
- $("#XG01_20zm").html(getstate(res["XG01_20zm"],"XG01_20"));
- $("#XG01_21zm").html(getstate(res["XG01_21zm"],"XG01_21"));
- $("#XG01_22zm").html(getstate(res["XG01_22zm"],"XG01_22"));
- $("#XG01_23zm").html(getstate(res["XG01_23zm"],"XG01_23"));
- $("#XG01_24zm").html(getstate(res["XG01_24zm"],"XG01_24"));
- $("#XG01_25zm").html(getstate(res["XG01_25zm"],"XG01_25"));
- $("#XG01_26zm").html(getstate(res["XG01_26zm"],"XG01_26"));
- $("#XG01_27zm").html(getstate(res["XG01_27zm"],"XG01_27"));
- $("#XG01_28zm").html(getstate(res["XG01_28zm"],"XG01_28"));
- $("#XG01_29zm").html(getstate(res["XG01_29zm"],"XG01_29"));
- $("#XG01_30zm").html(getstate(res["XG01_30zm"],"XG01_30"));
- $("#XG01_31zm").html(getstate(res["XG01_31zm"],"XG01_31"));
- $("#XG01_32zm").html(getstate(res["XG01_32zm"],"XG01_32"));
- $("#XG01_33zm").html(getstate(res["XG01_33zm"],"XG01_33"));
- $("#XG01_34zm").html(getstate(res["XG01_34zm"],"XG01_34"));
- $("#XG01_35zm").html(getstate(res["XG01_35zm"],"XG01_35"));
- $("#XG01_36zm").html(getstate(res["XG01_36zm"],"XG01_36"));
- $("#XG01_37zm").html(getstate(res["XG01_37zm"],"XG01_37"));
- $("#XG01_38zm").html(getstate(res["XG01_38zm"],"XG01_38"));
- $("#XG01_39zm").html(getstate(res["XG01_39zm"],"XG01_39"));
- $("#XG01_40zm").html(getstate(res["XG01_40zm"],"XG01_40"));
- $("#XG01_41zm").html(getstate(res["XG01_41zm"],"XG01_41"));
- $("#XG01_42zm").html(getstate(res["XG01_42zm"],"XG01_42"));
- $("#XG01_43zm").html(getstate(res["XG01_43zm"],"XG01_43"));
- $("#XG01_44zm").html(getstate(res["XG01_44zm"],"XG01_44"));
- $("#XG01_45zm").html(getstate(res["XG01_45zm"],"XG01_45"));
- $("#XG01_46zm").html(getstate(res["XG01_46zm"],"XG01_46"));
- $("#XG01_47zm").html(getstate(res["XG01_47zm"],"XG01_47"));
- $("#XG01_48zm").html(getstate(res["XG01_48zm"],"XG01_48"));
- $("#XG01_49zm").html(getstate(res["XG01_49zm"],"XG01_49"));
- $("#XG01_50zm").html(getstate(res["XG01_50zm"],"XG01_50"));
- $("#XG01_51zm").html(getstate(res["XG01_51zm"],"XG01_51"));
- $("#XG01_52zm").html(getstate(res["XG01_52zm"],"XG01_52"));
- $("#XG01_53zm").html(getstate(res["XG01_53zm"],"XG01_53"));
- $("#XG01_54zm").html(getstate(res["XG01_54zm"],"XG01_54"));
- $("#XG01_55zm").html(getstate(res["XG01_55zm"],"XG01_55"));
- $("#XG01_56zm").html(getstate(res["XG01_56zm"],"XG01_56"));
- $("#XG01_57zm").html(getstate(res["XG01_57zm"],"XG01_57"));
- $("#XG01_58zm").html(getstate(res["XG01_58zm"],"XG01_58"));
- }
- });
- }
- function getstate(value,id) {
- var html;
- switch(value){
- case 1:
- html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
- break;
- case 0:
- html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
- break;
- case 4:
- html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
-
- break;
- case 2:
- html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
-
- break;
- case 3:
- html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
-
- break;
- case 5:
- html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
-
- break;
- case 6:
- html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
-
- break;
- }
- return html;
- }
- function getfjjz(type)
- {
-
- var num=1;
- if(type=="+")
- {
- num=2;
- $("#pagenums").val(2);
- }else if(type=="-")
- {
- num=1;
- $("#pagenums").val(1);
- }
- $.ajax({
- url : "stateAjax.action?wfName=XS_FDC&type=wp&pagenums="+num,
- 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+createjzTd(res);
- html1 =html1+"</table>";
- $("#container3").html(html1);
-
- if(num==2)
- {
- $("#xyb").attr("disabled",true);
- $("#syb").attr("disabled",false);
-
- }else if(num==1)
- {
- $("#syb").attr("disabled",true);
- $("#xyb").attr("disabled",false);
- }
- }
-
-
-
- });
- }
- function createjzTd(result) {
- var num=0;
- var html;
- html="<tr>";
-
-
- $.each(result,function(i, value) {
- var str=value["windTurbineId"];
- html += "<td width='123' height='80' 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' class='valueinfo_Name'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
- html += " </tr>";
- html += "</table>";
- html += " </td>";
- html += " </tr>";
- html += "<tr>";
- html += "<td height='55' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
- html += " <tr>";
- html += " <td width='43' height='55' 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' class='valueinfo_Name'>"+value["speed"]+"</td>";
- html += "<td width='62' align='center' class='valueinfo_Name'>"+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='' id='syb' disabled='disabled' onclick=getfjjz('-')>上一页</button><button value='' id='xyb' onclick=getfjjz('+')>下一页</button></td>";
- html+="</tr>";
- html+="</table>";
- html+="</tr>";
- return html;
- }
- function gowt(wtName)
- {
- $("#f1").attr("action","/windfarm/xswtindex.action?wfName=XS_FDC&wtName="+wtName).submit();
- }
- function project1()
- {
- $("#f1").attr("action","/windfarm/xsproject1.action?wfName=XS01_GC").submit();
- }
- function project2()
- {
- $("#f1").attr("action","/windfarm/xsproject2.action?wfName=XS02_GC").submit();
- }
- function windfarm()
- {
- $("#f1").attr("action","/windfarm/xsindex.action?wfName=XS_FDC").submit();
- }
- function tower()
- {
- $("#f1").attr("action","/windfarm/xswindtower.action?windfarm=XS_FDC").submit();
- }
- function powerfirst()
- {
- $("#f1").attr("action","/windfarm/xspowerfirst.action?wfName=XS_FDC").submit();
- }
- function wtinfo()
- {
- $("#f1").attr("action","/windfarm/xswtindex.action?wfName=XS_FDC").submit();
- }
- function power()
- {
- $("#f1").attr("action","/windfarm/xspowerindex.action?wfName=XS_FDC").submit();
- }
- function fjpb()
- {
- $("#f1").attr("action","/windfarm/xsstation1.action?wfName=XS01_GC").submit();
- }
- </script>
- </head>
- <body>
- <form action="" id="f1" method="post" style="width: 1883px">
- <s:hidden id="pagenums" value="1"></s:hidden>
- <div id="apDiv78"></div>
- <div id="apDiv79"></div>
- <div id="xsz111"></div>
- <div id="xsz102"></div>
- <div id="xsz311"></div>
- <div id="xsz312"></div>
- <div id="xsz322"></div>
- <div id="xsz323"></div>
- <div id="xsz101"></div>
- <div id="xsz301"></div>
- <div id="xsz302"></div>
- <div id="apDiv21"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_Right.fw.png" width="50" height="100" onmouseover="rightover()"/></div>
- <div id="apDiv22"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_right.fw.png" width="50" height="100" onmouseout="rightout()" onmousedown="rightclick()"/></div>
- <div id="apDiv23"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_left.fw.png" width="50" height="100" onmouseover="leftover()"/></div>
- <div id="apDiv24"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_left.fw.png" width="50" height="100" onmouseout="leftout()" onmousedown="leftclick()"/></div>
- <div id="apDiv76">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="45%" height="25" class="project_text">日发电量</td>
- <td width="55%" class="project_text"><span id="rfdl2" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">平均风速</td>
- <td class="project_text"><span id="pjfs2" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">接入台数</td>
- <td class="project_text"><span id="jrts2" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">运行台数</td>
- <td class="project_text"><span id="yxts2" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">待机台数</td>
- <td class="project_text"><span id="djts2" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">维护台数</td>
- <td class="project_text"><span id="whts2" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">停机台数</td>
- <td class="project_text"><span id="gzts2" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">限电台数</td>
- <td class="project_text"><span id="xdts2" ></span></td>
- </tr>
- </table>
- </div>
- <div id="apDiv77">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="45%" height="25" class="project_text">日发电量</td>
- <td width="55%" class="project_text"><span id="rfdl1" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">平均风速</td>
- <td class="project_text"><span id="pjfs1" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">接入台数</td>
- <td class="project_text"><span id="jrts1" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">运行台数</td>
- <td class="project_text"><span id="yxts1" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">待机台数</td>
- <td class="project_text"><span id="djts1" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">维护台数</td>
- <td class="project_text"><span id="whts1" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">停机台数</td>
- <td class="project_text"><span id="gzts1" ></span></td>
- </tr>
- <tr>
- <td height="25" class="project_text">限电台数</td>
- <td class="project_text"><span id="xdts1" ></span></td>
- </tr>
- </table>
- </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_xs.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="560" 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.jpg" width="90" height="33" onclick="windfarm()"/></td>
- <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/first_Station_button.jpg" width="90" height="33" onclick="project1()" style="cursor: pointer;" /></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="560" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/xs_zongmao_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>
- <td colspan="2" valign="top"><table width="1282" 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="556" 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 id="container4" width="1252" height="556" align="center" valign="bottom" background="<%=request.getContextPath()%>/resource/images/system/pictures/xs_zongmao.jpg">
-
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
-
- <tr>
- <td width="674" height="556" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="80"> </td>
- </tr>
- <tr>
- <td height="80" align="center" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="8%" align="center"><div id="XG01_01zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%" align="center"><div id="XG01_02zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_03zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_04zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%" align="center"><div id="XG01_05zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_06zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_07zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%" align="center"><div id="XG01_08zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%" align="center"><div id="XG01_09zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_10zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%"><div id="XG01_11zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="26%"> </td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="95" align="center" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="9%" align="center"><div id="XG01_12zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_13zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%" align="center"><div id="XG01_14zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_15zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_16zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="5%" align="center"><div id="XG01_17zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_18zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_19zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%" align="center"><div id="XG01_20zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_21zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%"><div id="XG01_22zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td align="center"><div id="XG01_23zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td align="center"><div id="XG01_24zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td><div id="XG01_25zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="95"> </td>
- </tr>
- </table></td>
- <td width="576" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="80" colspan="2" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="18%" align="right"><div id="XG01_26zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_27zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_28zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_29zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_30zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_31zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_32zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_33zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_34zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%" align="center"><div id="XG01_35zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_36zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"> </td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td width="47%" height="90" rowspan="2" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="23%" align="right"><div id="XG01_43zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="22%" align="center"><div id="XG01_44zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="16%" align="center"><div id="XG01_45zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="14%" align="center"><div id="XG01_46zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="14%" align="center"><div id="XG01_47zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="11%"> </td>
- </tr>
- </table></td>
- <td width="53%" height="70" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="19%" align="center"><div id="XG01_42zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="16%"><div id="XG01_41zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="14%"><div id="XG01_40zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="14%"><div id="XG01_39zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="15%"><div id="XG01_38zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="16%"><div id="XG01_37zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%"> </td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="20"> </td>
- </tr>
- <tr>
- <td height="80" colspan="2" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="18%" align="right"><div id="XG01_58zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_57zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_56zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_55zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_54zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_53zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_52zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_51zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"><div id="XG01_50zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="6%" align="center"><div id="XG01_49zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="8%" align="center"><div id="XG01_48zm">
- <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
- <td width="7%" align="center"> </td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="55" colspan="2"> </td>
- </tr>
- </table></td>
- </tr>
- </table></td>
- <td id="container3" width="1252" height="556" align="center" >
- </td>
- </tr>
- <tr>
- <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom_Long.fw.png" width="1250" height="3" /></td>
- </tr>
- </table></td>
- </tr>
- </table>
- </form>
- </body>
- </html>
|