project3.jsp 40 KB

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