windfarm.jsp 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435
  1. <%@ page language="java" contentType="text/html;charset=utf-8"%>
  2. <%@include file="/pages/includes/taglibs.jsp"%>
  3. <html>
  4. <head>
  5. <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
  6. <script src="<%=request.getContextPath() %>/resource/js/jquery-1.8.3.js" type="text/javascript"></script>
  7. <script src="<%=request.getContextPath() %>/resource/plugin/jqueryui/js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
  8. <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts.src.js" type="text/javascript"> </script>
  9. <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts-more.js"></script>
  10. <script type="text/javascript" src="<%=request.getContextPath() %>/pages/monitor/mhs/windfarm.js"></script>
  11. <script src="<%=request.getContextPath()%>/resource/js/highcharts/modules/solid-gauge.src.js"></script>
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  13. <style type="text/css">
  14. body {
  15. margin-left: 0px;
  16. margin-top: 0px;
  17. margin-right: 0px;
  18. margin-bottom: 0px;
  19. }
  20. .value_Name {
  21. font-family: "Times New Roman", Times, serif;
  22. font-size: 14px;
  23. font-weight: bolder;
  24. color: #666;
  25. }
  26. .station_Name {
  27. font-family: "Times New Roman", Times, serif;
  28. font-size: 14px;
  29. font-weight: bolder;
  30. color: #666;
  31. }
  32. .valueinfo_Name {
  33. font-family: "Times New Roman", Times, serif;
  34. font-size: 12px;
  35. font-weight: bolder;
  36. color: #666;
  37. text-align: center;
  38. }
  39. @font-face {
  40. font-family: 'fontNameRegular';
  41. src:
  42. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.eot')
  43. ;
  44. src: local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont Regular'
  45. ),
  46. local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont'),
  47. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.woff')
  48. format('woff'),
  49. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.ttf')
  50. format('truetype'),
  51. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.svg#fontName')
  52. format('svg');
  53. font-size: 36px;
  54. font-weight: bolder;
  55. }
  56. .item_Name { font-family: Arial, Helvetica, sans-serif;
  57. font-size: 12px;
  58. font-weight: bolder;
  59. color: #333;
  60. }
  61. .unit_Name { font-family: Arial, Helvetica, sans-serif;
  62. font-size: 12px;
  63. color: #333;
  64. }
  65. #apDiv1 {
  66. position: absolute;
  67. width: 22px;
  68. height: 12px;
  69. z-index: 1;
  70. left: 741px;
  71. top: 467px;
  72. }
  73. #apDiv2 {
  74. position: absolute;
  75. width: 22px;
  76. height: 12px;
  77. z-index: 2;
  78. left: 1812px;
  79. top: 496px;
  80. }
  81. #apDiv3 {
  82. position: absolute;
  83. left: 817px;
  84. top: 467px;
  85. width: 22px;
  86. height: 12px;
  87. z-index: 3;
  88. }
  89. #apDiv4 {
  90. position: absolute;
  91. left: 817px;
  92. top: 576px;
  93. width: 22px;
  94. height: 12px;
  95. z-index: 4;
  96. }
  97. #apDiv5 {
  98. position: absolute;
  99. left: 816px;
  100. top: 687px;
  101. width: 22px;
  102. height: 12px;
  103. z-index: 5;
  104. }
  105. #apDiv6 {
  106. position: absolute;
  107. left: 879px;
  108. top: 576px;
  109. width: 22px;
  110. height: 12px;
  111. z-index: 6;
  112. }
  113. #apDiv7 {
  114. position: absolute;
  115. left: 879px;
  116. top: 468px;
  117. width: 22px;
  118. height: 12px;
  119. z-index: 7;
  120. }
  121. #apDiv8 {
  122. position: absolute;
  123. left: 879px;
  124. top: 687px;
  125. width: 22px;
  126. height: 12px;
  127. z-index: 8;
  128. }
  129. #apDiv9 {
  130. position: absolute;
  131. left: 912px;
  132. top: 424px;
  133. width: 22px;
  134. height: 12px;
  135. z-index: 9;
  136. }
  137. #apDiv10 {
  138. position: absolute;
  139. left: 913px;
  140. top: 467px;
  141. width: 22px;
  142. height: 12px;
  143. z-index: 10;
  144. }
  145. #apDiv11 {
  146. position: absolute;
  147. left: 913px;
  148. top: 505px;
  149. width: 22px;
  150. height: 12px;
  151. z-index: 11;
  152. }
  153. #apDiv12 {
  154. position: absolute;
  155. left: 913px;
  156. top: 542px;
  157. width: 22px;
  158. height: 12px;
  159. z-index: 12;
  160. }
  161. #apDiv13 {
  162. position: absolute;
  163. left: 913px;
  164. top: 575px;
  165. width: 22px;
  166. height: 12px;
  167. z-index: 13;
  168. }
  169. #apDiv14 {
  170. position: absolute;
  171. left: 914px;
  172. top: 613px;
  173. width: 22px;
  174. height: 12px;
  175. z-index: 14;
  176. }
  177. #apDiv15 {
  178. position: absolute;
  179. left: 915px;
  180. top: 652px;
  181. width: 22px;
  182. height: 12px;
  183. z-index: 15;
  184. }
  185. #apDiv16 {
  186. position: absolute;
  187. left: 915px;
  188. top: 687px;
  189. width: 22px;
  190. height: 12px;
  191. z-index: 16;
  192. }
  193. #apDiv17 {
  194. position: absolute;
  195. left: 915px;
  196. top: 730px;
  197. width: 22px;
  198. height: 12px;
  199. z-index: 17;
  200. }
  201. .project_text {
  202. font-family: "宋体";
  203. font-size: 12px;
  204. font-weight: bolder;
  205. color: #FFF;
  206. text-decoration: none;
  207. }
  208. #apDiv18 {
  209. position: absolute;
  210. left: 135px;
  211. top: 106px;
  212. width: 131px;
  213. height: 19px;
  214. z-index: 18;
  215. }
  216. #apDiv19 {
  217. position: absolute;
  218. left: 114px;
  219. top: 362px;
  220. width: 125px;
  221. height: 21px;
  222. z-index: 19;
  223. }
  224. #apDiv20 {
  225. position: absolute;
  226. left: 174px;
  227. top: 588px;
  228. width: 122px;
  229. height: 21px;
  230. z-index: 20;
  231. }
  232. #apDiv21 {
  233. position: absolute;
  234. left: 1812px;
  235. top: 505px;
  236. width: 56px;
  237. height: 106px;
  238. z-index: 21;
  239. }
  240. #apDiv22 {
  241. position: absolute;
  242. left: 1812px;
  243. top: 505px;
  244. width: 55px;
  245. height: 102px;
  246. z-index: 22;
  247. }
  248. #apDiv23 {
  249. position: absolute;
  250. left: 640px;
  251. top: 505px;
  252. width: 53px;
  253. height: 88px;
  254. z-index: 21;
  255. }
  256. #apDiv24 {
  257. position: absolute;
  258. left: 640px;
  259. top: 505px;
  260. width: 52px;
  261. height: 92px;
  262. z-index: 22;
  263. }
  264. #apDiv25 {
  265. position: absolute;
  266. left: 441px;
  267. top: 610px;
  268. width: 29px;
  269. height: 40px;
  270. z-index: 22;
  271. }
  272. #apDiv26 {
  273. position: absolute;
  274. left: 460px;
  275. top: 701px;
  276. width: 32px;
  277. height: 43px;
  278. z-index: 23;
  279. }
  280. #apDiv27 {
  281. position: absolute;
  282. left: 420px;
  283. top: 753px;
  284. width: 31px;
  285. height: 46px;
  286. z-index: 24;
  287. }
  288. #apDiv28 {
  289. position: absolute;
  290. left: 551px;
  291. top: 386px;
  292. width: 29px;
  293. height: 44px;
  294. z-index: 25;
  295. }
  296. #apDiv29 {
  297. position: absolute;
  298. left: 495px;
  299. top: 403px;
  300. width: 31px;
  301. height: 39px;
  302. z-index: 26;
  303. }
  304. #apDiv30 {
  305. position: absolute;
  306. left: 477px;
  307. top: 313px;
  308. width: 35px;
  309. height: 47px;
  310. z-index: 27;
  311. }
  312. #apDiv31 {
  313. position: absolute;
  314. left: 288px;
  315. top: 258px;
  316. width: 35px;
  317. height: 48px;
  318. z-index: 28;
  319. }
  320. #apDiv32 {
  321. position: absolute;
  322. left: 339px;
  323. top: 299px;
  324. width: 33px;
  325. height: 47px;
  326. z-index: 29;
  327. }
  328. #apDiv33 {
  329. position: absolute;
  330. left: 366px;
  331. top: 341px;
  332. width: 36px;
  333. height: 55px;
  334. z-index: 30;
  335. }
  336. #apDiv34 {
  337. position: absolute;
  338. left: 387px;
  339. top: 395px;
  340. width: 38px;
  341. height: 54px;
  342. z-index: 31;
  343. }
  344. #apDiv35 {
  345. position: absolute;
  346. left: 297px;
  347. top: 504px;
  348. width: 35px;
  349. height: 48px;
  350. z-index: 32;
  351. }
  352. #apDiv36 {
  353. position: absolute;
  354. left: 260px;
  355. top: 437px;
  356. width: 38px;
  357. height: 50px;
  358. z-index: 33;
  359. }
  360. #apDiv37 {
  361. position: absolute;
  362. left: 232px;
  363. top: 354px;
  364. width: 36px;
  365. height: 51px;
  366. z-index: 34;
  367. }
  368. #apDiv38 {
  369. position: absolute;
  370. left: 61px;
  371. top: 130px;
  372. width: 36px;
  373. height: 51px;
  374. z-index: 35;
  375. }
  376. #apDiv39 {
  377. position: absolute;
  378. left: 106px;
  379. top: 166px;
  380. width: 38px;
  381. height: 53px;
  382. z-index: 36;
  383. }
  384. #apDiv40 {
  385. position: absolute;
  386. left: 154px;
  387. top: 236px;
  388. width: 36px;
  389. height: 51px;
  390. z-index: 37;
  391. }
  392. #apDiv41 {
  393. position: absolute;
  394. left: 194px;
  395. top: 288px;
  396. width: 40px;
  397. height: 54px;
  398. z-index: 38;
  399. }
  400. #apDiv42 {
  401. position: absolute;
  402. left: 46px;
  403. top: 289px;
  404. width: 34px;
  405. height: 49px;
  406. z-index: 39;
  407. }
  408. #apDiv43 {
  409. position: absolute;
  410. left: 86px;
  411. top: 329px;
  412. width: 33px;
  413. height: 47px;
  414. z-index: 40;
  415. }
  416. #apDiv44 {
  417. position: absolute;
  418. left: 136px;
  419. top: 334px;
  420. width: 37px;
  421. height: 53px;
  422. z-index: 41;
  423. }
  424. #apDiv45 {
  425. position: absolute;
  426. left: 154px;
  427. top: 398px;
  428. width: 33px;
  429. height: 46px;
  430. z-index: 42;
  431. }
  432. #apDiv46 {
  433. position: absolute;
  434. left: 165px;
  435. top: 449px;
  436. width: 37px;
  437. height: 48px;
  438. z-index: 43;
  439. }
  440. #apDiv47 {
  441. position: absolute;
  442. left: 190px;
  443. top: 505px;
  444. width: 36px;
  445. height: 51px;
  446. z-index: 44;
  447. }
  448. #apDiv48 {
  449. position: absolute;
  450. left: 228px;
  451. top: 554px;
  452. width: 39px;
  453. height: 57px;
  454. z-index: 45;
  455. }
  456. #apDiv49 {
  457. position: absolute;
  458. left: 262px;
  459. top: 636px;
  460. width: 37px;
  461. height: 51px;
  462. z-index: 46;
  463. }
  464. #apDiv50 {
  465. position: absolute;
  466. left: 308px;
  467. top: 646px;
  468. width: 39px;
  469. height: 55px;
  470. z-index: 47;
  471. }
  472. #apDiv51 {
  473. position: absolute;
  474. left: 370px;
  475. top: 713px;
  476. width: 38px;
  477. height: 51px;
  478. z-index: 48;
  479. }
  480. #apDiv52 {
  481. position: absolute;
  482. left: 398px;
  483. top: 523px;
  484. width: 40px;
  485. height: 52px;
  486. z-index: 49;
  487. }
  488. #apDiv53 {
  489. position: absolute;
  490. left: 1247px;
  491. top: 386px;
  492. width: 16px;
  493. height: 25px;
  494. z-index: 50;
  495. }
  496. #apDiv54 {
  497. position: absolute;
  498. left: 1248px;
  499. top: 487px;
  500. width: 14px;
  501. height: 25px;
  502. z-index: 51;
  503. }
  504. #apDiv55 {
  505. position: absolute;
  506. left: 1160px;
  507. top: 542px;
  508. width: 14px;
  509. height: 26px;
  510. z-index: 52;
  511. }
  512. #apDiv56 {
  513. position: absolute;
  514. left: 1247px;
  515. top: 541px;
  516. width: 15px;
  517. height: 27px;
  518. z-index: 53;
  519. }
  520. #apDiv57 {
  521. position: absolute;
  522. left: 1330px;
  523. top: 539px;
  524. width: 16px;
  525. height: 27px;
  526. z-index: 54;
  527. }
  528. #apDiv58 {
  529. position: absolute;
  530. left: 785px;
  531. top: 552px;
  532. width: 0px;
  533. height: 1px;
  534. z-index: 55;
  535. }
  536. #apDiv { position: absolute;
  537. left: 1810px;
  538. top: 386px;
  539. width: 55px;
  540. height: 102px;
  541. z-index: 22;
  542. }
  543. #apDiv59 { position: absolute;
  544. left: 1812px;
  545. top: 505px;
  546. width: 56px;
  547. height: 106px;
  548. z-index: 21;
  549. }
  550. #apDiv60 {
  551. position: absolute;
  552. left: 240px;
  553. top: 155px;
  554. width: 298px;
  555. height: 150px;
  556. z-index: 23;
  557. }
  558. #apDiv61 {
  559. position: absolute;
  560. left: 242px;
  561. top: 384px;
  562. width: 399px;
  563. height: 188px;
  564. z-index: 24;
  565. }
  566. #mhsz111 {
  567. position: absolute;
  568. width: 9px;
  569. height: 15px;
  570. z-index: 25;
  571. left: 1276px;
  572. top: 392px;
  573. }
  574. #mhsz101 {
  575. position: absolute;
  576. width: 9px;
  577. height: 15px;
  578. z-index: 25;
  579. left: 1216px;
  580. top: 436px;
  581. }
  582. #mhsz102 {
  583. position: absolute;
  584. width: 9px;
  585. height: 15px;
  586. z-index: 25;
  587. left: 1350px;
  588. top: 435px;
  589. }
  590. #mhsz301 {
  591. position: absolute;
  592. width: 9px;
  593. height: 15px;
  594. z-index: 25;
  595. left: 1215px;
  596. top: 511px;
  597. }
  598. #mhsz302 {
  599. position: absolute;
  600. width: 9px;
  601. height: 15px;
  602. z-index: 25;
  603. left: 1349px;
  604. top: 511px;
  605. }
  606. #mhsz311 {
  607. position: absolute;
  608. width: 9px;
  609. height: 15px;
  610. z-index: 25;
  611. left: 1167px;
  612. top: 555px;
  613. }
  614. #mhsz312 {
  615. position: absolute;
  616. width: 9px;
  617. height: 15px;
  618. z-index: 25;
  619. left: 1215px;
  620. top: 555px;
  621. }
  622. #mhsz313 {
  623. position: absolute;
  624. width: 9px;
  625. height: 15px;
  626. z-index: 25;
  627. left: 1254px;
  628. top: 555px;
  629. }
  630. #mhsz321 {
  631. position: absolute;
  632. width: 9px;
  633. height: 15px;
  634. z-index: 25;
  635. left: 1350px;
  636. top: 555px;
  637. background-color: #FF0000;
  638. }
  639. </style>
  640. <script type="text/javascript">
  641. $(document).ready(function() {
  642. $("#pagenums").val(1);
  643. wpaction();
  644. window.setInterval(wpaction, 60000);
  645. });
  646. function goback()
  647. {
  648. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  649. }
  650. function wpaction()
  651. {
  652. wpAllInfoAjax();
  653. apdata();
  654. if(state=='zm')
  655. {
  656. leftclick();
  657. }else
  658. {
  659. rightclick();
  660. }
  661. wpSwitchInfoAjax();
  662. }
  663. var state='zm';
  664. function leftover()
  665. {
  666. $("#apDiv23").css("display", "none");
  667. $("#apDiv24").css("display", "");
  668. }
  669. function leftout()
  670. {
  671. if(state=='jz')
  672. {
  673. $("#apDiv23").css("display", "");
  674. $("#apDiv24").css("display", "none");
  675. }
  676. }
  677. function leftclick()
  678. {
  679. $("#apDiv21").css("display", "");
  680. $("#apDiv22").css("display", "none");
  681. $("#apDiv23").css("display", "none");
  682. $("#apDiv24").css("display", "none");
  683. $("#container3").css("display", "none");
  684. $("#container4").css("display", "");
  685. $("#mhsz111").css("display", "");
  686. $("#mhsz101").css("display", "");
  687. $("#mhsz102").css("display", "");
  688. $("#mhsz301").css("display", "");
  689. $("#mhsz302").css("display", "");
  690. $("#mhsz311").css("display", "");
  691. $("#mhsz312").css("display", "");
  692. $("#mhsz313").css("display", "");
  693. $("#mhsz321").css("display", "");
  694. getDetail();
  695. state='zm';
  696. }
  697. function rightover()
  698. {
  699. $("#apDiv21").css("display", "none");
  700. $("#apDiv22").css("display", "");
  701. }
  702. function rightout()
  703. {
  704. if(state=='zm')
  705. {
  706. $("#apDiv21").css("display", "");
  707. $("#apDiv22").css("display", "none");
  708. }
  709. }
  710. function rightclick()
  711. {
  712. $("#apDiv21").css("display", "none");
  713. $("#apDiv22").css("display", "none");
  714. $("#apDiv23").css("display", "");
  715. $("#apDiv24").css("display", "none");
  716. $("#container3").css("display", "");
  717. $("#container4").css("display", "none");
  718. $("#mhsz111").css("display", "none");
  719. $("#mhsz101").css("display", "none");
  720. $("#mhsz102").css("display", "none");
  721. $("#mhsz301").css("display", "none");
  722. $("#mhsz302").css("display", "none");
  723. $("#mhsz311").css("display", "none");
  724. $("#mhsz312").css("display", "none");
  725. $("#mhsz313").css("display", "none");
  726. $("#mhsz321").css("display", "none");
  727. getfjjz();
  728. state='jz';
  729. }
  730. function wpSwitchInfoAjax() {
  731. $.ajax( {
  732. url : "mhswindfarmswitchinfo.action?wfName=MHS_FDC",
  733. type : "post",
  734. cache : false,
  735. dataType : "json",
  736. data : {},
  737. ifModified : false,
  738. success : function(res) {
  739. getbackgrounds($("#mhsz111"),res["MHSDQ_DI000006"]);
  740. getbackgrounds($("#mhsz101"),res["MHSDQ_101DLQ"]);
  741. getbackgrounds($("#mhsz102"),res["MHSDQ_102DLQ"]);
  742. getbackgrounds($("#mhsz301"),res["MHSDQ_DI000141"]);
  743. getbackgrounds($("#mhsz302"),res["MHSDQ_302DLQ"]);
  744. getbackgrounds($("#mhsz311"),res["MHSDQ_DI000363"]);
  745. getbackgrounds($("#mhsz312"),res["MHSDQ_DI000423"]);
  746. getbackgrounds($("#mhsz313"),res["MHSDQ_DI000483"]);
  747. getbackgrounds($("#mhsz321"),res["MHSDQ_321DLQ"]);
  748. }
  749. });
  750. }
  751. function getbackgrounds(obj,value)
  752. {
  753. if(value==1)
  754. {
  755. obj.css("background","#F00");
  756. }else
  757. {
  758. obj.css("background","#0F0");
  759. }
  760. }
  761. function getDetail()
  762. {
  763. $.ajax({
  764. url : "mhsWtStateAjax.action?wfName=MHS_FDC",
  765. type : "post",
  766. cache : false,
  767. dataType : "json",
  768. data : {},
  769. async : false,
  770. ifModified : false,
  771. success : function(res) {
  772. $("#MG01_01zm").html(getstate(res["MG01_01zm"],"MG01_01"));
  773. $("#MG01_02zm").html(getstate(res["MG01_02zm"],"MG01_02"));
  774. $("#MG01_03zm").html(getstate(res["MG01_03zm"],"MG01_03"));
  775. $("#MG01_04zm").html(getstate(res["MG01_04zm"],"MG01_04"));
  776. $("#MG01_05zm").html(getstate(res["MG01_05zm"],"MG01_05"));
  777. $("#MG01_06zm").html(getstate(res["MG01_06zm"],"MG01_06"));
  778. $("#MG01_07zm").html(getstate(res["MG01_07zm"],"MG01_07"));
  779. $("#MG01_08zm").html(getstate(res["MG01_08zm"],"MG01_08"));
  780. $("#MG01_09zm").html(getstate(res["MG01_09zm"],"MG01_09"));
  781. $("#MG01_10zm").html(getstate(res["MG01_10zm"],"MG01_10"));
  782. $("#MG01_11zm").html(getstate(res["MG01_11zm"],"MG01_11"));
  783. $("#MG01_12zm").html(getstate(res["MG01_12zm"],"MG01_12"));
  784. $("#MG01_13zm").html(getstate(res["MG01_13zm"],"MG01_13"));
  785. $("#MG01_14zm").html(getstate(res["MG01_14zm"],"MG01_14"));
  786. $("#MG01_15zm").html(getstate(res["MG01_15zm"],"MG01_15"));
  787. $("#MG01_16zm").html(getstate(res["MG01_16zm"],"MG01_16"));
  788. $("#MG01_17zm").html(getstate(res["MG01_17zm"],"MG01_17"));
  789. $("#MG01_18zm").html(getstate(res["MG01_18zm"],"MG01_18"));
  790. $("#MG01_19zm").html(getstate(res["MG01_19zm"],"MG01_19"));
  791. $("#MG01_20zm").html(getstate(res["MG01_20zm"],"MG01_20"));
  792. $("#MG01_21zm").html(getstate(res["MG01_21zm"],"MG01_21"));
  793. $("#MG01_22zm").html(getstate(res["MG01_22zm"],"MG01_22"));
  794. $("#MG01_23zm").html(getstate(res["MG01_23zm"],"MG01_23"));
  795. $("#MG01_24zm").html(getstate(res["MG01_24zm"],"MG01_24"));
  796. $("#MG01_25zm").html(getstate(res["MG01_25zm"],"MG01_25"));
  797. $("#MG01_26zm").html(getstate(res["MG01_26zm"],"MG01_26"));
  798. $("#MG01_27zm").html(getstate(res["MG01_27zm"],"MG01_27"));
  799. $("#MG01_28zm").html(getstate(res["MG01_28zm"],"MG01_28"));
  800. $("#MG01_29zm").html(getstate(res["MG01_29zm"],"MG01_29"));
  801. $("#MG01_30zm").html(getstate(res["MG01_30zm"],"MG01_30"));
  802. $("#MG01_31zm").html(getstate(res["MG01_31zm"],"MG01_31"));
  803. $("#MG01_32zm").html(getstate(res["MG01_32zm"],"MG01_32"));
  804. $("#MG01_33zm").html(getstate(res["MG01_33zm"],"MG01_33"));
  805. $("#MG01_34zm").html(getstate(res["MG01_34zm"],"MG01_34"));
  806. $("#MG01_35zm").html(getstate(res["MG01_35zm"],"MG01_35"));
  807. $("#MG01_36zm").html(getstate(res["MG01_36zm"],"MG01_36"));
  808. $("#MG01_37zm").html(getstate(res["MG01_37zm"],"MG01_37"));
  809. $("#MG01_38zm").html(getstate(res["MG01_38zm"],"MG01_38"));
  810. $("#MG01_39zm").html(getstate(res["MG01_39zm"],"MG01_39"));
  811. $("#MG01_40zm").html(getstate(res["MG01_40zm"],"MG01_40"));
  812. $("#MG01_41zm").html(getstate(res["MG01_41zm"],"MG01_41"));
  813. $("#MG01_42zm").html(getstate(res["MG01_42zm"],"MG01_42"));
  814. $("#MG01_43zm").html(getstate(res["MG01_43zm"],"MG01_43"));
  815. }
  816. });
  817. }
  818. function getstate(value,id) {
  819. var html;
  820. switch(value){
  821. case 1:
  822. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  823. break;
  824. case 0:
  825. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  826. break;
  827. case 4:
  828. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  829. break;
  830. case 2:
  831. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  832. break;
  833. case 3:
  834. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  835. break;
  836. case 5:
  837. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  838. break;
  839. case 6:
  840. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  841. break;
  842. }
  843. return html;
  844. }
  845. function getfjjz(type)
  846. {
  847. var num=1;
  848. if(type=="+")
  849. {
  850. num=2;
  851. $("#pagenums").val(2);
  852. }else if(type=="-")
  853. {
  854. num=1;
  855. $("#pagenums").val(1);
  856. }
  857. $.ajax({
  858. url : "stateAjax.action?wfName=MHS_FDC&type=wp&pagenums="+num,
  859. type : "post",
  860. cache : false,
  861. dataType : "json",
  862. data : {},
  863. async : false,
  864. ifModified : false,
  865. success : function(res) {
  866. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  867. html1 =html1+createjzTd(res);
  868. html1 =html1+"</table>";
  869. $("#container3").html(html1);
  870. if(num==2)
  871. {
  872. $("#xyb").attr("disabled",true);
  873. $("#syb").attr("disabled",false);
  874. }else if(num==1)
  875. {
  876. $("#syb").attr("disabled",true);
  877. $("#xyb").attr("disabled",false);
  878. }
  879. }
  880. });
  881. }
  882. function createjzTd(result) {
  883. var num=0;
  884. var html;
  885. html="<tr>";
  886. $.each(result,function(i, value) {
  887. var str=value["windTurbineId"];
  888. html += "<td width='123' height='80' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  889. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  890. html += "<tr>";
  891. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  892. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  893. html += " <tr>";
  894. html += " <td align='center' class='valueinfo_Name'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  895. html += " </tr>";
  896. html += "</table>";
  897. html += " </td>";
  898. html += " </tr>";
  899. html += "<tr>";
  900. html += "<td height='55' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  901. html += " <tr>";
  902. html += " <td width='43' height='55' rowspan='2'>&nbsp;</td>";
  903. html += " <td width='39' rowspan='2' align='center'>";
  904. html += "<img ";
  905. var color;
  906. switch(value["state"]){
  907. case 1:
  908. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  909. break;
  910. case 0:
  911. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  912. break;
  913. case 4:
  914. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  915. break;
  916. case 2:
  917. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  918. break;
  919. case 3:
  920. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  921. break;
  922. case 5:
  923. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  924. break;
  925. case 6:
  926. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  927. break;
  928. }
  929. html +=color;
  930. html += "</td>";
  931. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  932. html += " <td width='4' align='right'>&nbsp;</td>";
  933. html += " </tr>";
  934. html += " <tr>";
  935. html += " <td height='30' colspan='2'>&nbsp;</td>";
  936. html += " </tr>";
  937. html += "</table></td>";
  938. html += "</tr>";
  939. html += "<tr>";
  940. html += "<td width='63' height='20' align='center' class='valueinfo_Name'>"+value["speed"]+"</td>";
  941. html += "<td width='62' align='center' class='valueinfo_Name'>"+value["power"]+"</td>";
  942. html += "</tr>";
  943. html += "</table>";
  944. html +="</td>";
  945. num++;
  946. if(num>=10)
  947. {
  948. html +="</tr>";
  949. html +="<tr>";
  950. num=0;
  951. }
  952. });
  953. //html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
  954. //html+="<tr>";
  955. //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>";
  956. //html+="</tr>";
  957. //html+="</table>";
  958. html+="</tr>";
  959. return html;
  960. }
  961. function windfarm()
  962. {
  963. $("#f1").attr("action","/windfarm/mhsindex.action?wfName=MHS_FDC").submit();
  964. }
  965. function tower()
  966. {
  967. $("#f1").attr("action","/windfarm/mhswindtower.action?windfarm=MHS_FDC").submit();
  968. }
  969. function powerfirst()
  970. {
  971. $("#f1").attr("action","/windfarm/mhspowerfirst.action?wfName=MHS_FDC").submit();
  972. }
  973. function wtinfo()
  974. {
  975. $("#f1").attr("action","/windfarm/mhswtindex.action?wfName=MHS_FDC").submit();
  976. }
  977. function power()
  978. {
  979. $("#f1").attr("action","/windfarm/mhspowerindex.action?wfName=MHS_FDC").submit();
  980. }
  981. function fjpb()
  982. {
  983. $("#f1").attr("action","/windfarm/mhsstation1.action?wfName=MHS01_GC").submit();
  984. }
  985. function project1()
  986. {
  987. $("#f1").attr("action","/windfarm/mhsproject1.action?wfName=MHS01_GC").submit();
  988. }
  989. function project2()
  990. {
  991. $("#f1").attr("action","/windfarm/mhsproject2.action?wfName=MHS02_GC").submit();
  992. }
  993. function gowt(wtName)
  994. {
  995. $("#f1").attr("action","/windfarm/mhswtindex.action?wfName=MHS_FDC&wtName="+wtName).submit();
  996. }
  997. </script>
  998. </head>
  999. <body>
  1000. <form action="" id="f1" method="post" style="width: 1883px">
  1001. <s:hidden id="pagenums" value="1"></s:hidden>
  1002. <div id="mhsz111"></div>
  1003. <div id="mhsz101"></div>
  1004. <div id="mhsz102"></div>
  1005. <div id="mhsz301"></div>
  1006. <div id="mhsz302"></div>
  1007. <div id="mhsz311"></div>
  1008. <div id="mhsz312"></div>
  1009. <div id="mhsz313"></div>
  1010. <div id="mhsz321"></div>
  1011. <div id="apDiv21"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_Right.fw.png" width="50" height="100" onmouseover="rightover()"/></div>
  1012. <div id="apDiv22"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_right.fw.png" width="50" height="100" onmouseout="rightout()" onmousedown="rightclick()"/></div>
  1013. <div id="apDiv23"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_left.fw.png" width="50" height="100" onmouseover="leftover()"/></div>
  1014. <div id="apDiv24"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_left.fw.png" width="50" height="100" onmouseout="leftout()" onmousedown="leftclick()"/></div>
  1015. <div id="apDiv60">
  1016. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1017. <tr>
  1018. <td width="31%" height="25" class="project_text">日发电量</td>
  1019. <td width="69%" class="project_text"><span id="rfdl2" ></span></td>
  1020. </tr>
  1021. <tr>
  1022. <td height="25" class="project_text">平均风速</td>
  1023. <td class="project_text"><span id="pjfs2" ></span></td>
  1024. </tr>
  1025. <tr>
  1026. <td height="25" class="project_text">接入台数</td>
  1027. <td class="project_text"><span id="jrts2" ></span></td>
  1028. </tr>
  1029. <tr>
  1030. <td height="25" class="project_text">运行台数</td>
  1031. <td class="project_text"><span id="yxts2" ></span></td>
  1032. </tr>
  1033. <tr>
  1034. <td height="25" class="project_text">待机台数</td>
  1035. <td class="project_text"><span id="djts2" ></span></td>
  1036. </tr>
  1037. <tr>
  1038. <td height="25" class="project_text">维护台数</td>
  1039. <td class="project_text"><span id="whts2" ></span></td>
  1040. </tr>
  1041. <tr>
  1042. <td height="25" class="project_text">停机台数</td>
  1043. <td class="project_text"><span id="gzts2" ></span></td>
  1044. </tr>
  1045. <tr>
  1046. <td height="25" class="project_text">限电台数</td>
  1047. <td class="project_text"><span id="xdts2" ></span></td>
  1048. </tr>
  1049. </table>
  1050. </div>
  1051. <div id="apDiv61">
  1052. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1053. <tr>
  1054. <td width="31%" height="25" class="project_text">日发电量</td>
  1055. <td width="69%" class="project_text"><span id="rfdl1" ></span></td>
  1056. </tr>
  1057. <tr>
  1058. <td height="25" class="project_text">平均风速</td>
  1059. <td class="project_text"><span id="pjfs1" ></span></td>
  1060. </tr>
  1061. <tr>
  1062. <td height="25" class="project_text">接入台数</td>
  1063. <td class="project_text"><span id="jrts1" ></span></td>
  1064. </tr>
  1065. <tr>
  1066. <td height="25" class="project_text">运行台数</td>
  1067. <td class="project_text"><span id="yxts1" ></span></td>
  1068. </tr>
  1069. <tr>
  1070. <td height="25" class="project_text">待机台数</td>
  1071. <td class="project_text"><span id="djts1" ></span></td>
  1072. </tr>
  1073. <tr>
  1074. <td height="25" class="project_text">维护台数</td>
  1075. <td class="project_text"><span id="whts1" ></span></td>
  1076. </tr>
  1077. <tr>
  1078. <td height="25" class="project_text">停机台数</td>
  1079. <td class="project_text"><span id="gzts1" ></span></td>
  1080. </tr>
  1081. <tr>
  1082. <td height="25" class="project_text">限电台数</td>
  1083. <td class="project_text"><span id="xdts1" ></span></td>
  1084. </tr>
  1085. </table>
  1086. </div>
  1087. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  1088. <tr>
  1089. <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">
  1090. <tr>
  1091. <td width="36" height="25">&nbsp;</td>
  1092. <td width="64" rowspan="2" align="center">&nbsp;</td>
  1093. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  1094. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  1095. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  1096. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  1097. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  1098. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  1099. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  1100. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  1101. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  1102. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  1103. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  1104. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  1105. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  1106. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  1107. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  1108. </tr>
  1109. <tr>
  1110. <td height="28">&nbsp;</td>
  1111. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  1112. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  1113. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  1114. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  1115. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  1116. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  1117. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  1118. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  1119. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  1120. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  1121. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  1122. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  1123. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  1124. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  1125. <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>
  1126. </tr>
  1127. </table></td>
  1128. </tr>
  1129. <tr>
  1130. <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  1131. </table>
  1132. <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">
  1133. <tr></tr>
  1134. <tr>
  1135. <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>
  1136. </tr>
  1137. <tr>
  1138. <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>
  1139. </tr>
  1140. <tr>
  1141. <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>
  1142. </tr>
  1143. <tr>
  1144. <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>
  1145. </tr>
  1146. <tr>
  1147. <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>
  1148. </tr>
  1149. </table></td>
  1150. <td width="560" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
  1151. <tr>
  1152. <td height="33"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1153. <tr>
  1154. <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_Button.jpg" width="90" height="33" onclick="windfarm()"/></td>
  1155. <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>
  1156. <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>
  1157. <td width="52%" height="33" valign="bottom">&nbsp;</td>
  1158. </tr>
  1159. </table></td>
  1160. </tr>
  1161. <tr>
  1162. <td width="560" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/mhs_all_map.jpg">&nbsp;</td>
  1163. </tr>
  1164. </table></td>
  1165. </tr>
  1166. <tr>
  1167. <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1168. <tr>
  1169. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1170. <tr>
  1171. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1172. </tr>
  1173. <tr>
  1174. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
  1175. 行<br />
  1176. 参<br />
  1177. 数</td>
  1178. </tr>
  1179. <tr>
  1180. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1181. </tr>
  1182. </table></td>
  1183. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1184. </tr>
  1185. <tr>
  1186. <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
  1187. <tr>
  1188. <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
  1189. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
  1190. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
  1191. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
  1192. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
  1193. </tr>
  1194. <tr>
  1195. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
  1196. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
  1197. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
  1198. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
  1199. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
  1200. </tr>
  1201. <tr>
  1202. <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
  1203. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
  1204. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
  1205. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
  1206. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
  1207. </tr>
  1208. <tr>
  1209. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
  1210. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
  1211. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
  1212. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
  1213. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
  1214. </tr>
  1215. </table></td>
  1216. </tr>
  1217. <tr>
  1218. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1219. </tr>
  1220. </table></td>
  1221. <td width="642" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1222. <tr>
  1223. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1224. <tr>
  1225. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1226. </tr>
  1227. <tr>
  1228. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">功<br />
  1229. 率<br />
  1230. 曲<br />
  1231. 线</td>
  1232. </tr>
  1233. <tr>
  1234. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1235. </tr>
  1236. </table></td>
  1237. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1238. </tr>
  1239. <tr>
  1240. <td width="609" height="200" align="center" valign="top">
  1241. <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
  1242. </td>
  1243. </tr>
  1244. <tr>
  1245. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1246. </tr>
  1247. </table></td>
  1248. </tr>
  1249. <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
  1250. <tr>
  1251. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1252. <tr>
  1253. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1254. </tr>
  1255. <tr>
  1256. <td width="30" height="556" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
  1257. 站<br />
  1258. 总<br />
  1259. 貌</td>
  1260. </tr>
  1261. <tr>
  1262. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1263. </tr>
  1264. </table></td>
  1265. <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>
  1266. </tr>
  1267. <tr>
  1268. <td id="container4" width="1252" height="536" align="center" valign="bottom" background="<%=request.getContextPath()%>/resource/images/system/pictures/mhs_zongmao.jpg">
  1269. <table width="1252" border="0" cellspacing="0" cellpadding="0">
  1270. <tr>
  1271. <td width="17" height="100" align="center" valign="bottom">&nbsp;</td>
  1272. <td width="47" align="center" valign="bottom"><div id="MG01_01zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1273. <td width="47" align="center" valign="bottom"><div id="MG01_02zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1274. <td width="43" align="center" valign="bottom"><div id="MG01_03zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1275. <td width="53" align="center" valign="bottom"><div id="MG01_04zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1276. <td width="49" align="center" valign="bottom"><div id="MG01_05zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1277. <td width="46" align="center" valign="bottom"><div id="MG01_06zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1278. <td width="44" align="center" valign="bottom"><div id="MG01_07zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1279. <td width="54" align="center" valign="bottom"><div id="MG01_08zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1280. <td width="43" align="center" valign="bottom"><div id="MG01_09zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1281. <td width="46" align="center" valign="bottom"><div id="MG01_10zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1282. <td width="54" align="center" valign="bottom"><div id="MG01_11zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1283. <td width="55" align="center" valign="bottom">&nbsp;</td>
  1284. <td width="127" align="center" valign="bottom">&nbsp;</td>
  1285. <td width="44" align="center" valign="bottom"><div id="MG01_34zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1286. <td width="51" align="center" valign="bottom"><div id="MG01_35zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1287. <td width="48" align="center" valign="bottom"><div id="MG01_36zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1288. <td width="44" align="center" valign="bottom"><div id="MG01_37zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1289. <td width="45" align="center" valign="bottom"><div id="MG01_38zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1290. <td width="50" align="center" valign="bottom"><div id="MG01_39zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1291. <td width="44" align="center" valign="bottom"><div id="MG01_40zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1292. <td width="51" align="center" valign="bottom"><div id="MG01_41zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1293. <td width="41" align="center" valign="bottom"><div id="MG01_42zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1294. <td width="48" align="center" valign="bottom"><div id="MG01_43zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1295. <td width="61" align="center" valign="bottom">&nbsp;</td>
  1296. </tr>
  1297. <tr>
  1298. <td height="110" colspan="26" align="center" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1299. <tr>
  1300. <td width="5%" height="110" align="center" valign="bottom">&nbsp;</td>
  1301. <td width="5%" align="center" valign="bottom"><div id="MG01_12zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1302. <td width="3%" align="center" valign="bottom"><div id="MG01_13zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1303. <td width="4%" align="center" valign="bottom"><div id="MG01_14zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1304. <td width="4%" align="center" valign="bottom"><div id="MG01_15zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1305. <td width="4%" align="center" valign="bottom"><div id="MG01_16zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1306. <td width="3%" align="center" valign="bottom"><div id="MG01_17zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1307. <td width="4%" align="center" valign="bottom"><div id="MG01_18zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1308. <td width="4%" align="center" valign="bottom"><div id="MG01_19zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1309. <td width="3%" align="center" valign="bottom"><div id="MG01_20zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1310. <td width="4%" align="center" valign="bottom"><div id="MG01_21zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1311. <td width="4%" align="center" valign="bottom"><div id="MG01_22zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1312. <td width="4%" align="center" valign="bottom">&nbsp;</td>
  1313. <td width="3%" align="center" valign="bottom"><div id="MG01_23zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1314. <td width="4%" align="center" valign="bottom"><div id="MG01_24zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1315. <td width="4%" align="center" valign="bottom"><div id="MG01_25zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1316. <td width="4%" align="center" valign="bottom"><div id="MG01_26zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1317. <td width="3%" align="center" valign="bottom"><div id="MG01_27zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1318. <td width="4%" align="center" valign="bottom"><div id="MG01_28zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1319. <td width="4%" align="center" valign="bottom"><div id="MG01_29zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1320. <td width="4%" align="center" valign="bottom"><div id="MG01_30zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1321. <td width="3%" align="center" valign="bottom"><div id="MG01_31zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1322. <td width="4%" align="center" valign="bottom"><div id="MG01_32zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1323. <td width="3%" align="center" valign="bottom"><div id="MG01_33zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1324. <td width="9%" align="center" valign="bottom">&nbsp;</td>
  1325. </tr>
  1326. </table></td>
  1327. </tr>
  1328. <tr>
  1329. <td height="90" colspan="26"></td>
  1330. </tr>
  1331. </table>
  1332. <td id="container3" width="1252" height="556" align="center" >
  1333. </td>
  1334. </tr>
  1335. <tr>
  1336. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom_Long.fw.png" width="1250" height="3" /></td>
  1337. </tr>
  1338. </table></td>
  1339. </tr>
  1340. </table>
  1341. </form>
  1342. </body>
  1343. </html>