project2.jsp 42 KB

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