windfarm.jsp 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548
  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/qs/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. #qsz111 {
  551. position: absolute;
  552. left: 1240px;
  553. top: 336px;
  554. width: 10px;
  555. height: 18px;
  556. z-index: 1;
  557. }
  558. #qsz101 {
  559. position: absolute;
  560. left: 1169px;
  561. top: 365px;
  562. width: 10px;
  563. height: 18px;
  564. z-index: 2;
  565. }
  566. #qsz102 {
  567. position: absolute;
  568. left: 1312px;
  569. top: 363px;
  570. width: 10px;
  571. height: 18px;
  572. z-index: 3;
  573. }
  574. #qsz301 {
  575. position: absolute;
  576. left: 1169px;
  577. top: 447px;
  578. width: 10px;
  579. height: 18px;
  580. z-index: 4;
  581. }
  582. #qsz302 {
  583. position: absolute;
  584. left: 1313px;
  585. top: 446px;
  586. width: 10px;
  587. height: 18px;
  588. z-index: 5;
  589. }
  590. #qsz300 {
  591. position: absolute;
  592. left: 1238px;
  593. top: 478px;
  594. width: 10px;
  595. height: 18px;
  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. #qsz312 {
  607. position: absolute;
  608. left: 1184px;
  609. top: 491px;
  610. width: 10px;
  611. height: 18px;
  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. #qsz313 {
  623. position: absolute;
  624. left: 1218px;
  625. top: 491px;
  626. width: 10px;
  627. height: 18px;
  628. z-index: 9;
  629. }
  630. #qsz323 {
  631. position: absolute;
  632. left: 1264px;
  633. top: 490px;
  634. width: 10px;
  635. height: 18px;
  636. z-index: 10;
  637. }
  638. #qsz324 {
  639. position: absolute;
  640. left: 1297px;
  641. top: 489px;
  642. width: 10px;
  643. height: 18px;
  644. z-index: 11;
  645. }
  646. #qsz325 {
  647. position: absolute;
  648. left: 1330px;
  649. top: 490px;
  650. width: 10px;
  651. height: 18px;
  652. z-index: 12;
  653. }
  654. #qsz311 {
  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: 103px;
  665. top: 277px;
  666. width: 201px;
  667. height: 229px;
  668. z-index: 14;
  669. }
  670. #apDiv75 {
  671. position: absolute;
  672. left: 376px;
  673. top: 282px;
  674. width: 215px;
  675. height: 327px;
  676. z-index: 15;
  677. }
  678. </style>
  679. <script type="text/javascript">
  680. $(document).ready(function() {
  681. $("#pagenums").val(1);
  682. wpaction();
  683. window.setInterval(wpaction, 60000);
  684. });
  685. function goback()
  686. {
  687. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  688. }
  689. function wpaction()
  690. {
  691. wpAllInfoAjax();
  692. apdata();
  693. if(state=='zm')
  694. {
  695. leftclick();
  696. }else
  697. {
  698. rightclick();
  699. }
  700. wpSwitchInfoAjax();
  701. }
  702. var state='zm';
  703. function leftover()
  704. {
  705. $("#apDiv23").css("display", "none");
  706. $("#apDiv24").css("display", "");
  707. }
  708. function leftout()
  709. {
  710. if(state=='jz')
  711. {
  712. $("#apDiv23").css("display", "");
  713. $("#apDiv24").css("display", "none");
  714. }
  715. }
  716. function leftclick()
  717. {
  718. $("#apDiv21").css("display", "");
  719. $("#apDiv22").css("display", "none");
  720. $("#apDiv23").css("display", "none");
  721. $("#apDiv24").css("display", "none");
  722. $("#container3").css("display", "none");
  723. $("#container4").css("display", "");
  724. $("#qsz111").css("display", "");
  725. $("#qsz101").css("display", "");
  726. $("#qsz102").css("display", "");
  727. $("#qsz301").css("display", "");
  728. $("#qsz302").css("display", "");
  729. $("#qsz300").css("display", "");
  730. $("#qsz312").css("display", "");
  731. $("#qsz313").css("display", "");
  732. $("#qsz323").css("display", "");
  733. $("#qsz324").css("display", "");
  734. $("#qsz325").css("display", "");
  735. $("#qsz311").css("display", "");
  736. getDetail();
  737. state='zm';
  738. }
  739. function rightover()
  740. {
  741. $("#apDiv21").css("display", "none");
  742. $("#apDiv22").css("display", "");
  743. }
  744. function rightout()
  745. {
  746. if(state=='zm')
  747. {
  748. $("#apDiv21").css("display", "");
  749. $("#apDiv22").css("display", "none");
  750. }
  751. }
  752. function rightclick()
  753. {
  754. $("#apDiv21").css("display", "none");
  755. $("#apDiv22").css("display", "none");
  756. $("#apDiv23").css("display", "");
  757. $("#apDiv24").css("display", "none");
  758. $("#container3").css("display", "");
  759. $("#container4").css("display", "none");
  760. $("#qsz111").css("display", "none");
  761. $("#qsz101").css("display", "none");
  762. $("#qsz102").css("display", "none");
  763. $("#qsz301").css("display", "none");
  764. $("#qsz302").css("display", "none");
  765. $("#qsz300").css("display", "none");
  766. $("#qsz312").css("display", "none");
  767. $("#qsz313").css("display", "none");
  768. $("#qsz323").css("display", "none");
  769. $("#qsz324").css("display", "none");
  770. $("#qsz325").css("display", "none");
  771. $("#qsz311").css("display", "none");
  772. getfjjz();
  773. state='jz';
  774. }
  775. function wpSwitchInfoAjax() {
  776. $.ajax( {
  777. url : "qswindfarmswitchinfo.action?wfName=QS_FDC",
  778. type : "post",
  779. cache : false,
  780. dataType : "json",
  781. data : {},
  782. ifModified : false,
  783. success : function(res) {
  784. getbackgrounds($("#qsz111"),res["qsz111"]);
  785. getbackgrounds($("#qsz101"),res["qsz101"]);
  786. getbackgrounds($("#qsz102"),res["qsz102"]);
  787. getbackgrounds($("#qsz301"),res["qsz301"]);
  788. getbackgrounds($("#qsz302"),res["qsz302"]);
  789. getbackgrounds($("#qsz300"),res["qsz300"]);
  790. getbackgrounds($("#qsz312"),res["qsz312"]);
  791. getbackgrounds($("#qsz313"),res["qsz313"]);
  792. getbackgrounds($("#qsz323"),res["qsz323"]);
  793. getbackgrounds($("#qsz324"),res["qsz324"]);
  794. getbackgrounds($("#qsz325"),res["qsz325"]);
  795. getbackgrounds($("#qsz311"),res["qsz311"]);
  796. }
  797. });
  798. }
  799. function getbackgrounds(obj,value)
  800. {
  801. if(value==1)
  802. {
  803. obj.css("background","#F00");
  804. }else
  805. {
  806. obj.css("background","#0F0");
  807. }
  808. }
  809. function getDetail()
  810. {
  811. $.ajax({
  812. url : "qsWtStateAjax.action?wfName=QS_FDC",
  813. type : "post",
  814. cache : false,
  815. dataType : "json",
  816. data : {},
  817. async : false,
  818. ifModified : false,
  819. success : function(res) {
  820. $("#QG01_01zm").html(getstate(res["QG01_01zm"],"QG01_01"));
  821. $("#QG01_02zm").html(getstate(res["QG01_02zm"],"QG01_02"));
  822. $("#QG01_03zm").html(getstate(res["QG01_03zm"],"QG01_03"));
  823. $("#QG01_04zm").html(getstate(res["QG01_04zm"],"QG01_04"));
  824. $("#QG01_05zm").html(getstate(res["QG01_05zm"],"QG01_05"));
  825. $("#QG01_06zm").html(getstate(res["QG01_06zm"],"QG01_06"));
  826. $("#QG01_07zm").html(getstate(res["QG01_07zm"],"QG01_07"));
  827. $("#QG01_08zm").html(getstate(res["QG01_08zm"],"QG01_08"));
  828. $("#QG01_09zm").html(getstate(res["QG01_09zm"],"QG01_09"));
  829. $("#QG01_10zm").html(getstate(res["QG01_10zm"],"QG01_10"));
  830. $("#QG01_11zm").html(getstate(res["QG01_11zm"],"QG01_11"));
  831. $("#QG01_12zm").html(getstate(res["QG01_12zm"],"QG01_12"));
  832. $("#QG01_13zm").html(getstate(res["QG01_13zm"],"QG01_13"));
  833. $("#QG01_14zm").html(getstate(res["QG01_14zm"],"QG01_14"));
  834. $("#QG01_15zm").html(getstate(res["QG01_15zm"],"QG01_15"));
  835. $("#QG01_16zm").html(getstate(res["QG01_16zm"],"QG01_16"));
  836. $("#QG01_17zm").html(getstate(res["QG01_17zm"],"QG01_17"));
  837. $("#QG01_18zm").html(getstate(res["QG01_18zm"],"QG01_18"));
  838. $("#QG01_19zm").html(getstate(res["QG01_19zm"],"QG01_19"));
  839. $("#QG01_20zm").html(getstate(res["QG01_20zm"],"QG01_20"));
  840. $("#QG01_21zm").html(getstate(res["QG01_21zm"],"QG01_21"));
  841. $("#QG01_22zm").html(getstate(res["QG01_22zm"],"QG01_22"));
  842. $("#QG01_23zm").html(getstate(res["QG01_23zm"],"QG01_23"));
  843. $("#QG01_24zm").html(getstate(res["QG01_24zm"],"QG01_24"));
  844. $("#QG01_25zm").html(getstate(res["QG01_25zm"],"QG01_25"));
  845. $("#QG01_26zm").html(getstate(res["QG01_26zm"],"QG01_26"));
  846. $("#QG01_27zm").html(getstate(res["QG01_27zm"],"QG01_27"));
  847. $("#QG01_28zm").html(getstate(res["QG01_28zm"],"QG01_28"));
  848. $("#QG01_29zm").html(getstate(res["QG01_29zm"],"QG01_29"));
  849. $("#QG01_30zm").html(getstate(res["QG01_30zm"],"QG01_30"));
  850. $("#QG01_31zm").html(getstate(res["QG01_31zm"],"QG01_31"));
  851. $("#QG01_32zm").html(getstate(res["QG01_32zm"],"QG01_32"));
  852. $("#QG01_33zm").html(getstate(res["QG01_33zm"],"QG01_33"));
  853. $("#QG01_34zm").html(getstate(res["QG01_34zm"],"QG01_34"));
  854. $("#QG01_35zm").html(getstate(res["QG01_35zm"],"QG01_35"));
  855. $("#QG01_36zm").html(getstate(res["QG01_36zm"],"QG01_36"));
  856. $("#QG01_37zm").html(getstate(res["QG01_37zm"],"QG01_37"));
  857. $("#QG01_38zm").html(getstate(res["QG01_38zm"],"QG01_38"));
  858. $("#QG01_39zm").html(getstate(res["QG01_39zm"],"QG01_39"));
  859. $("#QG01_40zm").html(getstate(res["QG01_40zm"],"QG01_40"));
  860. $("#QG01_41zm").html(getstate(res["QG01_41zm"],"QG01_41"));
  861. $("#QG01_42zm").html(getstate(res["QG01_42zm"],"QG01_42"));
  862. $("#QG01_43zm").html(getstate(res["QG01_43zm"],"QG01_43"));
  863. $("#QG01_44zm").html(getstate(res["QG01_44zm"],"QG01_44"));
  864. $("#QG01_45zm").html(getstate(res["QG01_45zm"],"QG01_45"));
  865. $("#QG01_46zm").html(getstate(res["QG01_46zm"],"QG01_46"));
  866. $("#QG01_47zm").html(getstate(res["QG01_47zm"],"QG01_47"));
  867. $("#QG01_48zm").html(getstate(res["QG01_48zm"],"QG01_48"));
  868. $("#QG01_49zm").html(getstate(res["QG01_49zm"],"QG01_49"));
  869. $("#QG01_50zm").html(getstate(res["QG01_50zm"],"QG01_50"));
  870. $("#QG01_51zm").html(getstate(res["QG01_51zm"],"QG01_51"));
  871. $("#QG01_52zm").html(getstate(res["QG01_52zm"],"QG01_52"));
  872. $("#QG01_53zm").html(getstate(res["QG01_53zm"],"QG01_53"));
  873. $("#QG01_54zm").html(getstate(res["QG01_54zm"],"QG01_54"));
  874. $("#QG01_55zm").html(getstate(res["QG01_55zm"],"QG01_55"));
  875. $("#QG01_56zm").html(getstate(res["QG01_56zm"],"QG01_56"));
  876. $("#QG01_57zm").html(getstate(res["QG01_57zm"],"QG01_57"));
  877. $("#QG01_58zm").html(getstate(res["QG01_58zm"],"QG01_58"));
  878. $("#QG01_59zm").html(getstate(res["QG01_59zm"],"QG01_59"));
  879. $("#QG01_60zm").html(getstate(res["QG01_60zm"],"QG01_60"));
  880. $("#QG01_61zm").html(getstate(res["QG01_61zm"],"QG01_61"));
  881. $("#QG01_62zm").html(getstate(res["QG01_62zm"],"QG01_62"));
  882. $("#QG01_63zm").html(getstate(res["QG01_63zm"],"QG01_63"));
  883. $("#QG01_64zm").html(getstate(res["QG01_64zm"],"QG01_64"));
  884. $("#QG01_65zm").html(getstate(res["QG01_65zm"],"QG01_65"));
  885. $("#QG01_66zm").html(getstate(res["QG01_66zm"],"QG01_66"));
  886. }
  887. });
  888. }
  889. function getstate(value,id) {
  890. var html;
  891. switch(value){
  892. case 1:
  893. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  894. break;
  895. case 0:
  896. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  897. break;
  898. case 4:
  899. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  900. break;
  901. case 2:
  902. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  903. break;
  904. case 3:
  905. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' onclick=gowt('"+id+"') width='33' height='45' />";
  906. break;
  907. case 5:
  908. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  909. break;
  910. case 6:
  911. html="<img src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' onclick=gowt('"+id+"') width='33' height='45' />";
  912. break;
  913. }
  914. return html;
  915. }
  916. function getfjjz(type)
  917. {
  918. var num=1;
  919. if(type=="+")
  920. {
  921. num=2;
  922. $("#pagenums").val(2);
  923. }else if(type=="-")
  924. {
  925. num=1;
  926. $("#pagenums").val(1);
  927. }
  928. $.ajax({
  929. url : "stateAjax.action?wfName=QS_FDC&type=wp&pagenums="+num,
  930. type : "post",
  931. cache : false,
  932. dataType : "json",
  933. data : {},
  934. async : false,
  935. ifModified : false,
  936. success : function(res) {
  937. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  938. html1 =html1+createjzTd(res);
  939. html1 =html1+"</table>";
  940. $("#container3").html(html1);
  941. if(num==2)
  942. {
  943. $("#xyb").attr("disabled",true);
  944. $("#syb").attr("disabled",false);
  945. }else if(num==1)
  946. {
  947. $("#syb").attr("disabled",true);
  948. $("#xyb").attr("disabled",false);
  949. }
  950. }
  951. });
  952. }
  953. function createjzTd(result) {
  954. var num=0;
  955. var html;
  956. html="<tr>";
  957. $.each(result,function(i, value) {
  958. var str=value["windTurbineId"];
  959. html += "<td width='123' height='80' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  960. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  961. html += "<tr>";
  962. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  963. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  964. html += " <tr>";
  965. html += " <td align='center' class='valueinfo_Name'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  966. html += " </tr>";
  967. html += "</table>";
  968. html += " </td>";
  969. html += " </tr>";
  970. html += "<tr>";
  971. html += "<td height='55' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  972. html += " <tr>";
  973. html += " <td width='43' height='55' rowspan='2'>&nbsp;</td>";
  974. html += " <td width='39' rowspan='2' align='center'>";
  975. html += "<img ";
  976. var color;
  977. switch(value["state"]){
  978. case 1:
  979. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  980. break;
  981. case 0:
  982. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  983. break;
  984. case 4:
  985. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  986. break;
  987. case 2:
  988. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  989. break;
  990. case 3:
  991. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  992. break;
  993. case 5:
  994. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  995. break;
  996. case 6:
  997. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  998. break;
  999. }
  1000. html +=color;
  1001. html += "</td>";
  1002. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  1003. html += " <td width='4' align='right'>&nbsp;</td>";
  1004. html += " </tr>";
  1005. html += " <tr>";
  1006. html += " <td height='30' colspan='2'>&nbsp;</td>";
  1007. html += " </tr>";
  1008. html += "</table></td>";
  1009. html += "</tr>";
  1010. html += "<tr>";
  1011. html += "<td width='63' height='20' align='center' class='valueinfo_Name'>"+value["speed"]+"</td>";
  1012. html += "<td width='62' align='center' class='valueinfo_Name'>"+value["power"]+"</td>";
  1013. html += "</tr>";
  1014. html += "</table>";
  1015. html +="</td>";
  1016. num++;
  1017. if(num>=10)
  1018. {
  1019. html +="</tr>";
  1020. html +="<tr>";
  1021. num=0;
  1022. }
  1023. });
  1024. html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
  1025. html+="<tr>";
  1026. 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>";
  1027. html+="</tr>";
  1028. html+="</table>";
  1029. html+="</tr>";
  1030. return html;
  1031. }
  1032. function gowt(wtName)
  1033. {
  1034. $("#f1").attr("action","/windfarm/qswtindex.action?wfName=QS_FDC&wtName="+wtName).submit();
  1035. }
  1036. function project1()
  1037. {
  1038. $("#f1").attr("action","/windfarm/qsproject1.action?wfName=QS01_GC").submit();
  1039. }
  1040. function project2()
  1041. {
  1042. $("#f1").attr("action","/windfarm/qsproject2.action?wfName=QS02_GC").submit();
  1043. }
  1044. function windfarm()
  1045. {
  1046. $("#f1").attr("action","/windfarm/qsindex.action?wfName=QS_FDC").submit();
  1047. }
  1048. function tower()
  1049. {
  1050. $("#f1").attr("action","/windfarm/qswindtower.action?windfarm=QS_FDC").submit();
  1051. }
  1052. function powerfirst()
  1053. {
  1054. $("#f1").attr("action","/windfarm/qspowerfirst.action?wfName=QS_FDC").submit();
  1055. }
  1056. function wtinfo()
  1057. {
  1058. $("#f1").attr("action","/windfarm/qswtindex.action?wfName=QS_FDC").submit();
  1059. }
  1060. function power()
  1061. {
  1062. $("#f1").attr("action","/windfarm/qspowerindex.action?wfName=QS_FDC").submit();
  1063. }
  1064. function fjpb()
  1065. {
  1066. $("#f1").attr("action","/windfarm/qsstation1.action?wfName=QS01_GC").submit();
  1067. }
  1068. </script>
  1069. </head>
  1070. <body>
  1071. <form action="" id="f1" method="post" style="width: 1883px">
  1072. <s:hidden id="pagenums" value="1"></s:hidden>
  1073. <div id="qsz111"></div>
  1074. <div id="qsz101"></div>
  1075. <div id="qsz102"></div>
  1076. <div id="qsz301"></div>
  1077. <div id="qsz302"></div>
  1078. <div id="qsz300"></div>
  1079. <div id="qsz312"></div>
  1080. <div id="qsz313"></div>
  1081. <div id="qsz323"></div>
  1082. <div id="qsz324"></div>
  1083. <div id="qsz325"></div>
  1084. <div id="qsz311"></div>
  1085. <div id="apDiv21"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_Right.fw.png" width="50" height="100" onmouseover="rightover()"/></div>
  1086. <div id="apDiv22"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_right.fw.png" width="50" height="100" onmouseout="rightout()" onmousedown="rightclick()"/></div>
  1087. <div id="apDiv23"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_left.fw.png" width="50" height="100" onmouseover="leftover()"/></div>
  1088. <div id="apDiv24"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_left.fw.png" width="50" height="100" onmouseout="leftout()" onmousedown="leftclick()"/></div>
  1089. <div id="apDiv74">
  1090. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1091. <tr>
  1092. <td width="31%" height="25" class="project_text">日发电量</td>
  1093. <td width="69%" class="project_text"><span id="rfdl2" ></span></td>
  1094. </tr>
  1095. <tr>
  1096. <td height="25" class="project_text">平均风速</td>
  1097. <td class="project_text"><span id="pjfs2" ></span></td>
  1098. </tr>
  1099. <tr>
  1100. <td height="25" class="project_text">接入台数</td>
  1101. <td class="project_text"><span id="jrts2" ></span></td>
  1102. </tr>
  1103. <tr>
  1104. <td height="25" class="project_text">运行台数</td>
  1105. <td class="project_text"><span id="yxts2" ></span></td>
  1106. </tr>
  1107. <tr>
  1108. <td height="25" class="project_text">待机台数</td>
  1109. <td class="project_text"><span id="djts2" ></span></td>
  1110. </tr>
  1111. <tr>
  1112. <td height="25" class="project_text">维护台数</td>
  1113. <td class="project_text"><span id="whts2" ></span></td>
  1114. </tr>
  1115. <tr>
  1116. <td height="25" class="project_text">停机台数</td>
  1117. <td class="project_text"><span id="gzts2" ></span></td>
  1118. </tr>
  1119. <tr>
  1120. <td height="25" class="project_text">限电台数</td>
  1121. <td class="project_text"><span id="xdts2" ></span></td>
  1122. </tr>
  1123. </table>
  1124. </div>
  1125. <div id="apDiv75">
  1126. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1127. <tr>
  1128. <td width="31%" height="25" class="project_text">日发电量</td>
  1129. <td width="69%" class="project_text"><span id="rfdl1" ></span></td>
  1130. </tr>
  1131. <tr>
  1132. <td height="25" class="project_text">平均风速</td>
  1133. <td class="project_text"><span id="pjfs1" ></span></td>
  1134. </tr>
  1135. <tr>
  1136. <td height="25" class="project_text">接入台数</td>
  1137. <td class="project_text"><span id="jrts1" ></span></td>
  1138. </tr>
  1139. <tr>
  1140. <td height="25" class="project_text">运行台数</td>
  1141. <td class="project_text"><span id="yxts1" ></span></td>
  1142. </tr>
  1143. <tr>
  1144. <td height="25" class="project_text">待机台数</td>
  1145. <td class="project_text"><span id="djts1" ></span></td>
  1146. </tr>
  1147. <tr>
  1148. <td height="25" class="project_text">维护台数</td>
  1149. <td class="project_text"><span id="whts1" ></span></td>
  1150. </tr>
  1151. <tr>
  1152. <td height="25" class="project_text">停机台数</td>
  1153. <td class="project_text"><span id="gzts1" ></span></td>
  1154. </tr>
  1155. <tr>
  1156. <td height="25" class="project_text">限电台数</td>
  1157. <td class="project_text"><span id="xdts1" ></span></td>
  1158. </tr>
  1159. </table>
  1160. </div>
  1161. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  1162. <tr>
  1163. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top_qs.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  1164. <tr>
  1165. <td width="36" height="25">&nbsp;</td>
  1166. <td width="64" rowspan="2" align="center">&nbsp;</td>
  1167. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  1168. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  1169. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  1170. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  1171. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  1172. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  1173. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  1174. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  1175. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  1176. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  1177. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  1178. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  1179. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  1180. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  1181. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  1182. </tr>
  1183. <tr>
  1184. <td height="28">&nbsp;</td>
  1185. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  1186. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  1187. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  1188. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  1189. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  1190. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  1191. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  1192. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  1193. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  1194. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  1195. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  1196. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  1197. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  1198. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  1199. <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>
  1200. </tr>
  1201. </table></td>
  1202. </tr>
  1203. <tr>
  1204. <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  1205. </table>
  1206. <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">
  1207. <tr></tr>
  1208. <tr>
  1209. <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>
  1210. </tr>
  1211. <tr>
  1212. <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>
  1213. </tr>
  1214. <tr>
  1215. <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>
  1216. </tr>
  1217. <tr>
  1218. <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>
  1219. </tr>
  1220. <tr>
  1221. <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>
  1222. </tr>
  1223. </table></td>
  1224. <td width="560" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
  1225. <tr>
  1226. <td height="33"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1227. <tr>
  1228. <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_Button.jpg" width="90" height="33" onclick="windfarm()"/></td>
  1229. <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>
  1230. <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>
  1231. <td width="52%" height="33" valign="bottom">&nbsp;</td>
  1232. </tr>
  1233. </table></td>
  1234. </tr>
  1235. <tr>
  1236. <td width="560" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/qs_map_zongmao.jpg">&nbsp;</td>
  1237. </tr>
  1238. </table></td>
  1239. </tr>
  1240. <tr>
  1241. <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1242. <tr>
  1243. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1244. <tr>
  1245. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1246. </tr>
  1247. <tr>
  1248. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
  1249. 行<br />
  1250. 参<br />
  1251. 数</td>
  1252. </tr>
  1253. <tr>
  1254. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1255. </tr>
  1256. </table></td>
  1257. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1258. </tr>
  1259. <tr>
  1260. <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
  1261. <tr>
  1262. <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
  1263. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
  1264. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
  1265. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
  1266. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
  1267. </tr>
  1268. <tr>
  1269. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
  1270. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
  1271. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
  1272. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
  1273. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
  1274. </tr>
  1275. <tr>
  1276. <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
  1277. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
  1278. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
  1279. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
  1280. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
  1281. </tr>
  1282. <tr>
  1283. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
  1284. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
  1285. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
  1286. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
  1287. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
  1288. </tr>
  1289. </table></td>
  1290. </tr>
  1291. <tr>
  1292. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1293. </tr>
  1294. </table></td>
  1295. <td width="642" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1296. <tr>
  1297. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1298. <tr>
  1299. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1300. </tr>
  1301. <tr>
  1302. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">功<br />
  1303. 率<br />
  1304. 曲<br />
  1305. 线</td>
  1306. </tr>
  1307. <tr>
  1308. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1309. </tr>
  1310. </table></td>
  1311. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1312. </tr>
  1313. <tr>
  1314. <td width="609" height="200" align="center" valign="top">
  1315. <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
  1316. </td>
  1317. </tr>
  1318. <tr>
  1319. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1320. </tr>
  1321. </table></td>
  1322. </tr>
  1323. <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
  1324. <tr>
  1325. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1326. <tr>
  1327. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1328. </tr>
  1329. <tr>
  1330. <td width="30" height="556" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
  1331. 站<br />
  1332. 总<br />
  1333. 貌</td>
  1334. </tr>
  1335. <tr>
  1336. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1337. </tr>
  1338. </table></td>
  1339. <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>
  1340. </tr>
  1341. <tr>
  1342. <td id="container4" width="1252" height="556" align="center" valign="bottom" background="<%=request.getContextPath()%>/resource/images/system/pictures/qs_zongmao.jpg">
  1343. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1344. <tr>
  1345. <td width="49%" height="60"><table width="550" border="0" cellspacing="0" cellpadding="0">
  1346. <tr>
  1347. <td width="23" height="60">&nbsp;</td>
  1348. <td width="45" align="center" valign="bottom"><div id="QG01_01zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1349. <td width="47" align="center" valign="bottom"><div id="QG01_02zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1350. <td width="43" align="center" valign="bottom"><div id="QG01_03zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1351. <td width="46" align="center" valign="bottom"><div id="QG01_04zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1352. <td width="43" align="center" valign="bottom"><div id="QG01_05zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1353. <td width="45" align="center" valign="bottom"><div id="QG01_06zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1354. <td width="48" align="center" valign="bottom"><div id="QG01_07zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1355. <td width="46" align="center" valign="bottom"><div id="QG01_08zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1356. <td width="49" align="center" valign="bottom"><div id="QG01_09zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1357. <td width="43" align="center" valign="bottom"><div id="QG01_10zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1358. <td width="72" align="left" valign="bottom"><div id="QG01_11zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1359. </tr>
  1360. </table></td>
  1361. <td width="51%" align="right"><table width="554" border="0" cellspacing="0" cellpadding="0">
  1362. <tr>
  1363. <td width="12" height="60">&nbsp;</td>
  1364. <td width="44" align="center" valign="bottom"><div id="QG01_34zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1365. <td width="50" align="center" valign="bottom"><div id="QG01_35zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1366. <td width="41" align="center" valign="bottom"><div id="QG01_36zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1367. <td width="52" align="center" valign="bottom"><div id="QG01_37zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1368. <td width="42" align="center" valign="bottom"><div id="QG01_38zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1369. <td width="44" align="center" valign="bottom"><div id="QG01_39zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1370. <td width="47" align="center" valign="bottom"><div id="QG01_40zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1371. <td width="45" align="center" valign="bottom"><div id="QG01_41zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1372. <td width="48" align="center" valign="bottom"><div id="QG01_42zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1373. <td width="42" align="center" valign="bottom"><div id="QG01_43zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1374. <td width="87" align="left" valign="bottom"><div id="QG01_44zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1375. </tr>
  1376. </table></td>
  1377. </tr>
  1378. <tr>
  1379. <td height="87" align="left" valign="bottom"><table width="567" border="0" cellspacing="0" cellpadding="0">
  1380. <tr>
  1381. <td width="62" height="60">&nbsp;</td>
  1382. <td width="43" align="center" valign="bottom"><div id="QG01_12zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1383. <td width="41" align="center" valign="bottom"><div id="QG01_13zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1384. <td width="44" align="center" valign="bottom"><div id="QG01_14zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1385. <td width="51" align="center" valign="bottom"><div id="QG01_15zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1386. <td width="44" align="center" valign="bottom"><div id="QG01_16zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1387. <td width="49" align="center" valign="bottom"><div id="QG01_17zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1388. <td width="41" align="center" valign="bottom"><div id="QG01_18zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1389. <td width="50" align="center" valign="bottom"><div id="QG01_19zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1390. <td width="39" align="center" valign="bottom"><div id="QG01_20zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1391. <td width="50" align="center" valign="bottom"><div id="QG01_21zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1392. <td width="53" align="left" valign="bottom"><div id="QG01_22zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1393. </tr>
  1394. </table></td>
  1395. <td align="right" valign="bottom"><table width="570" border="0" cellspacing="0" cellpadding="0">
  1396. <tr>
  1397. <td width="45" height="60" align="center" valign="bottom"><div id="QG01_45zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1398. <td width="43" align="center" valign="bottom"><div id="QG01_46zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1399. <td width="45" align="center" valign="bottom"><div id="QG01_47zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1400. <td width="53" align="center" valign="bottom"><div id="QG01_48zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1401. <td width="41" align="center" valign="bottom"><div id="QG01_49zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1402. <td width="46" align="center" valign="bottom"><div id="QG01_50zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1403. <td width="46" align="center" valign="bottom"><div id="QG01_51zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1404. <td width="46" align="center" valign="bottom"><div id="QG01_52zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1405. <td width="46" align="center" valign="bottom"><div id="QG01_53zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1406. <td width="44" align="center" valign="bottom"><div id="QG01_54zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1407. <td width="115" align="left" valign="bottom"><div id="QG01_55zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1408. </tr>
  1409. </table></td>
  1410. </tr>
  1411. <tr>
  1412. <td height="82" align="left" valign="bottom"><table width="600" border="0" cellspacing="0" cellpadding="0">
  1413. <tr>
  1414. <td width="97" height="60">&nbsp;</td>
  1415. <td width="49" align="center" valign="bottom"><div id="QG01_23zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1416. <td width="40" align="center" valign="bottom"><div id="QG01_24zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1417. <td width="51" align="center" valign="bottom"><div id="QG01_25zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1418. <td width="40" align="center" valign="bottom"><div id="QG01_26zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1419. <td width="53" align="center" valign="bottom"><div id="QG01_27zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1420. <td width="38" align="center" valign="bottom"><div id="QG01_28zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1421. <td width="48" align="center" valign="bottom"><div id="QG01_29zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1422. <td width="50" align="center" valign="bottom"><div id="QG01_30zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1423. <td width="38" align="center" valign="bottom"><div id="QG01_31zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1424. <td width="52" align="center" valign="bottom"><div id="QG01_32zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1425. <td width="44" align="left" valign="bottom"><div id="QG01_33zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1426. </tr>
  1427. </table></td>
  1428. <td align="right" valign="bottom"><table width="600" border="0" cellspacing="0" cellpadding="0">
  1429. <tr>
  1430. <td width="41" height="60" align="center" valign="bottom"><div id="QG01_56zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1431. <td width="49" align="center" valign="bottom"><div id="QG01_57zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1432. <td width="39" align="center" valign="bottom"><div id="QG01_58zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1433. <td width="54" align="center" valign="bottom"><div id="QG01_59zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1434. <td width="40" align="center" valign="bottom"><div id="QG01_60zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1435. <td width="50" align="center" valign="bottom"><div id="QG01_61zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1436. <td width="43" align="center" valign="bottom"><div id="QG01_62zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1437. <td width="49" align="center" valign="bottom"><div id="QG01_63zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1438. <td width="34" align="center" valign="bottom"><div id="QG01_64zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1439. <td width="56" align="center" valign="bottom"><div id="QG01_65zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1440. <td width="145" align="left" valign="bottom"><div id="QG01_66zm"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div></td>
  1441. </tr>
  1442. </table>
  1443. </td>
  1444. </tr>
  1445. <tr>
  1446. <td height="65" align="left" valign="bottom">&nbsp;</td>
  1447. <td align="right" valign="bottom">&nbsp;</td>
  1448. </tr>
  1449. </table></td>
  1450. <td id="container3" width="1252" height="556" align="center" >
  1451. </td>
  1452. </tr>
  1453. <tr>
  1454. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom_Long.fw.png" width="1250" height="3" /></td>
  1455. </tr>
  1456. </table></td>
  1457. </tr>
  1458. </table>
  1459. </form>
  1460. </body>
  1461. </html>