project2.jsp 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457
  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/project2.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: 387px;
  259. top: 117px;
  260. width: 98px;
  261. height: 26px;
  262. z-index: 21;
  263. }
  264. #apDiv25 {
  265. position: absolute;
  266. left: 159px;
  267. top: 149px;
  268. width: 97px;
  269. height: 23px;
  270. z-index: 22;
  271. }
  272. #apDiv26 {
  273. position: absolute;
  274. left: 480px;
  275. top: 620px;
  276. width: 96px;
  277. height: 27px;
  278. z-index: 23;
  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: 276px;
  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: 451px;
  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. </style>
  849. <script type="text/javascript">
  850. var limittype='pj';
  851. var pjinterval;
  852. var lineinterval;
  853. $(document).ready(function() {
  854. projectaction();
  855. });
  856. function getInterval()
  857. {
  858. clearInterval(lineinterval);
  859. clearInterval(pjinterval);
  860. if(limittype=='pj')
  861. {
  862. pjinterval=window.setInterval(projectaction, 60000);
  863. }else if(limittype=='ln')
  864. {
  865. lineinterval=window.setInterval(lineinfo, 60000);
  866. }
  867. }
  868. function goback()
  869. {
  870. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  871. }
  872. function lineinfo()
  873. {
  874. var line=$("#lineid").val();
  875. lineaction(line);
  876. }
  877. function lineaction(line)
  878. {
  879. $("#lineid").val(line);
  880. limittype='ln';
  881. getInterval();
  882. wpAllInfoAjax(line);
  883. apdata(line);
  884. getlinejz(line);
  885. if(line=='NSS04_XL')
  886. {
  887. $("#apDiv24").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_4line_Button.fw.png' width='94' height='27' /></a>");
  888. $("#apDiv25").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_5line_Button.fw.png' width='94' height='27' />");
  889. $("#apDiv26").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_6line_Button.fw.png' width='94' height='27' />");
  890. }else if(line=='NSS05_XL')
  891. {
  892. $("#apDiv25").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_5line_Button.fw.png' width='94' height='27' /></a>");
  893. $("#apDiv24").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_4line_Button.fw.png' width='94' height='27' />");
  894. $("#apDiv26").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_6line_Button.fw.png' width='94' height='27' />");
  895. }else if(line=='NSS06_XL')
  896. {
  897. $("#apDiv26").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_6line_Button.fw.png' width='94' height='27' /></a>");
  898. $("#apDiv24").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_4line_Button.fw.png' width='94' height='27' />");
  899. $("#apDiv25").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_5line_Button.fw.png' width='94' height='27' />");
  900. }
  901. }
  902. function projectaction()
  903. {
  904. wpAllInfoAjax('NSS02_GC');
  905. apdata('NSS02_GC');
  906. getpjjz('-');
  907. getInterval();
  908. }
  909. function getpjjz(type)
  910. {
  911. /*var num=parseInt($("#pagenums").val());
  912. if(type=="+")
  913. {
  914. num=num+1;
  915. $("#pagenums").val(num);
  916. }else if(type=="-")
  917. {
  918. if(num-1<1)
  919. {
  920. num=1;
  921. }else
  922. {
  923. num=num-1;
  924. }
  925. $("#pagenums").val(num);
  926. }*/
  927. $.ajax({
  928. url : "stateAjax.action?wfName=NSS02_GC&type=pj&pagenums=1",
  929. type : "post",
  930. cache : false,
  931. dataType : "json",
  932. data : {},
  933. async : false,
  934. ifModified : false,
  935. success : function(res) {
  936. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  937. html1 =html1+createpjTd(res);
  938. html1 =html1+"</table>";
  939. $("#container3").html(html1);
  940. }
  941. });
  942. }
  943. function createpjTd(result) {
  944. var num=0;
  945. var html;
  946. html="<tr>";
  947. $.each(result,function(i, value) {
  948. var str=value["windTurbineId"];
  949. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;'> ";
  950. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  951. html += "<tr>";
  952. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  953. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  954. html += " <tr>";
  955. html += " <td align='center' class='valueinfo_Name'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  956. html += " </tr>";
  957. html += "</table>";
  958. html += " </td>";
  959. html += " </tr>";
  960. html += "<tr>";
  961. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  962. html += " <tr>";
  963. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  964. html += " <td width='39' rowspan='2' align='center'>";
  965. html += "<img ";
  966. var color;
  967. switch(value["state"]){
  968. case 1:
  969. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  970. break;
  971. case 0:
  972. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  973. break;
  974. case 4:
  975. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  976. break;
  977. case 2:
  978. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  979. break;
  980. case 3:
  981. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  982. break;
  983. case 5:
  984. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  985. break;
  986. case 6:
  987. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  988. break;
  989. }
  990. html +=color;
  991. html += "</td>";
  992. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  993. html += " <td width='4' align='right'>&nbsp;</td>";
  994. html += " </tr>";
  995. html += " <tr>";
  996. html += " <td height='30' colspan='2'>&nbsp;</td>";
  997. html += " </tr>";
  998. html += "</table></td>";
  999. html += "</tr>";
  1000. html += "<tr>";
  1001. html += "<td width='63' height='20' align='center' class='valueinfo_Name'>"+value["speed"]+"</td>";
  1002. html += "<td width='62' align='center' class='valueinfo_Name'>"+value["power"]+"</td>";
  1003. html += "</tr>";
  1004. html += "</table>";
  1005. html +="</td>";
  1006. num++;
  1007. if(num>=10)
  1008. {
  1009. html +="</tr>";
  1010. html +="<tr>";
  1011. num=0;
  1012. }
  1013. });
  1014. /*html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
  1015. html+="<tr>";
  1016. html+="<td height='40' align='right' class='value_Name' ><button value='' onclick=getfjjz('-')>上一页</button><button value='' onclick=getfjjz('+')>下一页</button></td>";
  1017. html+="</tr>";
  1018. html+="</table>";*/
  1019. html+="</tr>";
  1020. return html;
  1021. }
  1022. function getlinejz(wfName)
  1023. {
  1024. $.ajax({
  1025. url : "stateAjax.action?wfName="+wfName+"&type=ln&pagenums=1",
  1026. type : "post",
  1027. cache : false,
  1028. dataType : "json",
  1029. data : {},
  1030. async : false,
  1031. ifModified : false,
  1032. success : function(res) {
  1033. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  1034. html1 =html1+createlineTd(res);
  1035. html1 =html1+"</table>";
  1036. $("#container3").html(html1);
  1037. }
  1038. });
  1039. }
  1040. function createlineTd(result) {
  1041. var num=0;
  1042. var html;
  1043. html="<tr>";
  1044. $.each(result,function(i, value) {
  1045. var str=value["windTurbineId"];
  1046. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  1047. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  1048. html += "<tr>";
  1049. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  1050. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  1051. html += " <tr>";
  1052. html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  1053. html += " </tr>";
  1054. html += "</table>";
  1055. html += " </td>";
  1056. html += " </tr>";
  1057. html += "<tr>";
  1058. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  1059. html += " <tr>";
  1060. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  1061. html += " <td width='39' rowspan='2' align='center'>";
  1062. html += "<img ";
  1063. var color;
  1064. switch(value["state"]){
  1065. case 1:
  1066. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  1067. break;
  1068. case 0:
  1069. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  1070. break;
  1071. case 4:
  1072. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  1073. break;
  1074. case 2:
  1075. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  1076. break;
  1077. case 3:
  1078. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  1079. break;
  1080. case 5:
  1081. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1082. break;
  1083. case 6:
  1084. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1085. break;
  1086. }
  1087. html +=color;
  1088. html += "</td>";
  1089. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  1090. html += " <td width='4' align='right'>&nbsp;</td>";
  1091. html += " </tr>";
  1092. html += " <tr>";
  1093. html += " <td height='30' colspan='2'>&nbsp;</td>";
  1094. html += " </tr>";
  1095. html += "</table></td>";
  1096. html += "</tr>";
  1097. html += "<tr>";
  1098. html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
  1099. html += "<td width='62' align='center'>"+value["power"]+"</td>";
  1100. html += "</tr>";
  1101. html += "</table>";
  1102. html +="</td>";
  1103. num++;
  1104. if(num>=10)
  1105. {
  1106. html +="</tr>";
  1107. html +="<tr>";
  1108. num=0;
  1109. }
  1110. });
  1111. html+="</tr>";
  1112. return html;
  1113. }
  1114. function project1()
  1115. {
  1116. $("#f1").attr("action","nssproject1.action?wfName=NSS01_GC").submit();
  1117. }
  1118. function project2()
  1119. {
  1120. $("#f1").attr("action","nssproject2.action?wfName=NSS02_GC").submit();
  1121. }
  1122. function project3()
  1123. {
  1124. $("#f1").attr("action","nssproject3.action?wfName=NSS03_GC").submit();
  1125. }
  1126. function windfarm()
  1127. {
  1128. $("#f1").attr("action","/windfarm/nssindex.action?wfName=NSS_FDC").submit();
  1129. }
  1130. function tower()
  1131. {
  1132. $("#f1").attr("action","/windfarm/nsswindtower.action?windfarm=NSS_FDC").submit();
  1133. }
  1134. function powerfirst()
  1135. {
  1136. $("#f1").attr("action","/windfarm/nsspowerfirst.action?wfName=NSS_FDC").submit();
  1137. }
  1138. function wtinfo()
  1139. {
  1140. $("#f1").attr("action","/windfarm/wtindex.action?wfName=NSS_FDC").submit();
  1141. }
  1142. function power()
  1143. {
  1144. $("#f1").attr("action","/windfarm/powerindex.action?wfName=NSS_FDC").submit();
  1145. }
  1146. function fjpb()
  1147. {
  1148. $("#f1").attr("action","/windfarm/nssstation1.action?wfName=NSS01_GC").submit();
  1149. }
  1150. function gowt(wtName)
  1151. {
  1152. $("#f1").attr("action","/windfarm/wtindex.action?wfName=NSS_FDC&wtName="+wtName).submit();
  1153. }
  1154. </script>
  1155. </head>
  1156. <body>
  1157. <form action="" id="f1" method="post" style="width: 1883px">
  1158. <s:hidden id="pagenums" value="1"></s:hidden>
  1159. <s:hidden id="lineid" value="NSS04_XL"></s:hidden>
  1160. <div id="apDiv24" onclick=lineaction('NSS04_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_4line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1161. <div id="apDiv25" onclick=lineaction('NSS05_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_5line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1162. <div id="apDiv26" onclick=lineaction('NSS06_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_6line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1163. <div id="apDiv61"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_4line.fw.png" width="297" height="357" /></div>
  1164. <div id="apDiv62"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_6line.fw.png" width="215" height="337" /></div>
  1165. <div id="apDiv63"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1166. <div id="apDiv64"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1167. <div id="apDiv65"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1168. <div id="apDiv66"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1169. <div id="apDiv67"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1170. <div id="apDiv68"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1171. <div id="apDiv69"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1172. <div id="apDiv60"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_5line.fw.png" width="276" height="646" /></div>
  1173. <div id="apDiv70"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1174. <div id="apDiv71"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1175. <div id="apDiv72"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1176. <div id="apDiv73"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1177. <div id="apDiv74"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1178. <div id="apDiv75"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1179. <div id="apDiv76"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1180. <div id="apDiv77"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1181. <div id="apDiv78"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1182. <div id="apDiv79"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1183. <div id="apDiv80"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1184. <div id="apDiv81"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1185. <div id="apDiv82"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1186. <div id="apDiv83"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1187. <div id="apDiv84"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1188. <div id="apDiv85"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1189. <div id="apDiv86"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1190. <div id="apDiv87"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1191. <div id="apDiv88"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1192. <div id="apDiv89"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1193. <div id="apDiv90"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1194. <div id="apDiv91"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1195. <div id="apDiv92"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1196. <div id="apDiv93"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1197. <div id="apDiv94"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1198. <div id="apDiv95"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1199. <div id="apDiv96"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1200. <div id="apDiv97"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1201. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  1202. <tr>
  1203. <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">
  1204. <tr>
  1205. <td width="36" height="25">&nbsp;</td>
  1206. <td width="64" rowspan="2" align="center">&nbsp;</td>
  1207. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  1208. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  1209. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  1210. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  1211. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  1212. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  1213. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  1214. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  1215. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  1216. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  1217. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  1218. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  1219. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  1220. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  1221. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  1222. </tr>
  1223. <tr>
  1224. <td height="28">&nbsp;</td>
  1225. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  1226. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  1227. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  1228. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  1229. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  1230. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  1231. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  1232. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  1233. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  1234. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  1235. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  1236. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  1237. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  1238. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  1239. <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>
  1240. </tr>
  1241. </table></td>
  1242. </tr>
  1243. <tr>
  1244. <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  1245. </table>
  1246. <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">
  1247. <tr></tr>
  1248. <tr>
  1249. <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>
  1250. </tr>
  1251. <tr>
  1252. <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>
  1253. </tr>
  1254. <tr>
  1255. <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>
  1256. </tr>
  1257. <tr>
  1258. <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>
  1259. </tr>
  1260. <tr>
  1261. <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>
  1262. </tr>
  1263. </table></td>
  1264. <td width="540" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
  1265. <tr>
  1266. <td height="33"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1267. <tr>
  1268. <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>
  1269. <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>
  1270. <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/second_station_Button_selected.fw.png" width="90" height="33" onclick="project2()"/></td>
  1271. <td width="52%" height="33" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/third_station_Button.jpg" width="90" height="33" onclick="project3()" style="cursor: pointer;"/></td>
  1272. </tr>
  1273. </table></td>
  1274. </tr>
  1275. <tr>
  1276. <td width="540" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_All_Second.jpg">&nbsp;</td>
  1277. </tr>
  1278. </table></td>
  1279. </tr>
  1280. <tr>
  1281. <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1282. <tr>
  1283. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1284. <tr>
  1285. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1286. </tr>
  1287. <tr>
  1288. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
  1289. 行<br />
  1290. 参<br />
  1291. 数</td>
  1292. </tr>
  1293. <tr>
  1294. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1295. </tr>
  1296. </table></td>
  1297. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1298. </tr>
  1299. <tr>
  1300. <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
  1301. <tr>
  1302. <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
  1303. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
  1304. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
  1305. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
  1306. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
  1307. </tr>
  1308. <tr>
  1309. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
  1310. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
  1311. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
  1312. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
  1313. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
  1314. </tr>
  1315. <tr>
  1316. <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
  1317. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
  1318. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
  1319. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
  1320. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
  1321. </tr>
  1322. <tr>
  1323. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
  1324. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
  1325. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
  1326. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
  1327. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
  1328. </tr>
  1329. </table></td>
  1330. </tr>
  1331. <tr>
  1332. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1333. </tr>
  1334. </table></td>
  1335. <td width="642" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1336. <tr>
  1337. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1338. <tr>
  1339. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1340. </tr>
  1341. <tr>
  1342. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">功<br />
  1343. 率<br />
  1344. 曲<br />
  1345. 线</td>
  1346. </tr>
  1347. <tr>
  1348. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1349. </tr>
  1350. </table></td>
  1351. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1352. </tr>
  1353. <tr>
  1354. <td width="609" height="200" align="center" valign="top">
  1355. <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
  1356. </td>
  1357. </tr>
  1358. <tr>
  1359. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1360. </tr>
  1361. </table></td>
  1362. </tr>
  1363. <tr>
  1364. <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
  1365. <tr>
  1366. <td width="30" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1367. <tr>
  1368. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1369. </tr>
  1370. <tr>
  1371. <td width="30" height="540" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
  1372. 站<br />
  1373. 总<br />
  1374. 貌</td>
  1375. </tr>
  1376. <tr>
  1377. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1378. </tr>
  1379. </table></td>
  1380. <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>
  1381. </tr>
  1382. <tr>
  1383. <td width="1252" height="536" align="center" valign="top">
  1384. <div id="container3" style="width: 1257; height: 536; float: left; border: 0;"></div>
  1385. </td>
  1386. </tr>
  1387. </table>
  1388. </form>
  1389. </body>
  1390. </html>