windfarm.jsp 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698
  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/xs/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: 444px;
  267. top: 615px;
  268. width: 29px;
  269. height: 40px;
  270. z-index: 22;
  271. }
  272. #apDiv26 {
  273. position: absolute;
  274. left: 461px;
  275. top: 701px;
  276. width: 32px;
  277. height: 43px;
  278. z-index: 23;
  279. }
  280. #apDiv27 {
  281. position: absolute;
  282. left: 421px;
  283. top: 769px;
  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: 401px;
  300. width: 31px;
  301. height: 39px;
  302. z-index: 26;
  303. }
  304. #apDiv30 {
  305. position: absolute;
  306. left: 477px;
  307. top: 317px;
  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: 148px;
  387. top: 236px;
  388. width: 36px;
  389. height: 51px;
  390. z-index: 37;
  391. }
  392. #apDiv41 {
  393. position: absolute;
  394. left: 191px;
  395. top: 288px;
  396. width: 40px;
  397. height: 54px;
  398. z-index: 38;
  399. }
  400. #apDiv42 {
  401. position: absolute;
  402. left: 46px;
  403. top: 290px;
  404. width: 34px;
  405. height: 49px;
  406. z-index: 39;
  407. }
  408. #apDiv43 {
  409. position: absolute;
  410. left: 86px;
  411. top: 334px;
  412. width: 33px;
  413. height: 47px;
  414. z-index: 40;
  415. }
  416. #apDiv44 {
  417. position: absolute;
  418. left: 136px;
  419. top: 338px;
  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: 161px;
  435. top: 449px;
  436. width: 37px;
  437. height: 48px;
  438. z-index: 43;
  439. }
  440. #apDiv47 {
  441. position: absolute;
  442. left: 183px;
  443. top: 505px;
  444. width: 36px;
  445. height: 51px;
  446. z-index: 44;
  447. }
  448. #apDiv48 {
  449. position: absolute;
  450. left: 225px;
  451. top: 554px;
  452. width: 39px;
  453. height: 57px;
  454. z-index: 45;
  455. }
  456. #apDiv49 {
  457. position: absolute;
  458. left: 261px;
  459. top: 643px;
  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: 366px;
  475. top: 722px;
  476. width: 38px;
  477. height: 51px;
  478. z-index: 48;
  479. }
  480. #apDiv52 {
  481. position: absolute;
  482. left: 395px;
  483. top: 520px;
  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: 1240px;
  553. top: 336px;
  554. width: 9px;
  555. height: 15px;
  556. z-index: 1;
  557. }
  558. #apDiv61 {
  559. position: absolute;
  560. left: 1169px;
  561. top: 365px;
  562. width: 8px;
  563. height: 15px;
  564. z-index: 2;
  565. }
  566. #apDiv62 {
  567. position: absolute;
  568. left: 1312px;
  569. top: 363px;
  570. width: 9px;
  571. height: 16px;
  572. z-index: 3;
  573. }
  574. #apDiv63 {
  575. position: absolute;
  576. left: 1169px;
  577. top: 447px;
  578. width: 7px;
  579. height: 15px;
  580. z-index: 4;
  581. }
  582. #apDiv64 {
  583. position: absolute;
  584. left: 1313px;
  585. top: 446px;
  586. width: 8px;
  587. height: 16px;
  588. z-index: 5;
  589. }
  590. #apDiv65 {
  591. position: absolute;
  592. left: 1238px;
  593. top: 478px;
  594. width: 17px;
  595. height: 8px;
  596. z-index: 6;
  597. }
  598. #apDiv66 {
  599. position: absolute;
  600. left: 1152px;
  601. top: 491px;
  602. width: 8px;
  603. height: 16px;
  604. z-index: 7;
  605. }
  606. #apDiv67 {
  607. position: absolute;
  608. left: 1184px;
  609. top: 491px;
  610. width: 9px;
  611. height: 16px;
  612. z-index: 8;
  613. }
  614. #apDiv68 {
  615. position: absolute;
  616. left: 1218px;
  617. top: 491px;
  618. width: 10px;
  619. height: 17px;
  620. z-index: 9;
  621. }
  622. #apDiv69 {
  623. position: absolute;
  624. left: 1218px;
  625. top: 491px;
  626. width: 9px;
  627. height: 16px;
  628. z-index: 9;
  629. }
  630. #apDiv70 {
  631. position: absolute;
  632. left: 1264px;
  633. top: 490px;
  634. width: 9px;
  635. height: 17px;
  636. z-index: 10;
  637. }
  638. #apDiv71 {
  639. position: absolute;
  640. left: 1297px;
  641. top: 489px;
  642. width: 10px;
  643. height: 18px;
  644. z-index: 11;
  645. }
  646. #apDiv72 {
  647. position: absolute;
  648. left: 1330px;
  649. top: 490px;
  650. width: 11px;
  651. height: 18px;
  652. z-index: 12;
  653. }
  654. #apDiv73 {
  655. position: absolute;
  656. left: 1151px;
  657. top: 490px;
  658. width: 10px;
  659. height: 18px;
  660. z-index: 13;
  661. }
  662. #apDiv74 {
  663. position: absolute;
  664. left: 51px;
  665. top: 159px;
  666. width: 259px;
  667. height: 489px;
  668. z-index: 14;
  669. }
  670. #apDiv75 {
  671. position: absolute;
  672. left: 367px;
  673. top: 159px;
  674. width: 215px;
  675. height: 538px;
  676. z-index: 15;
  677. }
  678. #apDiv76 {
  679. position: absolute;
  680. left: 84px;
  681. top: 263px;
  682. width: 237px;
  683. height: 288px;
  684. z-index: 1;
  685. }
  686. #apDiv77 {
  687. position: absolute;
  688. left: 342px;
  689. top: 412px;
  690. width: 203px;
  691. height: 275px;
  692. z-index: 2;
  693. }
  694. #apDiv78 {
  695. position: absolute;
  696. left: 87px;
  697. top: 229px;
  698. width: 69px;
  699. height: 23px;
  700. z-index: 3;
  701. }
  702. #apDiv79 {
  703. position: absolute;
  704. left: 346px;
  705. top: 286px;
  706. width: 60px;
  707. height: 28px;
  708. z-index: 4;
  709. }
  710. #xsz111 {
  711. position: absolute;
  712. left: 1272px;
  713. top: 334px;
  714. width: 8px;
  715. height: 15px;
  716. z-index: 2;
  717. }
  718. #xsz102 {
  719. position: absolute;
  720. left: 1335px;
  721. top: 395px;
  722. width: 8px;
  723. height: 15px;
  724. z-index: 2;
  725. }
  726. #xsz101 {
  727. position: absolute;
  728. left: 1208px;
  729. top: 396px;
  730. width: 8px;
  731. height: 15px;
  732. z-index: 2;
  733. }
  734. #xsz301 {
  735. position: absolute;
  736. left: 1209px;
  737. top: 487px;
  738. width: 8px;
  739. height: 15px;
  740. z-index: 2;
  741. }
  742. #xsz302 {
  743. position: absolute;
  744. left: 1335px;
  745. top: 490px;
  746. width: 8px;
  747. height: 15px;
  748. z-index: 2;
  749. }
  750. #xsz311 {
  751. position: absolute;
  752. left: 1133px;
  753. top: 538px;
  754. width: 8px;
  755. height: 15px;
  756. z-index: 2;
  757. }
  758. #xsz312 {
  759. position: absolute;
  760. left: 1199px;
  761. top: 537px;
  762. width: 8px;
  763. height: 15px;
  764. z-index: 2;
  765. }
  766. #xsz322 {
  767. position: absolute;
  768. left: 1351px;
  769. top: 541px;
  770. width: 8px;
  771. height: 15px;
  772. z-index: 2;
  773. }
  774. #xsz323 {
  775. position: absolute;
  776. left: 1316px;
  777. top: 539px;
  778. width: 8px;
  779. height: 15px;
  780. z-index: 2;
  781. }
  782. </style>
  783. <script type="text/javascript">
  784. $(document).ready(function() {
  785. $("#pagenums").val(1);
  786. wpaction();
  787. window.setInterval(wpaction, 60000);
  788. });
  789. function goback()
  790. {
  791. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  792. }
  793. function wpaction()
  794. {
  795. wpAllInfoAjax();
  796. apdata();
  797. if(state=='zm')
  798. {
  799. leftclick();
  800. }else
  801. {
  802. rightclick();
  803. }
  804. wpSwitchInfoAjax();
  805. }
  806. var state='zm';
  807. function leftover()
  808. {
  809. $("#apDiv23").css("display", "none");
  810. $("#apDiv24").css("display", "");
  811. }
  812. function leftout()
  813. {
  814. if(state=='jz')
  815. {
  816. $("#apDiv23").css("display", "");
  817. $("#apDiv24").css("display", "none");
  818. }
  819. }
  820. function leftclick()
  821. {
  822. $("#apDiv21").css("display", "");
  823. $("#apDiv22").css("display", "none");
  824. $("#apDiv23").css("display", "none");
  825. $("#apDiv24").css("display", "none");
  826. $("#container3").css("display", "none");
  827. $("#container4").css("display", "");
  828. $("#xsz111").css("display", "");
  829. $("#xsz101").css("display", "");
  830. $("#xsz102").css("display", "");
  831. $("#xsz301").css("display", "");
  832. $("#xsz302").css("display", "");
  833. $("#xsz311").css("display", "");
  834. $("#xsz312").css("display", "");
  835. $("#xsz322").css("display", "");
  836. $("#xsz323").css("display", "");
  837. getDetail();
  838. state='zm';
  839. }
  840. function rightover()
  841. {
  842. $("#apDiv21").css("display", "none");
  843. $("#apDiv22").css("display", "");
  844. }
  845. function rightout()
  846. {
  847. if(state=='zm')
  848. {
  849. $("#apDiv21").css("display", "");
  850. $("#apDiv22").css("display", "none");
  851. }
  852. }
  853. function rightclick()
  854. {
  855. $("#apDiv21").css("display", "none");
  856. $("#apDiv22").css("display", "none");
  857. $("#apDiv23").css("display", "");
  858. $("#apDiv24").css("display", "none");
  859. $("#container3").css("display", "");
  860. $("#container4").css("display", "none");
  861. $("#xsz111").css("display", "none");
  862. $("#xsz101").css("display", "none");
  863. $("#xsz102").css("display", "none");
  864. $("#xsz301").css("display", "none");
  865. $("#xsz302").css("display", "none");
  866. $("#xsz311").css("display", "none");
  867. $("#xsz312").css("display", "none");
  868. $("#xsz322").css("display", "none");
  869. $("#xsz323").css("display", "none");
  870. getfjjz();
  871. state='jz';
  872. }
  873. function wpSwitchInfoAjax() {
  874. $.ajax( {
  875. url : "xswindfarmswitchinfo.action?wfName=XS_FDC",
  876. type : "post",
  877. cache : false,
  878. dataType : "json",
  879. data : {},
  880. ifModified : false,
  881. success : function(res) {
  882. getbackgrounds($("#xsz101"),res["XSDQ_DI000169"]);
  883. getbackgrounds($("#xsz301"),res["XSDQ_DI000192"]);
  884. getbackgrounds($("#xsz111"),res["XSDQ_DI000034"]);
  885. getbackgrounds($("#xsz311"),res["XSDQ_DI000850"]);
  886. getbackgrounds($("#xsz312"),res["XSDQ_DI000915"]);
  887. getbackgrounds($("#xsz102"),res["XSDQ_DI000308"]);
  888. getbackgrounds($("#xsz302"),res["XSDQ_DI000331"]);
  889. getbackgrounds($("#xsz322"),res["XSDQ_DI001210"]);
  890. getbackgrounds($("#xsz323"),res["XSDQ_DI001145"]);
  891. }
  892. });
  893. }
  894. function getbackgrounds(obj,value)
  895. {
  896. if(value==1)
  897. {
  898. obj.css("background","#F00");
  899. }else
  900. {
  901. obj.css("background","#0F0");
  902. }
  903. }
  904. function getDetail()
  905. {
  906. $.ajax({
  907. url : "xsWtStateAjax.action?wfName=XS_FDC",
  908. type : "post",
  909. cache : false,
  910. dataType : "json",
  911. data : {},
  912. async : false,
  913. ifModified : false,
  914. success : function(res) {
  915. $("#XG01_01zm").html(getstate(res["XG01_01zm"],"XG01_01"));
  916. $("#XG01_02zm").html(getstate(res["XG01_02zm"],"XG01_02"));
  917. $("#XG01_03zm").html(getstate(res["XG01_03zm"],"XG01_03"));
  918. $("#XG01_04zm").html(getstate(res["XG01_04zm"],"XG01_04"));
  919. $("#XG01_05zm").html(getstate(res["XG01_05zm"],"XG01_05"));
  920. $("#XG01_06zm").html(getstate(res["XG01_06zm"],"XG01_06"));
  921. $("#XG01_07zm").html(getstate(res["XG01_07zm"],"XG01_07"));
  922. $("#XG01_08zm").html(getstate(res["XG01_08zm"],"XG01_08"));
  923. $("#XG01_09zm").html(getstate(res["XG01_09zm"],"XG01_09"));
  924. $("#XG01_10zm").html(getstate(res["XG01_10zm"],"XG01_10"));
  925. $("#XG01_11zm").html(getstate(res["XG01_11zm"],"XG01_11"));
  926. $("#XG01_12zm").html(getstate(res["XG01_12zm"],"XG01_12"));
  927. $("#XG01_13zm").html(getstate(res["XG01_13zm"],"XG01_13"));
  928. $("#XG01_14zm").html(getstate(res["XG01_14zm"],"XG01_14"));
  929. $("#XG01_15zm").html(getstate(res["XG01_15zm"],"XG01_15"));
  930. $("#XG01_16zm").html(getstate(res["XG01_16zm"],"XG01_16"));
  931. $("#XG01_17zm").html(getstate(res["XG01_17zm"],"XG01_17"));
  932. $("#XG01_18zm").html(getstate(res["XG01_18zm"],"XG01_18"));
  933. $("#XG01_19zm").html(getstate(res["XG01_19zm"],"XG01_19"));
  934. $("#XG01_20zm").html(getstate(res["XG01_20zm"],"XG01_20"));
  935. $("#XG01_21zm").html(getstate(res["XG01_21zm"],"XG01_21"));
  936. $("#XG01_22zm").html(getstate(res["XG01_22zm"],"XG01_22"));
  937. $("#XG01_23zm").html(getstate(res["XG01_23zm"],"XG01_23"));
  938. $("#XG01_24zm").html(getstate(res["XG01_24zm"],"XG01_24"));
  939. $("#XG01_25zm").html(getstate(res["XG01_25zm"],"XG01_25"));
  940. $("#XG01_26zm").html(getstate(res["XG01_26zm"],"XG01_26"));
  941. $("#XG01_27zm").html(getstate(res["XG01_27zm"],"XG01_27"));
  942. $("#XG01_28zm").html(getstate(res["XG01_28zm"],"XG01_28"));
  943. $("#XG01_29zm").html(getstate(res["XG01_29zm"],"XG01_29"));
  944. $("#XG01_30zm").html(getstate(res["XG01_30zm"],"XG01_30"));
  945. $("#XG01_31zm").html(getstate(res["XG01_31zm"],"XG01_31"));
  946. $("#XG01_32zm").html(getstate(res["XG01_32zm"],"XG01_32"));
  947. $("#XG01_33zm").html(getstate(res["XG01_33zm"],"XG01_33"));
  948. $("#XG01_34zm").html(getstate(res["XG01_34zm"],"XG01_34"));
  949. $("#XG01_35zm").html(getstate(res["XG01_35zm"],"XG01_35"));
  950. $("#XG01_36zm").html(getstate(res["XG01_36zm"],"XG01_36"));
  951. $("#XG01_37zm").html(getstate(res["XG01_37zm"],"XG01_37"));
  952. $("#XG01_38zm").html(getstate(res["XG01_38zm"],"XG01_38"));
  953. $("#XG01_39zm").html(getstate(res["XG01_39zm"],"XG01_39"));
  954. $("#XG01_40zm").html(getstate(res["XG01_40zm"],"XG01_40"));
  955. $("#XG01_41zm").html(getstate(res["XG01_41zm"],"XG01_41"));
  956. $("#XG01_42zm").html(getstate(res["XG01_42zm"],"XG01_42"));
  957. $("#XG01_43zm").html(getstate(res["XG01_43zm"],"XG01_43"));
  958. $("#XG01_44zm").html(getstate(res["XG01_44zm"],"XG01_44"));
  959. $("#XG01_45zm").html(getstate(res["XG01_45zm"],"XG01_45"));
  960. $("#XG01_46zm").html(getstate(res["XG01_46zm"],"XG01_46"));
  961. $("#XG01_47zm").html(getstate(res["XG01_47zm"],"XG01_47"));
  962. $("#XG01_48zm").html(getstate(res["XG01_48zm"],"XG01_48"));
  963. $("#XG01_49zm").html(getstate(res["XG01_49zm"],"XG01_49"));
  964. $("#XG01_50zm").html(getstate(res["XG01_50zm"],"XG01_50"));
  965. $("#XG01_51zm").html(getstate(res["XG01_51zm"],"XG01_51"));
  966. $("#XG01_52zm").html(getstate(res["XG01_52zm"],"XG01_52"));
  967. $("#XG01_53zm").html(getstate(res["XG01_53zm"],"XG01_53"));
  968. $("#XG01_54zm").html(getstate(res["XG01_54zm"],"XG01_54"));
  969. $("#XG01_55zm").html(getstate(res["XG01_55zm"],"XG01_55"));
  970. $("#XG01_56zm").html(getstate(res["XG01_56zm"],"XG01_56"));
  971. $("#XG01_57zm").html(getstate(res["XG01_57zm"],"XG01_57"));
  972. $("#XG01_58zm").html(getstate(res["XG01_58zm"],"XG01_58"));
  973. }
  974. });
  975. }
  976. function getstate(value,id) {
  977. var html;
  978. switch(value){
  979. case 1:
  980. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  981. break;
  982. case 0:
  983. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  984. break;
  985. case 4:
  986. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  987. break;
  988. case 2:
  989. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  990. break;
  991. case 3:
  992. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  993. break;
  994. case 5:
  995. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  996. break;
  997. case 6:
  998. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  999. break;
  1000. }
  1001. return html;
  1002. }
  1003. function getfjjz(type)
  1004. {
  1005. var num=1;
  1006. if(type=="+")
  1007. {
  1008. num=2;
  1009. $("#pagenums").val(2);
  1010. }else if(type=="-")
  1011. {
  1012. num=1;
  1013. $("#pagenums").val(1);
  1014. }
  1015. $.ajax({
  1016. url : "stateAjax.action?wfName=XS_FDC&type=wp&pagenums="+num,
  1017. type : "post",
  1018. cache : false,
  1019. dataType : "json",
  1020. data : {},
  1021. async : false,
  1022. ifModified : false,
  1023. success : function(res) {
  1024. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  1025. html1 =html1+createjzTd(res);
  1026. html1 =html1+"</table>";
  1027. $("#container3").html(html1);
  1028. if(num==2)
  1029. {
  1030. $("#xyb").attr("disabled",true);
  1031. $("#syb").attr("disabled",false);
  1032. }else if(num==1)
  1033. {
  1034. $("#syb").attr("disabled",true);
  1035. $("#xyb").attr("disabled",false);
  1036. }
  1037. }
  1038. });
  1039. }
  1040. function createjzTd(result) {
  1041. var num=0;
  1042. var html;
  1043. html="<tr>";
  1044. $.each(result,function(i, value) {
  1045. var str=value["windTurbineId"];
  1046. html += "<td width='123' height='80' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  1047. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  1048. html += "<tr>";
  1049. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  1050. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  1051. html += " <tr>";
  1052. html += " <td align='center' class='valueinfo_Name'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  1053. html += " </tr>";
  1054. html += "</table>";
  1055. html += " </td>";
  1056. html += " </tr>";
  1057. html += "<tr>";
  1058. html += "<td height='55' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  1059. html += " <tr>";
  1060. html += " <td width='43' height='55' rowspan='2'>&nbsp;</td>";
  1061. html += " <td width='39' rowspan='2' align='center'>";
  1062. html += "<img ";
  1063. var color;
  1064. switch(value["state"]){
  1065. case 1:
  1066. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  1067. break;
  1068. case 0:
  1069. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  1070. break;
  1071. case 4:
  1072. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  1073. break;
  1074. case 2:
  1075. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  1076. break;
  1077. case 3:
  1078. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  1079. break;
  1080. case 5:
  1081. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1082. break;
  1083. case 6:
  1084. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1085. break;
  1086. }
  1087. html +=color;
  1088. html += "</td>";
  1089. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  1090. html += " <td width='4' align='right'>&nbsp;</td>";
  1091. html += " </tr>";
  1092. html += " <tr>";
  1093. html += " <td height='30' colspan='2'>&nbsp;</td>";
  1094. html += " </tr>";
  1095. html += "</table></td>";
  1096. html += "</tr>";
  1097. html += "<tr>";
  1098. html += "<td width='63' height='20' align='center' class='valueinfo_Name'>"+value["speed"]+"</td>";
  1099. html += "<td width='62' align='center' class='valueinfo_Name'>"+value["power"]+"</td>";
  1100. html += "</tr>";
  1101. html += "</table>";
  1102. html +="</td>";
  1103. num++;
  1104. if(num>=10)
  1105. {
  1106. html +="</tr>";
  1107. html +="<tr>";
  1108. num=0;
  1109. }
  1110. });
  1111. html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
  1112. html+="<tr>";
  1113. 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>";
  1114. html+="</tr>";
  1115. html+="</table>";
  1116. html+="</tr>";
  1117. return html;
  1118. }
  1119. function gowt(wtName)
  1120. {
  1121. $("#f1").attr("action","/windfarm/xswtindex.action?wfName=XS_FDC&wtName="+wtName).submit();
  1122. }
  1123. function project1()
  1124. {
  1125. $("#f1").attr("action","/windfarm/xsproject1.action?wfName=XS01_GC").submit();
  1126. }
  1127. function project2()
  1128. {
  1129. $("#f1").attr("action","/windfarm/xsproject2.action?wfName=XS02_GC").submit();
  1130. }
  1131. function windfarm()
  1132. {
  1133. $("#f1").attr("action","/windfarm/xsindex.action?wfName=XS_FDC").submit();
  1134. }
  1135. function tower()
  1136. {
  1137. $("#f1").attr("action","/windfarm/xswindtower.action?windfarm=XS_FDC").submit();
  1138. }
  1139. function powerfirst()
  1140. {
  1141. $("#f1").attr("action","/windfarm/xspowerfirst.action?wfName=XS_FDC").submit();
  1142. }
  1143. function wtinfo()
  1144. {
  1145. $("#f1").attr("action","/windfarm/xswtindex.action?wfName=XS_FDC").submit();
  1146. }
  1147. function power()
  1148. {
  1149. $("#f1").attr("action","/windfarm/xspowerindex.action?wfName=XS_FDC").submit();
  1150. }
  1151. function fjpb()
  1152. {
  1153. $("#f1").attr("action","/windfarm/xsstation1.action?wfName=XS01_GC").submit();
  1154. }
  1155. </script>
  1156. </head>
  1157. <body>
  1158. <form action="" id="f1" method="post" style="width: 1883px">
  1159. <s:hidden id="pagenums" value="1"></s:hidden>
  1160. <div id="apDiv78"></div>
  1161. <div id="apDiv79"></div>
  1162. <div id="xsz111"></div>
  1163. <div id="xsz102"></div>
  1164. <div id="xsz311"></div>
  1165. <div id="xsz312"></div>
  1166. <div id="xsz322"></div>
  1167. <div id="xsz323"></div>
  1168. <div id="xsz101"></div>
  1169. <div id="xsz301"></div>
  1170. <div id="xsz302"></div>
  1171. <div id="apDiv21"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_Right.fw.png" width="50" height="100" onmouseover="rightover()"/></div>
  1172. <div id="apDiv22"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_right.fw.png" width="50" height="100" onmouseout="rightout()" onmousedown="rightclick()"/></div>
  1173. <div id="apDiv23"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_left.fw.png" width="50" height="100" onmouseover="leftover()"/></div>
  1174. <div id="apDiv24"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_left.fw.png" width="50" height="100" onmouseout="leftout()" onmousedown="leftclick()"/></div>
  1175. <div id="apDiv76">
  1176. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1177. <tr>
  1178. <td width="45%" height="25" class="project_text">日发电量</td>
  1179. <td width="55%" class="project_text"><span id="rfdl2" ></span></td>
  1180. </tr>
  1181. <tr>
  1182. <td height="25" class="project_text">平均风速</td>
  1183. <td class="project_text"><span id="pjfs2" ></span></td>
  1184. </tr>
  1185. <tr>
  1186. <td height="25" class="project_text">接入台数</td>
  1187. <td class="project_text"><span id="jrts2" ></span></td>
  1188. </tr>
  1189. <tr>
  1190. <td height="25" class="project_text">运行台数</td>
  1191. <td class="project_text"><span id="yxts2" ></span></td>
  1192. </tr>
  1193. <tr>
  1194. <td height="25" class="project_text">待机台数</td>
  1195. <td class="project_text"><span id="djts2" ></span></td>
  1196. </tr>
  1197. <tr>
  1198. <td height="25" class="project_text">维护台数</td>
  1199. <td class="project_text"><span id="whts2" ></span></td>
  1200. </tr>
  1201. <tr>
  1202. <td height="25" class="project_text">停机台数</td>
  1203. <td class="project_text"><span id="gzts2" ></span></td>
  1204. </tr>
  1205. <tr>
  1206. <td height="25" class="project_text">限电台数</td>
  1207. <td class="project_text"><span id="xdts2" ></span></td>
  1208. </tr>
  1209. </table>
  1210. </div>
  1211. <div id="apDiv77">
  1212. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1213. <tr>
  1214. <td width="45%" height="25" class="project_text">日发电量</td>
  1215. <td width="55%" class="project_text"><span id="rfdl1" ></span></td>
  1216. </tr>
  1217. <tr>
  1218. <td height="25" class="project_text">平均风速</td>
  1219. <td class="project_text"><span id="pjfs1" ></span></td>
  1220. </tr>
  1221. <tr>
  1222. <td height="25" class="project_text">接入台数</td>
  1223. <td class="project_text"><span id="jrts1" ></span></td>
  1224. </tr>
  1225. <tr>
  1226. <td height="25" class="project_text">运行台数</td>
  1227. <td class="project_text"><span id="yxts1" ></span></td>
  1228. </tr>
  1229. <tr>
  1230. <td height="25" class="project_text">待机台数</td>
  1231. <td class="project_text"><span id="djts1" ></span></td>
  1232. </tr>
  1233. <tr>
  1234. <td height="25" class="project_text">维护台数</td>
  1235. <td class="project_text"><span id="whts1" ></span></td>
  1236. </tr>
  1237. <tr>
  1238. <td height="25" class="project_text">停机台数</td>
  1239. <td class="project_text"><span id="gzts1" ></span></td>
  1240. </tr>
  1241. <tr>
  1242. <td height="25" class="project_text">限电台数</td>
  1243. <td class="project_text"><span id="xdts1" ></span></td>
  1244. </tr>
  1245. </table>
  1246. </div>
  1247. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  1248. <tr>
  1249. <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">
  1250. <tr>
  1251. <td width="36" height="25">&nbsp;</td>
  1252. <td width="64" rowspan="2" align="center">&nbsp;</td>
  1253. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  1254. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  1255. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  1256. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  1257. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  1258. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  1259. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  1260. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  1261. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  1262. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  1263. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  1264. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  1265. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  1266. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  1267. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  1268. </tr>
  1269. <tr>
  1270. <td height="28">&nbsp;</td>
  1271. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  1272. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  1273. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  1274. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  1275. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  1276. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  1277. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  1278. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  1279. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  1280. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  1281. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  1282. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  1283. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  1284. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  1285. <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>
  1286. </tr>
  1287. </table></td>
  1288. </tr>
  1289. <tr>
  1290. <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  1291. </table>
  1292. <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">
  1293. <tr></tr>
  1294. <tr>
  1295. <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>
  1296. </tr>
  1297. <tr>
  1298. <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>
  1299. </tr>
  1300. <tr>
  1301. <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>
  1302. </tr>
  1303. <tr>
  1304. <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>
  1305. </tr>
  1306. <tr>
  1307. <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>
  1308. </tr>
  1309. </table></td>
  1310. <td width="560" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
  1311. <tr>
  1312. <td height="33"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1313. <tr>
  1314. <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_Button.jpg" width="90" height="33" onclick="windfarm()"/></td>
  1315. <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>
  1316. <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>
  1317. <td width="52%" height="33" valign="bottom">&nbsp;</td>
  1318. </tr>
  1319. </table></td>
  1320. </tr>
  1321. <tr>
  1322. <td width="560" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/xs_zongmao_map.jpg">&nbsp;</td>
  1323. </tr>
  1324. </table></td>
  1325. </tr>
  1326. <tr>
  1327. <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1328. <tr>
  1329. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1330. <tr>
  1331. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1332. </tr>
  1333. <tr>
  1334. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
  1335. 行<br />
  1336. 参<br />
  1337. 数</td>
  1338. </tr>
  1339. <tr>
  1340. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1341. </tr>
  1342. </table></td>
  1343. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1344. </tr>
  1345. <tr>
  1346. <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
  1347. <tr>
  1348. <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
  1349. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
  1350. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
  1351. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
  1352. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
  1353. </tr>
  1354. <tr>
  1355. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
  1356. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
  1357. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
  1358. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
  1359. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
  1360. </tr>
  1361. <tr>
  1362. <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
  1363. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
  1364. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
  1365. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
  1366. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
  1367. </tr>
  1368. <tr>
  1369. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
  1370. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
  1371. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
  1372. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
  1373. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
  1374. </tr>
  1375. </table></td>
  1376. </tr>
  1377. <tr>
  1378. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1379. </tr>
  1380. </table></td>
  1381. <td width="642" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1382. <tr>
  1383. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1384. <tr>
  1385. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1386. </tr>
  1387. <tr>
  1388. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">功<br />
  1389. 率<br />
  1390. 曲<br />
  1391. 线</td>
  1392. </tr>
  1393. <tr>
  1394. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1395. </tr>
  1396. </table></td>
  1397. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1398. </tr>
  1399. <tr>
  1400. <td width="609" height="200" align="center" valign="top">
  1401. <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
  1402. </td>
  1403. </tr>
  1404. <tr>
  1405. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1406. </tr>
  1407. </table></td>
  1408. </tr>
  1409. <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
  1410. <tr>
  1411. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1412. <tr>
  1413. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1414. </tr>
  1415. <tr>
  1416. <td width="30" height="556" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
  1417. 站<br />
  1418. 总<br />
  1419. 貌</td>
  1420. </tr>
  1421. <tr>
  1422. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1423. </tr>
  1424. </table></td>
  1425. <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>
  1426. </tr>
  1427. <tr>
  1428. <td id="container4" width="1252" height="556" align="center" valign="bottom" background="<%=request.getContextPath()%>/resource/images/system/pictures/xs_zongmao.jpg">
  1429. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1430. <tr>
  1431. <td width="674" height="556" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1432. <tr>
  1433. <td height="80">&nbsp;</td>
  1434. </tr>
  1435. <tr>
  1436. <td height="80" align="center" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1437. <tr>
  1438. <td width="8%" align="center"><div id="XG01_01zm">
  1439. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1440. <td width="6%" align="center"><div id="XG01_02zm">
  1441. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1442. <td width="7%" align="center"><div id="XG01_03zm">
  1443. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1444. <td width="7%" align="center"><div id="XG01_04zm">
  1445. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1446. <td width="6%" align="center"><div id="XG01_05zm">
  1447. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1448. <td width="7%" align="center"><div id="XG01_06zm">
  1449. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1450. <td width="7%" align="center"><div id="XG01_07zm">
  1451. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1452. <td width="6%" align="center"><div id="XG01_08zm">
  1453. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1454. <td width="6%" align="center"><div id="XG01_09zm">
  1455. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1456. <td width="8%" align="center"><div id="XG01_10zm">
  1457. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1458. <td width="6%"><div id="XG01_11zm">
  1459. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1460. <td width="26%">&nbsp;</td>
  1461. </tr>
  1462. </table></td>
  1463. </tr>
  1464. <tr>
  1465. <td height="95" align="center" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1466. <tr>
  1467. <td width="9%" align="center"><div id="XG01_12zm">
  1468. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1469. <td width="7%" align="center"><div id="XG01_13zm">
  1470. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1471. <td width="6%" align="center"><div id="XG01_14zm">
  1472. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1473. <td width="7%" align="center"><div id="XG01_15zm">
  1474. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1475. <td width="8%" align="center"><div id="XG01_16zm">
  1476. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1477. <td width="5%" align="center"><div id="XG01_17zm">
  1478. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1479. <td width="8%" align="center"><div id="XG01_18zm">
  1480. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1481. <td width="7%" align="center"><div id="XG01_19zm">
  1482. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1483. <td width="6%" align="center"><div id="XG01_20zm">
  1484. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1485. <td width="8%" align="center"><div id="XG01_21zm">
  1486. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1487. <td width="6%"><div id="XG01_22zm">
  1488. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1489. <td align="center"><div id="XG01_23zm">
  1490. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1491. <td align="center"><div id="XG01_24zm">
  1492. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1493. <td><div id="XG01_25zm">
  1494. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1495. </tr>
  1496. </table></td>
  1497. </tr>
  1498. <tr>
  1499. <td height="95">&nbsp;</td>
  1500. </tr>
  1501. </table></td>
  1502. <td width="576" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1503. <tr>
  1504. <td height="80" colspan="2" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1505. <tr>
  1506. <td width="18%" align="right"><div id="XG01_26zm">
  1507. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1508. <td width="8%" align="center"><div id="XG01_27zm">
  1509. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1510. <td width="8%" align="center"><div id="XG01_28zm">
  1511. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1512. <td width="7%" align="center"><div id="XG01_29zm">
  1513. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1514. <td width="8%" align="center"><div id="XG01_30zm">
  1515. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1516. <td width="7%" align="center"><div id="XG01_31zm">
  1517. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1518. <td width="8%" align="center"><div id="XG01_32zm">
  1519. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1520. <td width="8%" align="center"><div id="XG01_33zm">
  1521. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1522. <td width="7%" align="center"><div id="XG01_34zm">
  1523. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1524. <td width="6%" align="center"><div id="XG01_35zm">
  1525. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1526. <td width="8%" align="center"><div id="XG01_36zm">
  1527. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1528. <td width="7%" align="center">&nbsp;</td>
  1529. </tr>
  1530. </table></td>
  1531. </tr>
  1532. <tr>
  1533. <td width="47%" height="90" rowspan="2" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1534. <tr>
  1535. <td width="23%" align="right"><div id="XG01_43zm">
  1536. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1537. <td width="22%" align="center"><div id="XG01_44zm">
  1538. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1539. <td width="16%" align="center"><div id="XG01_45zm">
  1540. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1541. <td width="14%" align="center"><div id="XG01_46zm">
  1542. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1543. <td width="14%" align="center"><div id="XG01_47zm">
  1544. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1545. <td width="11%">&nbsp;</td>
  1546. </tr>
  1547. </table></td>
  1548. <td width="53%" height="70" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1549. <tr>
  1550. <td width="19%" align="center"><div id="XG01_42zm">
  1551. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1552. <td width="16%"><div id="XG01_41zm">
  1553. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1554. <td width="14%"><div id="XG01_40zm">
  1555. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1556. <td width="14%"><div id="XG01_39zm">
  1557. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1558. <td width="15%"><div id="XG01_38zm">
  1559. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1560. <td width="16%"><div id="XG01_37zm">
  1561. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1562. <td width="6%">&nbsp;</td>
  1563. </tr>
  1564. </table></td>
  1565. </tr>
  1566. <tr>
  1567. <td height="20">&nbsp;</td>
  1568. </tr>
  1569. <tr>
  1570. <td height="80" colspan="2" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1571. <tr>
  1572. <td width="18%" align="right"><div id="XG01_58zm">
  1573. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1574. <td width="8%" align="center"><div id="XG01_57zm">
  1575. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1576. <td width="8%" align="center"><div id="XG01_56zm">
  1577. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1578. <td width="7%" align="center"><div id="XG01_55zm">
  1579. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1580. <td width="8%" align="center"><div id="XG01_54zm">
  1581. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1582. <td width="7%" align="center"><div id="XG01_53zm">
  1583. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1584. <td width="8%" align="center"><div id="XG01_52zm">
  1585. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1586. <td width="8%" align="center"><div id="XG01_51zm">
  1587. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1588. <td width="7%" align="center"><div id="XG01_50zm">
  1589. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1590. <td width="6%" align="center"><div id="XG01_49zm">
  1591. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1592. <td width="8%" align="center"><div id="XG01_48zm">
  1593. <img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1594. <td width="7%" align="center">&nbsp;</td>
  1595. </tr>
  1596. </table></td>
  1597. </tr>
  1598. <tr>
  1599. <td height="55" colspan="2">&nbsp;</td>
  1600. </tr>
  1601. </table></td>
  1602. </tr>
  1603. </table></td>
  1604. <td id="container3" width="1252" height="556" align="center" >
  1605. </td>
  1606. </tr>
  1607. <tr>
  1608. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom_Long.fw.png" width="1250" height="3" /></td>
  1609. </tr>
  1610. </table></td>
  1611. </tr>
  1612. </table>
  1613. </form>
  1614. </body>
  1615. </html>