project3.jsp 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727
  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/nss/project3.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: 482px;
  72. }
  73. #apDiv2 {
  74. position: absolute;
  75. width: 22px;
  76. height: 12px;
  77. z-index: 2;
  78. left: 744px;
  79. top: 648px;
  80. }
  81. #apDiv3 {
  82. position: absolute;
  83. left: 810px;
  84. top: 480px;
  85. width: 22px;
  86. height: 12px;
  87. z-index: 3;
  88. }
  89. #apDiv4 {
  90. position: absolute;
  91. left: 810px;
  92. top: 590px;
  93. width: 22px;
  94. height: 12px;
  95. z-index: 4;
  96. }
  97. #apDiv5 {
  98. position: absolute;
  99. left: 810px;
  100. top: 700px;
  101. width: 22px;
  102. height: 12px;
  103. z-index: 5;
  104. }
  105. #apDiv6 {
  106. position: absolute;
  107. left: 879px;
  108. top: 590px;
  109. width: 22px;
  110. height: 12px;
  111. z-index: 6;
  112. }
  113. #apDiv7 {
  114. position: absolute;
  115. left: 879px;
  116. top: 482px;
  117. width: 22px;
  118. height: 12px;
  119. z-index: 7;
  120. }
  121. #apDiv8 {
  122. position: absolute;
  123. left: 879px;
  124. top: 700px;
  125. width: 22px;
  126. height: 12px;
  127. z-index: 8;
  128. }
  129. #apDiv9 {
  130. position: absolute;
  131. left: 912px;
  132. top: 438px;
  133. width: 22px;
  134. height: 12px;
  135. z-index: 9;
  136. }
  137. #apDiv10 {
  138. position: absolute;
  139. left: 913px;
  140. top: 480px;
  141. width: 22px;
  142. height: 12px;
  143. z-index: 10;
  144. }
  145. #apDiv11 {
  146. position: absolute;
  147. left: 913px;
  148. top: 518px;
  149. width: 22px;
  150. height: 12px;
  151. z-index: 11;
  152. }
  153. #apDiv12 {
  154. position: absolute;
  155. left: 913px;
  156. top: 555px;
  157. width: 22px;
  158. height: 12px;
  159. z-index: 12;
  160. }
  161. #apDiv13 {
  162. position: absolute;
  163. left: 913px;
  164. top: 588px;
  165. width: 22px;
  166. height: 12px;
  167. z-index: 13;
  168. }
  169. #apDiv14 {
  170. position: absolute;
  171. left: 914px;
  172. top: 626px;
  173. width: 22px;
  174. height: 12px;
  175. z-index: 14;
  176. }
  177. #apDiv15 {
  178. position: absolute;
  179. left: 915px;
  180. top: 665px;
  181. width: 22px;
  182. height: 12px;
  183. z-index: 15;
  184. }
  185. #apDiv16 {
  186. position: absolute;
  187. left: 915px;
  188. top: 700px;
  189. width: 22px;
  190. height: 12px;
  191. z-index: 16;
  192. }
  193. #apDiv17 {
  194. position: absolute;
  195. left: 915px;
  196. top: 745px;
  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: 324px;
  235. top: 381px;
  236. width: 210px;
  237. height: 420px;
  238. z-index: 18;
  239. }
  240. #apDiv22 {
  241. position: absolute;
  242. left: 225px;
  243. top: 153px;
  244. width: 232px;
  245. height: 622px;
  246. z-index: 19;
  247. }
  248. #apDiv23 {
  249. position: absolute;
  250. left: 111px;
  251. top: 230px;
  252. width: 169px;
  253. height: 491px;
  254. z-index: 20;
  255. }
  256. #apDiv24 {
  257. position: absolute;
  258. left: 366px;
  259. top: 241px;
  260. width: 98px;
  261. height: 26px;
  262. z-index: 200;
  263. }
  264. #apDiv25 {
  265. position: absolute;
  266. left: 151px;
  267. top: 330px;
  268. width: 97px;
  269. height: 23px;
  270. z-index: 200;
  271. }
  272. #apDiv26 {
  273. position: absolute;
  274. left: 106px;
  275. top: 122px;
  276. width: 96px;
  277. height: 27px;
  278. z-index: 200;
  279. }
  280. #apDiv27 {
  281. position: absolute;
  282. left: 547px;
  283. top: 457px;
  284. width: 37px;
  285. height: 50px;
  286. z-index: 24;
  287. }
  288. #apDiv28 {
  289. position: absolute;
  290. left: 491px;
  291. top: 441px;
  292. width: 39px;
  293. height: 52px;
  294. z-index: 25;
  295. }
  296. #apDiv29 {
  297. position: absolute;
  298. left: 447px;
  299. top: 415px;
  300. width: 36px;
  301. height: 51px;
  302. z-index: 26;
  303. }
  304. #apDiv30 {
  305. position: absolute;
  306. left: 424px;
  307. top: 342px;
  308. width: 41px;
  309. height: 52px;
  310. z-index: 27;
  311. }
  312. #apDiv31 {
  313. position: absolute;
  314. left: 386px;
  315. top: 384px;
  316. width: 35px;
  317. height: 49px;
  318. z-index: 28;
  319. }
  320. #apDiv32 {
  321. position: absolute;
  322. left: 396px;
  323. top: 441px;
  324. width: 39px;
  325. height: 52px;
  326. z-index: 29;
  327. }
  328. #apDiv33 {
  329. position: absolute;
  330. left: 318px;
  331. top: 490px;
  332. width: 36px;
  333. height: 48px;
  334. z-index: 30;
  335. }
  336. #apDiv34 {
  337. position: absolute;
  338. left: 345px;
  339. top: 527px;
  340. width: 40px;
  341. height: 53px;
  342. z-index: 31;
  343. }
  344. #apDiv35 {
  345. position: absolute;
  346. left: 311px;
  347. top: 588px;
  348. width: 38px;
  349. height: 53px;
  350. z-index: 32;
  351. }
  352. #apDiv36 {
  353. position: absolute;
  354. left: 344px;
  355. top: 660px;
  356. width: 40px;
  357. height: 51px;
  358. z-index: 33;
  359. }
  360. #apDiv37 {
  361. position: absolute;
  362. left: 334px;
  363. top: 749px;
  364. width: 40px;
  365. height: 45px;
  366. z-index: 34;
  367. }
  368. #apDiv38 {
  369. position: absolute;
  370. left: 390px;
  371. top: 117px;
  372. width: 34px;
  373. height: 46px;
  374. z-index: 35;
  375. }
  376. #apDiv39 {
  377. position: absolute;
  378. left: 445px;
  379. top: 126px;
  380. width: 33px;
  381. height: 49px;
  382. z-index: 36;
  383. }
  384. #apDiv40 {
  385. position: absolute;
  386. left: 456px;
  387. top: 193px;
  388. width: 33px;
  389. height: 48px;
  390. z-index: 37;
  391. }
  392. #apDiv41 {
  393. position: absolute;
  394. left: 403px;
  395. top: 198px;
  396. width: 37px;
  397. height: 54px;
  398. z-index: 38;
  399. }
  400. #apDiv42 {
  401. position: absolute;
  402. left: 338px;
  403. top: 216px;
  404. width: 38px;
  405. height: 50px;
  406. z-index: 39;
  407. }
  408. #apDiv43 {
  409. position: absolute;
  410. left: 368px;
  411. top: 258px;
  412. width: 38px;
  413. height: 52px;
  414. z-index: 40;
  415. }
  416. #apDiv44 {
  417. position: absolute;
  418. left: 322px;
  419. top: 311px;
  420. width: 35px;
  421. height: 48px;
  422. z-index: 41;
  423. }
  424. #apDiv45 {
  425. position: absolute;
  426. left: 294px;
  427. top: 379px;
  428. width: 38px;
  429. height: 52px;
  430. z-index: 42;
  431. }
  432. #apDiv46 {
  433. position: absolute;
  434. left: 233px;
  435. top: 459px;
  436. width: 35px;
  437. height: 48px;
  438. z-index: 43;
  439. }
  440. #apDiv47 {
  441. position: absolute;
  442. left: 216px;
  443. top: 545px;
  444. width: 36px;
  445. height: 48px;
  446. z-index: 44;
  447. }
  448. #apDiv48 {
  449. position: absolute;
  450. left: 227px;
  451. top: 625px;
  452. width: 36px;
  453. height: 49px;
  454. z-index: 45;
  455. }
  456. #apDiv49 {
  457. position: absolute;
  458. left: 257px;
  459. top: 715px;
  460. width: 42px;
  461. height: 53px;
  462. z-index: 46;
  463. }
  464. #apDiv50 {
  465. position: absolute;
  466. left: 247px;
  467. top: 189px;
  468. width: 36px;
  469. height: 51px;
  470. z-index: 47;
  471. }
  472. #apDiv51 {
  473. position: absolute;
  474. left: 212px;
  475. top: 226px;
  476. width: 36px;
  477. height: 52px;
  478. z-index: 48;
  479. }
  480. #apDiv52 {
  481. position: absolute;
  482. left: 208px;
  483. top: 305px;
  484. width: 42px;
  485. height: 52px;
  486. z-index: 49;
  487. }
  488. #apDiv53 {
  489. position: absolute;
  490. left: 162px;
  491. top: 340px;
  492. width: 34px;
  493. height: 51px;
  494. z-index: 50;
  495. }
  496. #apDiv54 {
  497. position: absolute;
  498. left: 100px;
  499. top: 346px;
  500. width: 38px;
  501. height: 50px;
  502. z-index: 51;
  503. }
  504. #apDiv55 {
  505. position: absolute;
  506. left: 138px;
  507. top: 404px;
  508. width: 36px;
  509. height: 50px;
  510. z-index: 52;
  511. }
  512. #apDiv56 {
  513. position: absolute;
  514. left: 113px;
  515. top: 472px;
  516. width: 36px;
  517. height: 49px;
  518. z-index: 53;
  519. }
  520. #apDiv57 {
  521. position: absolute;
  522. left: 121px;
  523. top: 529px;
  524. width: 38px;
  525. height: 51px;
  526. z-index: 54;
  527. }
  528. #apDiv58 {
  529. position: absolute;
  530. left: 136px;
  531. top: 591px;
  532. width: 36px;
  533. height: 51px;
  534. z-index: 55;
  535. }
  536. #apDiv59 {
  537. position: absolute;
  538. left: 161px;
  539. top: 664px;
  540. width: 38px;
  541. height: 56px;
  542. z-index: 56;
  543. }
  544. #apDiv60 {
  545. position: absolute;
  546. left: 50px;
  547. top: 161px;
  548. width: 232px;
  549. height: 631px;
  550. z-index: 24;
  551. }
  552. #apDiv61 {
  553. position: absolute;
  554. left: 252px;
  555. top: 137px;
  556. width: 269px;
  557. height: 331px;
  558. z-index: 25;
  559. }
  560. #apDiv62 {
  561. position: absolute;
  562. left: 313px;
  563. top: 449px;
  564. width: 231px;
  565. height: 318px;
  566. z-index: 26;
  567. }
  568. #apDiv63 {
  569. position: absolute;
  570. left: 113px;
  571. top: 117px;
  572. width: 33px;
  573. height: 48px;
  574. z-index: 27;
  575. }
  576. #apDiv64 {
  577. position: absolute;
  578. left: 57px;
  579. top: 154px;
  580. width: 35px;
  581. height: 47px;
  582. z-index: 28;
  583. }
  584. #apDiv65 {
  585. position: absolute;
  586. left: 54px;
  587. top: 225px;
  588. width: 37px;
  589. height: 51px;
  590. z-index: 29;
  591. }
  592. #apDiv66 {
  593. position: absolute;
  594. left: 130px;
  595. top: 209px;
  596. width: 41px;
  597. height: 58px;
  598. z-index: 30;
  599. }
  600. #apDiv67 {
  601. position: absolute;
  602. left: 142px;
  603. top: 278px;
  604. width: 36px;
  605. height: 51px;
  606. z-index: 31;
  607. }
  608. #apDiv68 {
  609. position: absolute;
  610. left: 184px;
  611. top: 332px;
  612. width: 38px;
  613. height: 57px;
  614. z-index: 32;
  615. }
  616. #apDiv69 {
  617. position: absolute;
  618. left: 246px;
  619. top: 345px;
  620. width: 37px;
  621. height: 56px;
  622. z-index: 33;
  623. }
  624. #apDiv70 {
  625. position: absolute;
  626. left: 217px;
  627. top: 411px;
  628. width: 38px;
  629. height: 54px;
  630. z-index: 34;
  631. }
  632. #apDiv71 {
  633. position: absolute;
  634. left: 291px;
  635. top: 503px;
  636. width: 37px;
  637. height: 52px;
  638. z-index: 35;
  639. }
  640. #apDiv72 {
  641. position: absolute;
  642. left: 220px;
  643. top: 492px;
  644. width: 37px;
  645. height: 56px;
  646. z-index: 36;
  647. }
  648. #apDiv73 {
  649. position: absolute;
  650. left: 183px;
  651. top: 541px;
  652. width: 36px;
  653. height: 47px;
  654. z-index: 37;
  655. }
  656. #apDiv74 {
  657. position: absolute;
  658. left: 240px;
  659. top: 746px;
  660. width: 44px;
  661. height: 55px;
  662. z-index: 38;
  663. }
  664. #apDiv75 {
  665. position: absolute;
  666. left: 330px;
  667. top: 95px;
  668. width: 35px;
  669. height: 53px;
  670. z-index: 39;
  671. }
  672. #apDiv76 {
  673. position: absolute;
  674. left: 353px;
  675. top: 161px;
  676. width: 36px;
  677. height: 52px;
  678. z-index: 40;
  679. }
  680. #apDiv77 {
  681. position: absolute;
  682. left: 301px;
  683. top: 184px;
  684. width: 38px;
  685. height: 56px;
  686. z-index: 41;
  687. }
  688. #apDiv78 {
  689. position: absolute;
  690. left: 246px;
  691. top: 230px;
  692. width: 37px;
  693. height: 52px;
  694. z-index: 42;
  695. }
  696. #apDiv79 {
  697. position: absolute;
  698. left: 313px;
  699. top: 339px;
  700. width: 38px;
  701. height: 52px;
  702. z-index: 43;
  703. }
  704. #apDiv80 {
  705. position: absolute;
  706. left: 312px;
  707. top: 254px;
  708. width: 36px;
  709. height: 53px;
  710. z-index: 44;
  711. }
  712. #apDiv81 {
  713. position: absolute;
  714. left: 389px;
  715. top: 284px;
  716. width: 35px;
  717. height: 50px;
  718. z-index: 45;
  719. }
  720. #apDiv82 {
  721. position: absolute;
  722. left: 452px;
  723. top: 279px;
  724. width: 33px;
  725. height: 49px;
  726. z-index: 46;
  727. }
  728. #apDiv83 {
  729. position: absolute;
  730. left: 516px;
  731. top: 274px;
  732. width: 38px;
  733. height: 58px;
  734. z-index: 47;
  735. }
  736. #apDiv84 {
  737. position: absolute;
  738. left: 443px;
  739. top: 329px;
  740. width: 37px;
  741. height: 47px;
  742. z-index: 48;
  743. }
  744. #apDiv85 {
  745. position: absolute;
  746. left: 384px;
  747. top: 349px;
  748. width: 37px;
  749. height: 49px;
  750. z-index: 49;
  751. }
  752. #apDiv86 {
  753. position: absolute;
  754. left: 352px;
  755. top: 429px;
  756. width: 31px;
  757. height: 50px;
  758. z-index: 50;
  759. }
  760. #apDiv87 {
  761. position: absolute;
  762. left: 488px;
  763. top: 419px;
  764. width: 38px;
  765. height: 47px;
  766. z-index: 51;
  767. }
  768. #apDiv88 {
  769. position: absolute;
  770. left: 415px;
  771. top: 447px;
  772. width: 38px;
  773. height: 51px;
  774. z-index: 52;
  775. }
  776. #apDiv89 {
  777. position: absolute;
  778. left: 457px;
  779. top: 512px;
  780. width: 36px;
  781. height: 49px;
  782. z-index: 53;
  783. }
  784. #apDiv90 {
  785. position: absolute;
  786. left: 488px;
  787. top: 563px;
  788. width: 39px;
  789. height: 52px;
  790. z-index: 54;
  791. }
  792. #apDiv91 {
  793. position: absolute;
  794. left: 384px;
  795. top: 512px;
  796. width: 38px;
  797. height: 51px;
  798. z-index: 55;
  799. }
  800. #apDiv92 {
  801. position: absolute;
  802. left: 338px;
  803. top: 540px;
  804. width: 36px;
  805. height: 48px;
  806. z-index: 56;
  807. }
  808. #apDiv93 {
  809. position: absolute;
  810. left: 406px;
  811. top: 572px;
  812. width: 36px;
  813. height: 47px;
  814. z-index: 57;
  815. }
  816. #apDiv94 {
  817. position: absolute;
  818. left: 360px;
  819. top: 607px;
  820. width: 36px;
  821. height: 46px;
  822. z-index: 58;
  823. }
  824. #apDiv95 {
  825. position: absolute;
  826. left: 304px;
  827. top: 645px;
  828. width: 36px;
  829. height: 53px;
  830. z-index: 59;
  831. }
  832. #apDiv96 {
  833. position: absolute;
  834. left: 320px;
  835. top: 695px;
  836. width: 37px;
  837. height: 47px;
  838. z-index: 60;
  839. }
  840. #apDiv97 {
  841. position: absolute;
  842. left: 348px;
  843. top: 732px;
  844. width: 34px;
  845. height: 45px;
  846. z-index: 61;
  847. }
  848. #apDiv98 {
  849. position: absolute;
  850. left: 46px;
  851. top: 137px;
  852. width: 176px;
  853. height: 653px;
  854. z-index: 24;
  855. }
  856. #apDiv99 {
  857. position: absolute;
  858. left: 207px;
  859. top: 289px;
  860. width: 310px;
  861. height: 505px;
  862. z-index: 25;
  863. }
  864. #apDiv100 {
  865. position: absolute;
  866. left: 330px;
  867. top: 270px;
  868. width: 244px;
  869. height: 352px;
  870. z-index: 26;
  871. }
  872. #apDiv101 {
  873. position: absolute;
  874. left: 217px;
  875. top: 100px;
  876. width: 33px;
  877. height: 47px;
  878. z-index: 27;
  879. }
  880. #apDiv102 {
  881. position: absolute;
  882. left: 208px;
  883. top: 170px;
  884. width: 33px;
  885. height: 54px;
  886. z-index: 28;
  887. }
  888. #apDiv103 {
  889. position: absolute;
  890. left: 51px;
  891. top: 203px;
  892. width: 36px;
  893. height: 47px;
  894. z-index: 29;
  895. }
  896. #apDiv104 {
  897. position: absolute;
  898. left: 100px;
  899. top: 192px;
  900. width: 36px;
  901. height: 44px;
  902. z-index: 30;
  903. }
  904. #apDiv105 {
  905. position: absolute;
  906. left: 152px;
  907. top: 251px;
  908. width: 32px;
  909. height: 51px;
  910. z-index: 31;
  911. }
  912. #apDiv106 {
  913. position: absolute;
  914. left: 91px;
  915. top: 269px;
  916. width: 33px;
  917. height: 48px;
  918. z-index: 32;
  919. }
  920. #apDiv107 {
  921. position: absolute;
  922. left: 44px;
  923. top: 291px;
  924. width: 33px;
  925. height: 49px;
  926. z-index: 33;
  927. }
  928. #apDiv108 {
  929. position: absolute;
  930. left: 42px;
  931. top: 351px;
  932. width: 36px;
  933. height: 46px;
  934. z-index: 34;
  935. }
  936. #apDiv109 {
  937. position: absolute;
  938. left: 59px;
  939. top: 406px;
  940. width: 37px;
  941. height: 48px;
  942. z-index: 35;
  943. }
  944. #apDiv110 {
  945. position: absolute;
  946. left: 65px;
  947. top: 477px;
  948. width: 38px;
  949. height: 52px;
  950. z-index: 36;
  951. }
  952. #apDiv111 {
  953. position: absolute;
  954. left: 193px;
  955. top: 738px;
  956. width: 27px;
  957. height: 45px;
  958. z-index: 37;
  959. }
  960. #apDiv112 {
  961. position: absolute;
  962. left: 320px;
  963. top: 230px;
  964. width: 31px;
  965. height: 52px;
  966. z-index: 38;
  967. }
  968. #apDiv113 {
  969. position: absolute;
  970. left: 375px;
  971. top: 290px;
  972. width: 32px;
  973. height: 46px;
  974. z-index: 39;
  975. }
  976. #apDiv114 {
  977. position: absolute;
  978. left: 444px;
  979. top: 309px;
  980. width: 37px;
  981. height: 49px;
  982. z-index: 40;
  983. }
  984. #apDiv115 {
  985. position: absolute;
  986. left: 496px;
  987. top: 385px;
  988. width: 36px;
  989. height: 50px;
  990. z-index: 41;
  991. }
  992. #apDiv116 {
  993. position: absolute;
  994. left: 525px;
  995. top: 447px;
  996. width: 30px;
  997. height: 48px;
  998. z-index: 42;
  999. }
  1000. #apDiv117 {
  1001. position: absolute;
  1002. left: 533px;
  1003. top: 568px;
  1004. width: 30px;
  1005. height: 43px;
  1006. z-index: 43;
  1007. }
  1008. #apDiv118 {
  1009. position: absolute;
  1010. left: 473px;
  1011. top: 534px;
  1012. width: 37px;
  1013. height: 52px;
  1014. z-index: 44;
  1015. }
  1016. #apDiv119 {
  1017. position: absolute;
  1018. left: 434px;
  1019. top: 491px;
  1020. width: 36px;
  1021. height: 52px;
  1022. z-index: 45;
  1023. }
  1024. #apDiv120 {
  1025. position: absolute;
  1026. left: 435px;
  1027. top: 408px;
  1028. width: 38px;
  1029. height: 53px;
  1030. z-index: 46;
  1031. }
  1032. #apDiv121 {
  1033. position: absolute;
  1034. left: 396px;
  1035. top: 349px;
  1036. width: 39px;
  1037. height: 57px;
  1038. z-index: 47;
  1039. }
  1040. #apDiv122 {
  1041. position: absolute;
  1042. left: 202px;
  1043. top: 252px;
  1044. width: 37px;
  1045. height: 53px;
  1046. z-index: 48;
  1047. }
  1048. #apDiv123 {
  1049. position: absolute;
  1050. left: 253px;
  1051. top: 301px;
  1052. width: 34px;
  1053. height: 51px;
  1054. z-index: 49;
  1055. }
  1056. #apDiv124 {
  1057. position: absolute;
  1058. left: 274px;
  1059. top: 367px;
  1060. width: 40px;
  1061. height: 55px;
  1062. z-index: 50;
  1063. }
  1064. #apDiv125 {
  1065. position: absolute;
  1066. left: 334px;
  1067. top: 394px;
  1068. width: 36px;
  1069. height: 52px;
  1070. z-index: 51;
  1071. }
  1072. #apDiv126 {
  1073. position: absolute;
  1074. left: 298px;
  1075. top: 436px;
  1076. width: 38px;
  1077. height: 52px;
  1078. z-index: 52;
  1079. }
  1080. #apDiv127 {
  1081. position: absolute;
  1082. left: 362px;
  1083. top: 526px;
  1084. width: 39px;
  1085. height: 50px;
  1086. z-index: 53;
  1087. }
  1088. #apDiv128 {
  1089. position: absolute;
  1090. left: 394px;
  1091. top: 612px;
  1092. width: 36px;
  1093. height: 51px;
  1094. z-index: 54;
  1095. }
  1096. #apDiv129 {
  1097. position: absolute;
  1098. left: 455px;
  1099. top: 669px;
  1100. width: 37px;
  1101. height: 57px;
  1102. z-index: 55;
  1103. }
  1104. #apDiv130 {
  1105. position: absolute;
  1106. left: 513px;
  1107. top: 728px;
  1108. width: 35px;
  1109. height: 49px;
  1110. z-index: 56;
  1111. }
  1112. #apDiv131 {
  1113. position: absolute;
  1114. left: 396px;
  1115. top: 725px;
  1116. width: 36px;
  1117. height: 51px;
  1118. z-index: 57;
  1119. }
  1120. </style>
  1121. <script type="text/javascript">
  1122. var limittype='pj';
  1123. var pjinterval;
  1124. var lineinterval;
  1125. $(document).ready(function() {
  1126. projectaction();
  1127. });
  1128. function getInterval()
  1129. {
  1130. clearInterval(lineinterval);
  1131. clearInterval(pjinterval);
  1132. if(limittype=='pj')
  1133. {
  1134. pjinterval=window.setInterval(projectaction, 60000);
  1135. }else if(limittype=='ln')
  1136. {
  1137. lineinterval=window.setInterval(lineinfo, 60000);
  1138. }
  1139. }
  1140. function goback()
  1141. {
  1142. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  1143. }
  1144. function lineinfo()
  1145. {
  1146. var line=$("#lineid").val();
  1147. lineaction(line);
  1148. }
  1149. function lineaction(line)
  1150. {
  1151. $("#lineid").val(line);
  1152. limittype='ln';
  1153. getInterval();
  1154. wpAllInfoAjax(line);
  1155. apdata(line);
  1156. getlinejz(line);
  1157. if(line=='NSS08_XL')
  1158. {
  1159. $("#apDiv24").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_8line_Button.fw.png' width='94' height='27' /></a>");
  1160. $("#apDiv25").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_9line_Button.fw.png' width='94' height='27' />");
  1161. $("#apDiv26").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_7line_Button.fw.png' width='94' height='27' />");
  1162. }else if(line=='NSS09_XL')
  1163. {
  1164. $("#apDiv25").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_9line_Button.fw.png' width='94' height='27' /></a>");
  1165. $("#apDiv24").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_8line_Button.fw.png' width='94' height='27' />");
  1166. $("#apDiv26").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_7line_Button.fw.png' width='94' height='27' />");
  1167. }else if(line=='NSS07_XL')
  1168. {
  1169. $("#apDiv26").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_7line_Button.fw.png' width='94' height='27' /></a>");
  1170. $("#apDiv24").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_8line_Button.fw.png' width='94' height='27' />");
  1171. $("#apDiv25").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_9line_Button.fw.png' width='94' height='27' />");
  1172. }
  1173. }
  1174. function projectaction()
  1175. {
  1176. wpAllInfoAjax('NSS03_GC');
  1177. apdata('NSS03_GC');
  1178. getpjjz('-');
  1179. getInterval();
  1180. }
  1181. function getpjjz(type)
  1182. {
  1183. /*var num=parseInt($("#pagenums").val());
  1184. if(type=="+")
  1185. {
  1186. num=num+1;
  1187. $("#pagenums").val(num);
  1188. }else if(type=="-")
  1189. {
  1190. if(num-1<1)
  1191. {
  1192. num=1;
  1193. }else
  1194. {
  1195. num=num-1;
  1196. }
  1197. $("#pagenums").val(num);
  1198. }*/
  1199. $.ajax({
  1200. url : "stateAjax.action?wfName=NSS03_GC&type=pj&pagenums=1",
  1201. type : "post",
  1202. cache : false,
  1203. dataType : "json",
  1204. data : {},
  1205. async : false,
  1206. ifModified : false,
  1207. success : function(res) {
  1208. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  1209. html1 =html1+createpjTd(res);
  1210. html1 =html1+"</table>";
  1211. $("#container3").html(html1);
  1212. }
  1213. });
  1214. }
  1215. function createpjTd(result) {
  1216. var num=0;
  1217. var html;
  1218. html="<tr>";
  1219. $.each(result,function(i, value) {
  1220. var str=value["windTurbineId"];
  1221. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  1222. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  1223. html += "<tr>";
  1224. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  1225. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  1226. html += " <tr>";
  1227. html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  1228. html += " </tr>";
  1229. html += "</table>";
  1230. html += " </td>";
  1231. html += " </tr>";
  1232. html += "<tr>";
  1233. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  1234. html += " <tr>";
  1235. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  1236. html += " <td width='39' rowspan='2' align='center'>";
  1237. html += "<img ";
  1238. var color;
  1239. switch(value["state"]){
  1240. case 1:
  1241. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  1242. break;
  1243. case 0:
  1244. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  1245. break;
  1246. case 4:
  1247. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  1248. break;
  1249. case 2:
  1250. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  1251. break;
  1252. case 3:
  1253. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  1254. break;
  1255. case 5:
  1256. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1257. break;
  1258. case 6:
  1259. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1260. break;
  1261. }
  1262. html +=color;
  1263. html += "</td>";
  1264. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  1265. html += " <td width='4' align='right'>&nbsp;</td>";
  1266. html += " </tr>";
  1267. html += " <tr>";
  1268. html += " <td height='30' colspan='2'>&nbsp;</td>";
  1269. html += " </tr>";
  1270. html += "</table></td>";
  1271. html += "</tr>";
  1272. html += "<tr>";
  1273. html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
  1274. html += "<td width='62' align='center'>"+value["power"]+"</td>";
  1275. html += "</tr>";
  1276. html += "</table>";
  1277. html +="</td>";
  1278. num++;
  1279. if(num>=10)
  1280. {
  1281. html +="</tr>";
  1282. html +="<tr>";
  1283. num=0;
  1284. }
  1285. });
  1286. /*html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
  1287. html+="<tr>";
  1288. html+="<td height='40' align='right' class='value_Name' ><button value='' onclick=getfjjz('-')>上一页</button><button value='' onclick=getfjjz('+')>下一页</button></td>";
  1289. html+="</tr>";
  1290. html+="</table>";*/
  1291. html+="</tr>";
  1292. return html;
  1293. }
  1294. function getlinejz(wfName)
  1295. {
  1296. $.ajax({
  1297. url : "stateAjax.action?wfName="+wfName+"&type=ln&pagenums=1",
  1298. type : "post",
  1299. cache : false,
  1300. dataType : "json",
  1301. data : {},
  1302. async : false,
  1303. ifModified : false,
  1304. success : function(res) {
  1305. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  1306. html1 =html1+createlineTd(res);
  1307. html1 =html1+"</table>";
  1308. $("#container3").html(html1);
  1309. }
  1310. });
  1311. }
  1312. function createlineTd(result) {
  1313. var num=0;
  1314. var html;
  1315. html="<tr>";
  1316. $.each(result,function(i, value) {
  1317. var str=value["windTurbineId"];
  1318. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;'> ";
  1319. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  1320. html += "<tr>";
  1321. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  1322. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  1323. html += " <tr>";
  1324. html += " <td align='center' class='valueinfo_Name'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  1325. html += " </tr>";
  1326. html += "</table>";
  1327. html += " </td>";
  1328. html += " </tr>";
  1329. html += "<tr>";
  1330. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  1331. html += " <tr>";
  1332. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  1333. html += " <td width='39' rowspan='2' align='center'>";
  1334. html += "<img ";
  1335. var color;
  1336. switch(value["state"]){
  1337. case 1:
  1338. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  1339. break;
  1340. case 0:
  1341. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  1342. break;
  1343. case 4:
  1344. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  1345. break;
  1346. case 2:
  1347. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  1348. break;
  1349. case 3:
  1350. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  1351. break;
  1352. case 5:
  1353. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1354. break;
  1355. case 6:
  1356. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1357. break;
  1358. }
  1359. html +=color;
  1360. html += "</td>";
  1361. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  1362. html += " <td width='4' align='right'>&nbsp;</td>";
  1363. html += " </tr>";
  1364. html += " <tr>";
  1365. html += " <td height='30' colspan='2'>&nbsp;</td>";
  1366. html += " </tr>";
  1367. html += "</table></td>";
  1368. html += "</tr>";
  1369. html += "<tr>";
  1370. html += "<td width='63' height='20' align='center' class='valueinfo_Name'>"+value["speed"]+"</td>";
  1371. html += "<td width='62' align='center' class='valueinfo_Name'>"+value["power"]+"</td>";
  1372. html += "</tr>";
  1373. html += "</table>";
  1374. html +="</td>";
  1375. num++;
  1376. if(num>=10)
  1377. {
  1378. html +="</tr>";
  1379. html +="<tr>";
  1380. num=0;
  1381. }
  1382. });
  1383. html+="</tr>";
  1384. return html;
  1385. }
  1386. function project1()
  1387. {
  1388. $("#f1").attr("action","nssproject1.action?wfName=NSS01_GC").submit();
  1389. }
  1390. function project2()
  1391. {
  1392. $("#f1").attr("action","nssproject2.action?wfName=NSS02_GC").submit();
  1393. }
  1394. function project3()
  1395. {
  1396. $("#f1").attr("action","nssproject3.action?wfName=NSS03_GC").submit();
  1397. }
  1398. function windfarm()
  1399. {
  1400. $("#f1").attr("action","/windfarm/nssindex.action?wfName=NSS_FDC").submit();
  1401. }
  1402. function tower()
  1403. {
  1404. $("#f1").attr("action","/windfarm/nsswindtower.action?windfarm=NSS_FDC").submit();
  1405. }
  1406. function powerfirst()
  1407. {
  1408. $("#f1").attr("action","/windfarm/nsspowerfirst.action?wfName=NSS_FDC").submit();
  1409. }
  1410. function wtinfo()
  1411. {
  1412. $("#f1").attr("action","/windfarm/wtindex.action?wfName=NSS_FDC").submit();
  1413. }
  1414. function power()
  1415. {
  1416. $("#f1").attr("action","/windfarm/powerindex.action?wfName=NSS_FDC").submit();
  1417. }
  1418. function fjpb()
  1419. {
  1420. $("#f1").attr("action","/windfarm/nssstation1.action?wfName=NSS01_GC").submit();
  1421. }
  1422. function gowt(wtName)
  1423. {
  1424. $("#f1").attr("action","/windfarm/wtindex.action?wfName=NSS_FDC&wtName="+wtName).submit();
  1425. }
  1426. </script>
  1427. </head>
  1428. <body>
  1429. <form action="" id="f1" method="post" style="width: 1883px">
  1430. <s:hidden id="pagenums" value="1"></s:hidden>
  1431. <s:hidden id="lineid" value="NSS07_XL"></s:hidden>
  1432. <div id="apDiv24" onclick=lineaction('NSS08_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_8line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1433. <div id="apDiv25" onclick=lineaction('NSS09_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_9line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1434. <div id="apDiv26" onclick=lineaction('NSS07_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_7line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1435. <div id="apDiv98"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_7line.fw.png" width="191" height="652" /></div>
  1436. <div id="apDiv99"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_9line.fw.png" width="330" height="504" /></div>
  1437. <div id="apDiv100"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_8line.fw.png" width="250" height="350" /></div>
  1438. <div id="apDiv101"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1439. <div id="apDiv102"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1440. <div id="apDiv103"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1441. <div id="apDiv104"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1442. <div id="apDiv105"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1443. <div id="apDiv106"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1444. <div id="apDiv107"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1445. <div id="apDiv108"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1446. <div id="apDiv109"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1447. <div id="apDiv110"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1448. <div id="apDiv111"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1449. <div id="apDiv112"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1450. <div id="apDiv113"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1451. <div id="apDiv114"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1452. <div id="apDiv115"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1453. <div id="apDiv116"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1454. <div id="apDiv117"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1455. <div id="apDiv118"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1456. <div id="apDiv119"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1457. <div id="apDiv120"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1458. <div id="apDiv121"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1459. <div id="apDiv122"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1460. <div id="apDiv123"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1461. <div id="apDiv124"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1462. <div id="apDiv125"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1463. <div id="apDiv126"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1464. <div id="apDiv127"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1465. <div id="apDiv128"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1466. <div id="apDiv129"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1467. <div id="apDiv130"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1468. <div id="apDiv131"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1469. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  1470. <tr>
  1471. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  1472. <tr>
  1473. <td width="36" height="25">&nbsp;</td>
  1474. <td width="64" rowspan="2" align="center">&nbsp;</td>
  1475. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  1476. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  1477. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  1478. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  1479. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  1480. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  1481. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  1482. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  1483. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  1484. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  1485. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  1486. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  1487. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  1488. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  1489. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  1490. </tr>
  1491. <tr>
  1492. <td height="28">&nbsp;</td>
  1493. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  1494. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  1495. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  1496. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  1497. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  1498. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  1499. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  1500. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  1501. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  1502. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  1503. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  1504. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  1505. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  1506. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  1507. <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>
  1508. </tr>
  1509. </table></td>
  1510. </tr>
  1511. <tr>
  1512. <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  1513. </table>
  1514. <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">
  1515. <tr></tr>
  1516. <tr>
  1517. <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>
  1518. </tr>
  1519. <tr>
  1520. <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>
  1521. </tr>
  1522. <tr>
  1523. <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>
  1524. </tr>
  1525. <tr>
  1526. <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>
  1527. </tr>
  1528. <tr>
  1529. <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>
  1530. </tr>
  1531. </table></td>
  1532. <td width="540" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
  1533. <tr>
  1534. <td height="33">
  1535. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  1536. <tr>
  1537. <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_Button_noselected.jpg" width="90" height="33" onclick="windfarm()" style="cursor: pointer;"/></td>
  1538. <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>
  1539. <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>
  1540. <td width="52%" height="33" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/third_station_Button_selected.fw.jpg" width="90" height="33" onclick="project3()"/></td>
  1541. </tr>
  1542. </table></td>
  1543. </tr>
  1544. <tr>
  1545. <td width="540" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_All_third.jpg">&nbsp; </td>
  1546. </tr>
  1547. </table></td>
  1548. </tr>
  1549. <tr>
  1550. <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1551. <tr>
  1552. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1553. <tr>
  1554. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1555. </tr>
  1556. <tr>
  1557. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
  1558. 行<br />
  1559. 参<br />
  1560. 数</td>
  1561. </tr>
  1562. <tr>
  1563. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1564. </tr>
  1565. </table></td>
  1566. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1567. </tr>
  1568. <tr>
  1569. <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
  1570. <tr>
  1571. <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
  1572. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
  1573. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
  1574. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
  1575. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
  1576. </tr>
  1577. <tr>
  1578. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
  1579. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
  1580. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
  1581. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
  1582. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
  1583. </tr>
  1584. <tr>
  1585. <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
  1586. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
  1587. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
  1588. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
  1589. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
  1590. </tr>
  1591. <tr>
  1592. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
  1593. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
  1594. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
  1595. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
  1596. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
  1597. </tr>
  1598. </table></td>
  1599. </tr>
  1600. <tr>
  1601. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1602. </tr>
  1603. </table></td>
  1604. <td width="642" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1605. <tr>
  1606. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1607. <tr>
  1608. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1609. </tr>
  1610. <tr>
  1611. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">功<br />
  1612. 率<br />
  1613. 曲<br />
  1614. 线</td>
  1615. </tr>
  1616. <tr>
  1617. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1618. </tr>
  1619. </table></td>
  1620. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1621. </tr>
  1622. <tr>
  1623. <td width="609" height="200" align="center" valign="top">
  1624. <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
  1625. </td>
  1626. </tr>
  1627. <tr>
  1628. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1629. </tr>
  1630. </table></td>
  1631. </tr>
  1632. <tr>
  1633. <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
  1634. <tr>
  1635. <td width="30" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1636. <tr>
  1637. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1638. </tr>
  1639. <tr>
  1640. <td width="30" height="540" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
  1641. 站<br />
  1642. 总<br />
  1643. 貌</td>
  1644. </tr>
  1645. <tr>
  1646. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1647. </tr>
  1648. </table></td>
  1649. <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>
  1650. </tr>
  1651. <tr>
  1652. <td width="1252" height="536" align="center" valign="top">
  1653. <div id="container3" style="width: 1257; height: 536; float: left; border: 0;"></div>
  1654. </td>
  1655. </tr>
  1656. </table>
  1657. </form>
  1658. </body>
  1659. </html>