windfarm.jsp 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463
  1. <%@ page language="java" contentType="text/html;charset=utf-8"%>
  2. <%@include file="/pages/includes/taglibs.jsp"%>
  3. <html>
  4. <head>
  5. <script src="<%=request.getContextPath() %>/resource/js/jquery-1.8.3.js" type="text/javascript"></script>
  6. <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
  7. <script src="<%=request.getContextPath() %>/resource/plugin/jqueryui/js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <style type="text/css">
  10. body {
  11. margin-left: 0px;
  12. margin-top: 0px;
  13. margin-right: 0px;
  14. margin-bottom: 0px;
  15. }
  16. .value_Name {
  17. font-family: "Times New Roman", Times, serif;
  18. font-size: 14px;
  19. font-weight: bolder;
  20. color: #666;
  21. }
  22. .station_Name {
  23. font-family: "Times New Roman", Times, serif;
  24. font-size: 14px;
  25. font-weight: bolder;
  26. color: #666;
  27. }
  28. @font-face {
  29. font-family: 'fontNameRegular';
  30. src:
  31. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.eot')
  32. ;
  33. src: local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont Regular'
  34. ),
  35. local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont'),
  36. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.woff')
  37. format('woff'),
  38. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.ttf')
  39. format('truetype'),
  40. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.svg#fontName')
  41. format('svg');
  42. font-size: 36px;
  43. font-weight: bolder;
  44. }
  45. .item_Name { font-family: Arial, Helvetica, sans-serif;
  46. font-size: 12px;
  47. font-weight: bolder;
  48. color: #333;
  49. }
  50. .unit_Name { font-family: Arial, Helvetica, sans-serif;
  51. font-size: 12px;
  52. color: #333;
  53. }
  54. #apDiv1 {
  55. position: absolute;
  56. width: 22px;
  57. height: 12px;
  58. z-index: 1;
  59. left: 741px;
  60. top: 467px;
  61. }
  62. #apDiv2 {
  63. position: absolute;
  64. width: 22px;
  65. height: 12px;
  66. z-index: 2;
  67. left: 1812px;
  68. top: 496px;
  69. }
  70. #apDiv3 {
  71. position: absolute;
  72. left: 817px;
  73. top: 467px;
  74. width: 22px;
  75. height: 12px;
  76. z-index: 3;
  77. }
  78. #apDiv4 {
  79. position: absolute;
  80. left: 817px;
  81. top: 576px;
  82. width: 22px;
  83. height: 12px;
  84. z-index: 4;
  85. }
  86. #apDiv5 {
  87. position: absolute;
  88. left: 816px;
  89. top: 687px;
  90. width: 22px;
  91. height: 12px;
  92. z-index: 5;
  93. }
  94. #apDiv6 {
  95. position: absolute;
  96. left: 879px;
  97. top: 576px;
  98. width: 22px;
  99. height: 12px;
  100. z-index: 6;
  101. }
  102. #apDiv7 {
  103. position: absolute;
  104. left: 879px;
  105. top: 468px;
  106. width: 22px;
  107. height: 12px;
  108. z-index: 7;
  109. }
  110. #apDiv8 {
  111. position: absolute;
  112. left: 879px;
  113. top: 687px;
  114. width: 22px;
  115. height: 12px;
  116. z-index: 8;
  117. }
  118. #apDiv9 {
  119. position: absolute;
  120. left: 912px;
  121. top: 424px;
  122. width: 22px;
  123. height: 12px;
  124. z-index: 9;
  125. }
  126. #apDiv10 {
  127. position: absolute;
  128. left: 913px;
  129. top: 467px;
  130. width: 22px;
  131. height: 12px;
  132. z-index: 10;
  133. }
  134. #apDiv11 {
  135. position: absolute;
  136. left: 913px;
  137. top: 505px;
  138. width: 22px;
  139. height: 12px;
  140. z-index: 11;
  141. }
  142. #apDiv12 {
  143. position: absolute;
  144. left: 913px;
  145. top: 542px;
  146. width: 22px;
  147. height: 12px;
  148. z-index: 12;
  149. }
  150. #apDiv13 {
  151. position: absolute;
  152. left: 913px;
  153. top: 575px;
  154. width: 22px;
  155. height: 12px;
  156. z-index: 13;
  157. }
  158. #apDiv14 {
  159. position: absolute;
  160. left: 914px;
  161. top: 613px;
  162. width: 22px;
  163. height: 12px;
  164. z-index: 14;
  165. }
  166. #apDiv15 {
  167. position: absolute;
  168. left: 915px;
  169. top: 652px;
  170. width: 22px;
  171. height: 12px;
  172. z-index: 15;
  173. }
  174. #apDiv16 {
  175. position: absolute;
  176. left: 915px;
  177. top: 687px;
  178. width: 22px;
  179. height: 12px;
  180. z-index: 16;
  181. }
  182. #apDiv17 {
  183. position: absolute;
  184. left: 915px;
  185. top: 730px;
  186. width: 22px;
  187. height: 12px;
  188. z-index: 17;
  189. }
  190. .project_text {
  191. font-family: "宋体";
  192. font-size: 12px;
  193. font-weight: bolder;
  194. color: #FFF;
  195. text-decoration: none;
  196. }
  197. #apDiv18 {
  198. position: absolute;
  199. left: 135px;
  200. top: 106px;
  201. width: 131px;
  202. height: 19px;
  203. z-index: 18;
  204. }
  205. #apDiv19 {
  206. position: absolute;
  207. left: 114px;
  208. top: 362px;
  209. width: 125px;
  210. height: 21px;
  211. z-index: 19;
  212. }
  213. #apDiv20 {
  214. position: absolute;
  215. left: 174px;
  216. top: 588px;
  217. width: 122px;
  218. height: 21px;
  219. z-index: 20;
  220. }
  221. #apDiv21 {
  222. position: absolute;
  223. left: 287px;
  224. top: 94px;
  225. width: 37px;
  226. height: 51px;
  227. z-index: 18;
  228. }
  229. #apDiv22 {
  230. position: absolute;
  231. left: 338px;
  232. top: 212px;
  233. width: 28px;
  234. height: 41px;
  235. z-index: 19;
  236. }
  237. #apDiv23 {
  238. position: absolute;
  239. left: 447px;
  240. top: 461px;
  241. width: 27px;
  242. height: 40px;
  243. z-index: 20;
  244. }
  245. #apDiv24 {
  246. position: absolute;
  247. left: 486px;
  248. top: 522px;
  249. width: 32px;
  250. height: 42px;
  251. z-index: 21;
  252. }
  253. #apDiv25 {
  254. position: absolute;
  255. left: 441px;
  256. top: 610px;
  257. width: 29px;
  258. height: 40px;
  259. z-index: 22;
  260. }
  261. #apDiv26 {
  262. position: absolute;
  263. left: 460px;
  264. top: 701px;
  265. width: 32px;
  266. height: 43px;
  267. z-index: 23;
  268. }
  269. #apDiv27 {
  270. position: absolute;
  271. left: 420px;
  272. top: 753px;
  273. width: 31px;
  274. height: 46px;
  275. z-index: 24;
  276. }
  277. #apDiv28 {
  278. position: absolute;
  279. left: 551px;
  280. top: 386px;
  281. width: 29px;
  282. height: 44px;
  283. z-index: 25;
  284. }
  285. #apDiv29 {
  286. position: absolute;
  287. left: 495px;
  288. top: 403px;
  289. width: 31px;
  290. height: 39px;
  291. z-index: 26;
  292. }
  293. #apDiv30 {
  294. position: absolute;
  295. left: 477px;
  296. top: 313px;
  297. width: 35px;
  298. height: 47px;
  299. z-index: 27;
  300. }
  301. #apDiv31 {
  302. position: absolute;
  303. left: 288px;
  304. top: 258px;
  305. width: 35px;
  306. height: 48px;
  307. z-index: 28;
  308. }
  309. #apDiv32 {
  310. position: absolute;
  311. left: 339px;
  312. top: 299px;
  313. width: 33px;
  314. height: 47px;
  315. z-index: 29;
  316. }
  317. #apDiv33 {
  318. position: absolute;
  319. left: 366px;
  320. top: 341px;
  321. width: 36px;
  322. height: 55px;
  323. z-index: 30;
  324. }
  325. #apDiv34 {
  326. position: absolute;
  327. left: 387px;
  328. top: 395px;
  329. width: 38px;
  330. height: 54px;
  331. z-index: 31;
  332. }
  333. #apDiv35 {
  334. position: absolute;
  335. left: 297px;
  336. top: 504px;
  337. width: 35px;
  338. height: 48px;
  339. z-index: 32;
  340. }
  341. #apDiv36 {
  342. position: absolute;
  343. left: 260px;
  344. top: 437px;
  345. width: 38px;
  346. height: 50px;
  347. z-index: 33;
  348. }
  349. #apDiv37 {
  350. position: absolute;
  351. left: 232px;
  352. top: 354px;
  353. width: 36px;
  354. height: 51px;
  355. z-index: 34;
  356. }
  357. #apDiv38 {
  358. position: absolute;
  359. left: 61px;
  360. top: 130px;
  361. width: 36px;
  362. height: 51px;
  363. z-index: 35;
  364. }
  365. #apDiv39 {
  366. position: absolute;
  367. left: 106px;
  368. top: 166px;
  369. width: 38px;
  370. height: 53px;
  371. z-index: 36;
  372. }
  373. #apDiv40 {
  374. position: absolute;
  375. left: 154px;
  376. top: 236px;
  377. width: 36px;
  378. height: 51px;
  379. z-index: 37;
  380. }
  381. #apDiv41 {
  382. position: absolute;
  383. left: 194px;
  384. top: 288px;
  385. width: 40px;
  386. height: 54px;
  387. z-index: 38;
  388. }
  389. #apDiv42 {
  390. position: absolute;
  391. left: 46px;
  392. top: 289px;
  393. width: 34px;
  394. height: 49px;
  395. z-index: 39;
  396. }
  397. #apDiv43 {
  398. position: absolute;
  399. left: 86px;
  400. top: 329px;
  401. width: 33px;
  402. height: 47px;
  403. z-index: 40;
  404. }
  405. #apDiv44 {
  406. position: absolute;
  407. left: 136px;
  408. top: 334px;
  409. width: 37px;
  410. height: 53px;
  411. z-index: 41;
  412. }
  413. #apDiv45 {
  414. position: absolute;
  415. left: 154px;
  416. top: 398px;
  417. width: 33px;
  418. height: 46px;
  419. z-index: 42;
  420. }
  421. #apDiv46 {
  422. position: absolute;
  423. left: 165px;
  424. top: 449px;
  425. width: 37px;
  426. height: 48px;
  427. z-index: 43;
  428. }
  429. #apDiv47 {
  430. position: absolute;
  431. left: 190px;
  432. top: 505px;
  433. width: 36px;
  434. height: 51px;
  435. z-index: 44;
  436. }
  437. #apDiv48 {
  438. position: absolute;
  439. left: 228px;
  440. top: 554px;
  441. width: 39px;
  442. height: 57px;
  443. z-index: 45;
  444. }
  445. #apDiv49 {
  446. position: absolute;
  447. left: 262px;
  448. top: 636px;
  449. width: 37px;
  450. height: 51px;
  451. z-index: 46;
  452. }
  453. #apDiv50 {
  454. position: absolute;
  455. left: 308px;
  456. top: 646px;
  457. width: 39px;
  458. height: 55px;
  459. z-index: 47;
  460. }
  461. #apDiv51 {
  462. position: absolute;
  463. left: 370px;
  464. top: 713px;
  465. width: 38px;
  466. height: 51px;
  467. z-index: 48;
  468. }
  469. #apDiv52 {
  470. position: absolute;
  471. left: 398px;
  472. top: 523px;
  473. width: 40px;
  474. height: 52px;
  475. z-index: 49;
  476. }
  477. #apDiv53 {
  478. position: absolute;
  479. left: 1247px;
  480. top: 386px;
  481. width: 16px;
  482. height: 25px;
  483. z-index: 50;
  484. }
  485. #apDiv54 {
  486. position: absolute;
  487. left: 1248px;
  488. top: 487px;
  489. width: 14px;
  490. height: 25px;
  491. z-index: 51;
  492. }
  493. #apDiv55 {
  494. position: absolute;
  495. left: 1160px;
  496. top: 542px;
  497. width: 14px;
  498. height: 26px;
  499. z-index: 52;
  500. }
  501. #apDiv56 {
  502. position: absolute;
  503. left: 1247px;
  504. top: 541px;
  505. width: 15px;
  506. height: 27px;
  507. z-index: 53;
  508. }
  509. #apDiv57 {
  510. position: absolute;
  511. left: 1330px;
  512. top: 539px;
  513. width: 16px;
  514. height: 27px;
  515. z-index: 54;
  516. }
  517. #apDiv58 {
  518. position: absolute;
  519. left: 785px;
  520. top: 552px;
  521. width: 0px;
  522. height: 1px;
  523. z-index: 55;
  524. }
  525. #apDiv { position: absolute;
  526. left: 1810px;
  527. top: 386px;
  528. width: 55px;
  529. height: 102px;
  530. z-index: 22;
  531. }
  532. #apDiv59 { position: absolute;
  533. left: 1812px;
  534. top: 505px;
  535. width: 56px;
  536. height: 106px;
  537. z-index: 21;
  538. }
  539. #apDiv60 {
  540. position: absolute;
  541. left: 120px;
  542. top: 155px;
  543. width: 298px;
  544. height: 150px;
  545. z-index: 23;
  546. }
  547. #apDiv61 {
  548. position: absolute;
  549. left: 132px;
  550. top: 384px;
  551. width: 399px;
  552. height: 188px;
  553. z-index: 24;
  554. }
  555. #MCHZ511 {
  556. position: absolute;
  557. left: 945px;
  558. top: 287px;
  559. width: 15px;
  560. height: 29px;
  561. z-index: 1;
  562. background-color: #00FF00;
  563. }
  564. #apDiv63 {
  565. position: absolute;
  566. left: 885px;
  567. top: 314px;
  568. width: 17px;
  569. height: 33px;
  570. z-index: 2;
  571. }
  572. #apDiv64 {
  573. position: absolute;
  574. left: 829px;
  575. top: 315px;
  576. width: 14px;
  577. height: 34px;
  578. z-index: 3;
  579. }
  580. #apDiv65 {
  581. position: absolute;
  582. left: 1027px;
  583. top: 315px;
  584. width: 17px;
  585. height: 33px;
  586. z-index: 4;
  587. }
  588. #apDiv66 {
  589. position: absolute;
  590. left: 1097px;
  591. top: 317px;
  592. width: 15px;
  593. height: 33px;
  594. z-index: 5;
  595. }
  596. #apDiv67 {
  597. position: absolute;
  598. left: 1230px;
  599. top: 317px;
  600. width: 18px;
  601. height: 37px;
  602. z-index: 6;
  603. }
  604. #mch19gl {
  605. position: absolute;
  606. left: 126px;
  607. top: 543px;
  608. width: 54px;
  609. height: 14px;
  610. z-index: 7;
  611. }
  612. #mch19dy {
  613. position: absolute;
  614. left: 124px;
  615. top: 563px;
  616. width: 57px;
  617. height: 14px;
  618. z-index: 8;
  619. }
  620. #mch19dl {
  621. position: absolute;
  622. left: 125px;
  623. top: 582px;
  624. width: 57px;
  625. height: 14px;
  626. z-index: 9;
  627. }
  628. #apDiv71 {
  629. position: absolute;
  630. left: 151px;
  631. top: 614px;
  632. width: 56px;
  633. height: 13px;
  634. z-index: 10;
  635. }
  636. #apDiv72 {
  637. position: absolute;
  638. left: 150px;
  639. top: 633px;
  640. width: 58px;
  641. height: 15px;
  642. z-index: 11;
  643. }
  644. #apDiv73 {
  645. position: absolute;
  646. left: 150px;
  647. top: 654px;
  648. width: 58px;
  649. height: 15px;
  650. z-index: 12;
  651. }
  652. #mch17gl {
  653. position: absolute;
  654. left: 303px;
  655. top: 545px;
  656. width: 54px;
  657. height: 14px;
  658. z-index: 13;
  659. }
  660. #mch17dy {
  661. position: absolute;
  662. left: 302px;
  663. top: 565px;
  664. width: 55px;
  665. height: 16px;
  666. z-index: 14;
  667. }
  668. #mch17dl {
  669. position: absolute;
  670. left: 303px;
  671. top: 585px;
  672. width: 54px;
  673. height: 14px;
  674. z-index: 15;
  675. }
  676. #mch18gl {
  677. position: absolute;
  678. left: 303px;
  679. top: 668px;
  680. width: 55px;
  681. height: 14px;
  682. z-index: 16;
  683. }
  684. #mch18dy {
  685. position: absolute;
  686. left: 304px;
  687. top: 690px;
  688. width: 54px;
  689. height: 14px;
  690. z-index: 17;
  691. }
  692. #mch18dl {
  693. position: absolute;
  694. left: 304px;
  695. top: 710px;
  696. width: 54px;
  697. height: 15px;
  698. z-index: 18;
  699. }
  700. #mch15gl {
  701. position: absolute;
  702. left: 483px;
  703. top: 543px;
  704. width: 64px;
  705. height: 14px;
  706. z-index: 19;
  707. }
  708. #mch15dy {
  709. position: absolute;
  710. left: 483px;
  711. top: 563px;
  712. width: 65px;
  713. height: 15px;
  714. z-index: 20;
  715. }
  716. #mch15dl {
  717. position: absolute;
  718. left: 485px;
  719. top: 583px;
  720. width: 61px;
  721. height: 15px;
  722. z-index: 21;
  723. }
  724. #mch16gl {
  725. position: absolute;
  726. left: 480px;
  727. top: 666px;
  728. width: 63px;
  729. height: 15px;
  730. z-index: 22;
  731. }
  732. #mch16dy {
  733. position: absolute;
  734. left: 480px;
  735. top: 686px;
  736. width: 64px;
  737. height: 17px;
  738. z-index: 23;
  739. }
  740. #mch16dl {
  741. position: absolute;
  742. left: 480px;
  743. top: 707px;
  744. width: 63px;
  745. height: 16px;
  746. z-index: 24;
  747. }
  748. #mch13gl {
  749. position: absolute;
  750. left: 659px;
  751. top: 542px;
  752. width: 60px;
  753. height: 16px;
  754. z-index: 25;
  755. }
  756. #mch13dy {
  757. position: absolute;
  758. left: 659px;
  759. top: 562px;
  760. width: 61px;
  761. height: 16px;
  762. z-index: 26;
  763. }
  764. #mch13dl {
  765. position: absolute;
  766. left: 659px;
  767. top: 581px;
  768. width: 62px;
  769. height: 18px;
  770. z-index: 27;
  771. }
  772. #mch14gl {
  773. position: absolute;
  774. left: 655px;
  775. top: 665px;
  776. width: 63px;
  777. height: 17px;
  778. z-index: 28;
  779. }
  780. #mch14dy {
  781. position: absolute;
  782. left: 654px;
  783. top: 686px;
  784. width: 66px;
  785. height: 18px;
  786. z-index: 29;
  787. }
  788. #mch14dl {
  789. position: absolute;
  790. left: 655px;
  791. top: 708px;
  792. width: 64px;
  793. height: 18px;
  794. z-index: 30;
  795. }
  796. #mch11gl {
  797. position: absolute;
  798. left: 839px;
  799. top: 544px;
  800. width: 63px;
  801. height: 15px;
  802. z-index: 31;
  803. }
  804. #mch11dy {
  805. position: absolute;
  806. left: 838px;
  807. top: 565px;
  808. width: 65px;
  809. height: 16px;
  810. z-index: 32;
  811. }
  812. #mch11dl {
  813. position: absolute;
  814. left: 838px;
  815. top: 586px;
  816. width: 65px;
  817. height: 16px;
  818. z-index: 33;
  819. }
  820. #mch12gl {
  821. position: absolute;
  822. left: 840px;
  823. top: 665px;
  824. width: 63px;
  825. height: 17px;
  826. z-index: 34;
  827. }
  828. #mch12dy {
  829. position: absolute;
  830. left: 840px;
  831. top: 686px;
  832. width: 64px;
  833. height: 17px;
  834. z-index: 35;
  835. }
  836. #mch12dl {
  837. position: absolute;
  838. left: 841px;
  839. top: 707px;
  840. width: 63px;
  841. height: 17px;
  842. z-index: 36;
  843. }
  844. #mch9gl {
  845. position: absolute;
  846. left: 1035px;
  847. top: 541px;
  848. width: 58px;
  849. height: 16px;
  850. z-index: 37;
  851. }
  852. #mch9dy {
  853. position: absolute;
  854. left: 1036px;
  855. top: 561px;
  856. width: 56px;
  857. height: 16px;
  858. z-index: 38;
  859. }
  860. #mch9dl {
  861. position: absolute;
  862. left: 1036px;
  863. top: 580px;
  864. width: 58px;
  865. height: 17px;
  866. z-index: 39;
  867. }
  868. #mch10gl {
  869. position: absolute;
  870. left: 1032px;
  871. top: 664px;
  872. width: 58px;
  873. height: 15px;
  874. z-index: 40;
  875. }
  876. #mch10dy {
  877. position: absolute;
  878. left: 1033px;
  879. top: 684px;
  880. width: 58px;
  881. height: 17px;
  882. z-index: 41;
  883. }
  884. #mch10dl {
  885. position: absolute;
  886. left: 1031px;
  887. top: 708px;
  888. width: 61px;
  889. height: 17px;
  890. z-index: 42;
  891. }
  892. #mch7gl {
  893. position: absolute;
  894. left: 1204px;
  895. top: 540px;
  896. width: 61px;
  897. height: 16px;
  898. z-index: 43;
  899. }
  900. #mch7dy {
  901. position: absolute;
  902. left: 1205px;
  903. top: 559px;
  904. width: 59px;
  905. height: 18px;
  906. z-index: 44;
  907. }
  908. #mch7dl {
  909. position: absolute;
  910. left: 1205px;
  911. top: 581px;
  912. width: 60px;
  913. height: 18px;
  914. z-index: 45;
  915. }
  916. #mch8gl {
  917. position: absolute;
  918. left: 1204px;
  919. top: 662px;
  920. width: 61px;
  921. height: 19px;
  922. z-index: 46;
  923. }
  924. #mch8dy {
  925. position: absolute;
  926. left: 1204px;
  927. top: 682px;
  928. width: 62px;
  929. height: 17px;
  930. z-index: 47;
  931. }
  932. #mch8dl {
  933. position: absolute;
  934. left: 1204px;
  935. top: 702px;
  936. width: 61px;
  937. height: 19px;
  938. z-index: 48;
  939. }
  940. #mch5gl {
  941. position: absolute;
  942. left: 1373px;
  943. top: 540px;
  944. width: 61px;
  945. height: 17px;
  946. z-index: 49;
  947. }
  948. #mch5dy {
  949. position: absolute;
  950. left: 1374px;
  951. top: 561px;
  952. width: 59px;
  953. height: 16px;
  954. z-index: 50;
  955. }
  956. #mch5dl {
  957. position: absolute;
  958. left: 1372px;
  959. top: 580px;
  960. width: 63px;
  961. height: 17px;
  962. z-index: 51;
  963. }
  964. #mch6gl {
  965. position: absolute;
  966. left: 1378px;
  967. top: 662px;
  968. width: 61px;
  969. height: 15px;
  970. z-index: 52;
  971. }
  972. #mch6dy {
  973. position: absolute;
  974. left: 1378px;
  975. top: 681px;
  976. width: 62px;
  977. height: 17px;
  978. z-index: 53;
  979. }
  980. #mch6dl {
  981. position: absolute;
  982. left: 1378px;
  983. top: 702px;
  984. width: 62px;
  985. height: 18px;
  986. z-index: 54;
  987. }
  988. #mch3gl {
  989. position: absolute;
  990. left: 1549px;
  991. top: 538px;
  992. width: 61px;
  993. height: 17px;
  994. z-index: 55;
  995. }
  996. #mch3dy {
  997. position: absolute;
  998. left: 1549px;
  999. top: 558px;
  1000. width: 62px;
  1001. height: 17px;
  1002. z-index: 56;
  1003. }
  1004. #mch3dl {
  1005. position: absolute;
  1006. left: 1549px;
  1007. top: 578px;
  1008. width: 63px;
  1009. height: 17px;
  1010. z-index: 57;
  1011. }
  1012. #mch4gl {
  1013. position: absolute;
  1014. left: 1549px;
  1015. top: 662px;
  1016. width: 61px;
  1017. height: 17px;
  1018. z-index: 58;
  1019. }
  1020. #mch4dy {
  1021. position: absolute;
  1022. left: 1551px;
  1023. top: 681px;
  1024. width: 61px;
  1025. height: 17px;
  1026. z-index: 59;
  1027. }
  1028. #mch4dl {
  1029. position: absolute;
  1030. left: 1549px;
  1031. top: 700px;
  1032. width: 64px;
  1033. height: 19px;
  1034. z-index: 60;
  1035. }
  1036. #mch1gl {
  1037. position: absolute;
  1038. left: 1720px;
  1039. top: 537px;
  1040. width: 62px;
  1041. height: 17px;
  1042. z-index: 61;
  1043. }
  1044. #mch1dy {
  1045. position: absolute;
  1046. left: 1721px;
  1047. top: 557px;
  1048. width: 63px;
  1049. height: 18px;
  1050. z-index: 62;
  1051. }
  1052. #mch1dl {
  1053. position: absolute;
  1054. left: 1720px;
  1055. top: 577px;
  1056. width: 64px;
  1057. height: 17px;
  1058. z-index: 63;
  1059. }
  1060. #mch2gl {
  1061. position: absolute;
  1062. left: 1721px;
  1063. top: 661px;
  1064. width: 61px;
  1065. height: 16px;
  1066. z-index: 64;
  1067. }
  1068. #mch2dy {
  1069. position: absolute;
  1070. left: 1722px;
  1071. top: 679px;
  1072. width: 62px;
  1073. height: 16px;
  1074. z-index: 65;
  1075. }
  1076. #mch2dl {
  1077. position: absolute;
  1078. left: 1722px;
  1079. top: 698px;
  1080. width: 63px;
  1081. height: 19px;
  1082. z-index: 66;
  1083. }
  1084. #MCHZ520 {
  1085. position: absolute;
  1086. left: 158px;
  1087. top: 398px;
  1088. width: 13px;
  1089. height: 29px;
  1090. z-index: 67;
  1091. background-color: #00FF00;
  1092. }
  1093. #MCHZ519 {
  1094. position: absolute;
  1095. left: 329px;
  1096. top: 399px;
  1097. width: 15px;
  1098. height: 31px;
  1099. z-index: 68;
  1100. background-color: #00FF00;
  1101. }
  1102. #MCHZ518 {
  1103. position: absolute;
  1104. left: 502px;
  1105. top: 396px;
  1106. width: 13px;
  1107. height: 28px;
  1108. z-index: 69;
  1109. background-color: #00FF00;
  1110. }
  1111. #MCHZ517 {
  1112. position: absolute;
  1113. left: 677px;
  1114. top: 399px;
  1115. width: 14px;
  1116. height: 26px;
  1117. z-index: 70;
  1118. background-color: #00FF00;
  1119. }
  1120. #MCHZ516 {
  1121. position: absolute;
  1122. left: 850px;
  1123. top: 399px;
  1124. width: 16px;
  1125. height: 27px;
  1126. z-index: 71;
  1127. background-color: #00FF00;
  1128. }
  1129. #MCHZ515 {
  1130. position: absolute;
  1131. left: 1051px;
  1132. top: 400px;
  1133. width: 13px;
  1134. height: 25px;
  1135. z-index: 72;
  1136. background-color: #00FF00;
  1137. }
  1138. #MCHZ514 {
  1139. position: absolute;
  1140. left: 1222px;
  1141. top: 402px;
  1142. width: 14px;
  1143. height: 24px;
  1144. z-index: 73;
  1145. background-color: #00FF00;
  1146. }
  1147. #MCHZ513 {
  1148. position: absolute;
  1149. left: 1395px;
  1150. top: 403px;
  1151. width: 17px;
  1152. height: 27px;
  1153. z-index: 74;
  1154. background-color: #00FF00;
  1155. }
  1156. #MCHZ512 {
  1157. position: absolute;
  1158. left: 1567px;
  1159. top: 401px;
  1160. width: 15px;
  1161. height: 28px;
  1162. z-index: 75;
  1163. background-color: #00FF00;
  1164. }
  1165. #MCHZ510 {
  1166. position: absolute;
  1167. left: 1743px;
  1168. top: 402px;
  1169. width: 13px;
  1170. height: 28px;
  1171. z-index: 76;
  1172. background-color: #00FF00;
  1173. }
  1174. </style>
  1175. <script type="text/javascript">
  1176. $(document).ready(function() {
  1177. getDetail();
  1178. wpAllInfoAjax();
  1179. window.setInterval(wpAllInfoAjax, 60000);
  1180. window.setInterval(powerfirstinfo, 60000);
  1181. });
  1182. function goback()
  1183. {
  1184. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  1185. }
  1186. function getDetail() {
  1187. $.ajax({
  1188. url : "mchwindfarmswitchinfo.action?wfName=MCH_GDC",
  1189. type : "post",
  1190. cache : false,
  1191. dataType : "json",
  1192. data : {},
  1193. ifModified : false,
  1194. success : function(res) {
  1195. /******************赋值**********************/
  1196. if(res["MCHZ520"]==1){$("#MCHZ520").css("background-color","#F00");}else{$("#MCHZ520").css("background-color","#0F0");}
  1197. if(res["MCHZ519"]==1){$("#MCHZ519").css("background-color","#F00");}else{$("#MCHZ519").css("background-color","#0F0");}
  1198. if(res["MCHZ518"]==1){$("#MCHZ518").css("background-color","#F00");}else{$("#MCHZ518").css("background-color","#0F0");}
  1199. if(res["MCHZ517"]==1){$("#MCHZ517").css("background-color","#F00");}else{$("#MCHZ517").css("background-color","#0F0");}
  1200. if(res["MCHZ516"]==1){$("#MCHZ516").css("background-color","#F00");}else{$("#MCHZ516").css("background-color","#0F0");}
  1201. if(res["MCHZ515"]==1){$("#MCHZ515").css("background-color","#F00");}else{$("#MCHZ515").css("background-color","#0F0");}
  1202. if(res["MCHZ514"]==1){$("#MCHZ514").css("background-color","#F00");}else{$("#MCHZ514").css("background-color","#0F0");}
  1203. if(res["MCHZ513"]==1){$("#MCHZ513").css("background-color","#F00");}else{$("#MCHZ513").css("background-color","#0F0");}
  1204. if(res["MCHZ512"]==1){$("#MCHZ512").css("background-color","#F00");}else{$("#MCHZ512").css("background-color","#0F0");}
  1205. if(res["MCHZ510"]==1){$("#MCHZ510").css("background-color","#F00");}else{$("#MCHZ510").css("background-color","#0F0");}
  1206. if(res["MCHZ511"]==1){$("#MCHZ511").css("background-color","#F00");}else{$("#MCHZ511").css("background-color","#0F0");}
  1207. $("#mch19gl").html(res["mch19gl"] + "");
  1208. $("#mch19dy").html(res["mch19dy"] + "");
  1209. $("#mch19dl").html(res["mch19dl"] + "");
  1210. $("#mch17gl").html(res["mch17gl"] + "");
  1211. $("#mch17dy").html(res["mch17dy"] + "");
  1212. $("#mch17dl").html(res["mch17dl"] + "");
  1213. $("#mch18gl").html(res["mch18gl"] + "");
  1214. $("#mch18dy").html(res["mch18dy"] + "");
  1215. $("#mch18dl").html(res["mch18dl"] + "");
  1216. $("#mch15gl").html(res["mch15gl"] + "");
  1217. $("#mch15dy").html(res["mch15dy"] + "");
  1218. $("#mch15dl").html(res["mch15dl"] + "");
  1219. $("#mch16gl").html(res["mch16gl"] + "");
  1220. $("#mch16dy").html(res["mch16dy"] + "");
  1221. $("#mch16dl").html(res["mch16dl"] + "");
  1222. $("#mch13gl").html(res["mch13gl"] + "");
  1223. $("#mch13dy").html(res["mch13dy"] + "");
  1224. $("#mch13dl").html(res["mch13dl"] + "");
  1225. $("#mch14gl").html(res["mch14gl"] + "");
  1226. $("#mch14dy").html(res["mch14dy"] + "");
  1227. $("#mch14dl").html(res["mch14dl"] + "");
  1228. $("#mch11gl").html(res["mch11gl"] + "");
  1229. $("#mch11dy").html(res["mch11dy"] + "");
  1230. $("#mch11dl").html(res["mch11dl"] + "");
  1231. $("#mch12gl").html(res["mch12gl"] + "");
  1232. $("#mch12dy").html(res["mch12dy"] + "");
  1233. $("#mch12dl").html(res["mch12dl"] + "");
  1234. $("#mch9gl").html(res["mch9gl"] + "");
  1235. $("#mch9dy").html(res["mch9dy"] + "");
  1236. $("#mch9dl").html(res["mch9dl"] + "");
  1237. $("#mch10gl").html(res["mch10gl"] + "");
  1238. $("#mch10dy").html(res["mch10dy"] + "");
  1239. $("#mch10dl").html(res["mch10dl"] + "");
  1240. $("#mch7gl").html(res["mch7gl"] + "");
  1241. $("#mch7dy").html(res["mch7dy"] + "");
  1242. $("#mch7dl").html(res["mch7dl"] + "");
  1243. $("#mch8gl").html(res["mch8gl"] + "");
  1244. $("#mch8dy").html(res["mch8dy"] + "");
  1245. $("#mch8dl").html(res["mch8dl"] + "");
  1246. $("#mch5gl").html(res["mch5gl"] + "");
  1247. $("#mch5dy").html(res["mch5dy"] + "");
  1248. $("#mch5dl").html(res["mch5dl"] + "");
  1249. $("#mch6gl").html(res["mch6gl"] + "");
  1250. $("#mch6dy").html(res["mch6dy"] + "");
  1251. $("#mch6dl").html(res["mch6dl"] + "");
  1252. $("#mch3gl").html(res["mch3gl"] + "");
  1253. $("#mch3dy").html(res["mch3dy"] + "");
  1254. $("#mch3dl").html(res["mch3dl"] + "");
  1255. $("#mch4gl").html(res["mch4gl"] + "");
  1256. $("#mch4dy").html(res["mch4dy"] + "");
  1257. $("#mch4dl").html(res["mch4dl"] + "");
  1258. $("#mch1gl").html(res["mch1gl"] + "");
  1259. $("#mch1dy").html(res["mch1dy"] + "");
  1260. $("#mch1dl").html(res["mch1dl"] + "");
  1261. $("#mch2gl").html(res["mch2gl"] + "");
  1262. $("#mch2dy").html(res["mch2dy"] + "");
  1263. $("#mch2dl").html(res["mch2dl"] + "");
  1264. /****************************************/
  1265. }
  1266. });
  1267. }
  1268. function wpAllInfoAjax() {
  1269. $.ajax( {
  1270. url : "/windfarm/windfarmrealtimeinfo.action?wfName=MCH_GDC",
  1271. type : "post",
  1272. cache : false,
  1273. dataType : "json",
  1274. data : {},
  1275. ifModified : false,
  1276. success : function(res) {
  1277. $("#zjrl").html(res["zjrl"] + "");
  1278. $("#zgl").html(res["zgl"] + "");
  1279. $("#pjfs").html(res["pjfs"] + "");
  1280. $("#rfdl").html(res["rfdl"] + "");
  1281. $("#yfdl").html(res["yfdl"] + "");
  1282. $("#nfdl").html(res["nfdl"] + "");
  1283. $("#yxts").html(res["yxts"] + "");
  1284. $("#djts").html(res["djts"] + "");
  1285. $("#whts").html(res["whts"] + "");
  1286. $("#gzts").html(res["gzts"] + "");
  1287. $("#lxts").html(res["lxts"] + "");
  1288. $("#xdts").html(res["xdts"] + "");
  1289. $("#jrts").html(res["jrts"] + "");
  1290. $("#wd").html(res["wd"] + "");
  1291. }
  1292. });
  1293. }
  1294. function windfarm()
  1295. {
  1296. $("#f1").attr("action","/windfarm/mchindex.action?wfName=MCH_GDC").submit();
  1297. }
  1298. function powerfirst()
  1299. {
  1300. $("#f1").attr("action","/windfarm/mchpowerfirst.action?wfName=MCH_GDC").submit();
  1301. }
  1302. function wtinfo()
  1303. {
  1304. $("#f1").attr("action","/windfarm/mchwtindex.action?wfName=MCH_GDC").submit();
  1305. }
  1306. </script>
  1307. </head>
  1308. <body>
  1309. <form action="" id="f1" method="post" style="width: 1883px">
  1310. <div id="MCHZ511"></div>
  1311. <div id="mch19gl"></div>
  1312. <div id="mch19dy"></div>
  1313. <div id="mch19dl"></div>
  1314. <div id="mch17gl"></div>
  1315. <div id="mch17dy"></div>
  1316. <div id="mch17dl"></div>
  1317. <div id="mch18gl"></div>
  1318. <div id="mch18dy"></div>
  1319. <div id="mch18dl"></div>
  1320. <div id="mch15gl"></div>
  1321. <div id="mch15dy"></div>
  1322. <div id="mch15dl"></div>
  1323. <div id="mch16gl"></div>
  1324. <div id="mch16dy"></div>
  1325. <div id="mch16dl"></div>
  1326. <div id="mch13gl"></div>
  1327. <div id="mch13dy"></div>
  1328. <div id="mch13dl"></div>
  1329. <div id="mch14gl"></div>
  1330. <div id="mch14dy"></div>
  1331. <div id="mch14dl"></div>
  1332. <div id="mch11gl"></div>
  1333. <div id="mch11dy"></div>
  1334. <div id="mch11dl"></div>
  1335. <div id="mch12gl"></div>
  1336. <div id="mch12dy"></div>
  1337. <div id="mch12dl"></div>
  1338. <div id="mch9gl"></div>
  1339. <div id="mch9dy"></div>
  1340. <div id="mch9dl"></div>
  1341. <div id="mch10gl"></div>
  1342. <div id="mch10dy"></div>
  1343. <div id="mch10dl"></div>
  1344. <div id="mch7gl"></div>
  1345. <div id="mch7dy"></div>
  1346. <div id="mch7dl"></div>
  1347. <div id="mch8gl"></div>
  1348. <div id="mch8dy"></div>
  1349. <div id="mch8dl"></div>
  1350. <div id="mch5gl"></div>
  1351. <div id="mch5dy"></div>
  1352. <div id="mch5dl"></div>
  1353. <div id="mch6gl"></div>
  1354. <div id="mch6dy"></div>
  1355. <div id="mch6dl"></div>
  1356. <div id="mch3gl"></div>
  1357. <div id="mch3dy"></div>
  1358. <div id="mch3dl"></div>
  1359. <div id="mch4gl"></div>
  1360. <div id="mch4dy"></div>
  1361. <div id="mch4dl"></div>
  1362. <div id="mch1gl"></div>
  1363. <div id="mch1dy"></div>
  1364. <div id="mch1dl"></div>
  1365. <div id="mch2gl"></div>
  1366. <div id="mch2dy"></div>
  1367. <div id="mch2dl"></div>
  1368. <div id="MCHZ520"></div>
  1369. <div id="MCHZ519"></div>
  1370. <div id="MCHZ518"></div>
  1371. <div id="MCHZ517"></div>
  1372. <div id="MCHZ516"></div>
  1373. <div id="MCHZ515"></div>
  1374. <div id="MCHZ514"></div>
  1375. <div id="MCHZ513"></div>
  1376. <div id="MCHZ512"></div>
  1377. <div id="MCHZ510"></div>
  1378. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  1379. <tr>
  1380. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top_mch.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  1381. <tr>
  1382. <td width="36" height="25">&nbsp;</td>
  1383. <td width="64" rowspan="2" align="center">&nbsp; </td>
  1384. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  1385. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  1386. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  1387. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  1388. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  1389. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  1390. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  1391. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  1392. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  1393. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  1394. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  1395. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  1396. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  1397. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  1398. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  1399. </tr>
  1400. <tr>
  1401. <td height="28">&nbsp;</td>
  1402. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  1403. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  1404. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  1405. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  1406. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  1407. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  1408. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  1409. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  1410. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  1411. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  1412. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  1413. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  1414. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  1415. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  1416. <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>
  1417. </tr>
  1418. </table>
  1419. <tr>
  1420. <td width="35" rowspan="2" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  1421. </table><table width="35" border="0" cellspacing="0" cellpadding="0">
  1422. <tr>
  1423. <td><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_zm_Button_selected.jpg" width="35" height="80" onclick="windfarm()" style='cursor: pointer;'/></td>
  1424. </tr>
  1425. <tr>
  1426. <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_nbq_button_link.jpg" width="35" height="80" onclick="wtinfo()" style='cursor: pointer;'/></td>
  1427. </tr>
  1428. <tr>
  1429. <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_syz_button_link.jpg" width="35" onclick="powerfirst()" /></td>
  1430. </tr>
  1431. </table></td>
  1432. <td width="90" height="30" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/first_Station_button.jpg" width="90" height="30" /></td>
  1433. <td width="1665" valign="top">&nbsp;</td>
  1434. <td width="90"></td>
  1435. </tr>
  1436. <tr>
  1437. <td width="1845" height="766" align="center" valign="top" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/mch_zongmao.jpg" height="715" /></td>
  1438. </tr>
  1439. </table>
  1440. </form>
  1441. </body>
  1442. </html>