project1.jsp 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500
  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/project1.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: 287px;
  228. top: 94px;
  229. width: 37px;
  230. height: 51px;
  231. z-index: 18;
  232. }
  233. #apDiv22 {
  234. position: absolute;
  235. left: 338px;
  236. top: 212px;
  237. width: 28px;
  238. height: 41px;
  239. z-index: 19;
  240. }
  241. #apDiv23 {
  242. position: absolute;
  243. left: 447px;
  244. top: 461px;
  245. width: 27px;
  246. height: 40px;
  247. z-index: 20;
  248. }
  249. #apDiv24 {
  250. position: absolute;
  251. left: 486px;
  252. top: 522px;
  253. width: 32px;
  254. height: 42px;
  255. z-index: 21;
  256. }
  257. #apDiv25 {
  258. position: absolute;
  259. left: 441px;
  260. top: 610px;
  261. width: 29px;
  262. height: 40px;
  263. z-index: 22;
  264. }
  265. #apDiv26 {
  266. position: absolute;
  267. left: 460px;
  268. top: 701px;
  269. width: 32px;
  270. height: 43px;
  271. z-index: 23;
  272. }
  273. #apDiv27 {
  274. position: absolute;
  275. left: 420px;
  276. top: 753px;
  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: 403px;
  293. width: 31px;
  294. height: 39px;
  295. z-index: 26;
  296. }
  297. #apDiv30 {
  298. position: absolute;
  299. left: 477px;
  300. top: 313px;
  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: 154px;
  380. top: 236px;
  381. width: 36px;
  382. height: 51px;
  383. z-index: 37;
  384. }
  385. #apDiv41 {
  386. position: absolute;
  387. left: 194px;
  388. top: 288px;
  389. width: 40px;
  390. height: 54px;
  391. z-index: 38;
  392. }
  393. #apDiv42 {
  394. position: absolute;
  395. left: 46px;
  396. top: 289px;
  397. width: 34px;
  398. height: 49px;
  399. z-index: 39;
  400. }
  401. #apDiv43 {
  402. position: absolute;
  403. left: 86px;
  404. top: 329px;
  405. width: 33px;
  406. height: 47px;
  407. z-index: 40;
  408. }
  409. #apDiv44 {
  410. position: absolute;
  411. left: 136px;
  412. top: 334px;
  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: 165px;
  428. top: 449px;
  429. width: 37px;
  430. height: 48px;
  431. z-index: 43;
  432. }
  433. #apDiv47 {
  434. position: absolute;
  435. left: 190px;
  436. top: 505px;
  437. width: 36px;
  438. height: 51px;
  439. z-index: 44;
  440. }
  441. #apDiv48 {
  442. position: absolute;
  443. left: 228px;
  444. top: 554px;
  445. width: 39px;
  446. height: 57px;
  447. z-index: 45;
  448. }
  449. #apDiv49 {
  450. position: absolute;
  451. left: 262px;
  452. top: 636px;
  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: 370px;
  468. top: 713px;
  469. width: 38px;
  470. height: 51px;
  471. z-index: 48;
  472. }
  473. #apDiv52 {
  474. position: absolute;
  475. left: 398px;
  476. top: 523px;
  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: 100px;
  546. top: 213px;
  547. width: 307px;
  548. height: 105px;
  549. z-index: 1;
  550. }
  551. #apDiv61 {
  552. position: absolute;
  553. left: 88px;
  554. top: 569px;
  555. width: 279px;
  556. height: 110px;
  557. z-index: 2;
  558. }
  559. #apDiv62 {
  560. position: absolute;
  561. left: 94px;
  562. top: 362px;
  563. width: 217px;
  564. height: 97px;
  565. z-index: 3;
  566. }
  567. #apDiv63 {
  568. position: absolute;
  569. left: 322px;
  570. top: 441px;
  571. width: 239px;
  572. height: 106px;
  573. z-index: 4;
  574. }
  575. #apDiv64 {
  576. position: absolute;
  577. left: 118px;
  578. top: 188px;
  579. width: 65px;
  580. height: 25px;
  581. z-index: 5;
  582. }
  583. #apDiv65 {
  584. position: absolute;
  585. left: 90px;
  586. top: 344px;
  587. width: 57px;
  588. height: 18px;
  589. z-index: 6;
  590. }
  591. #apDiv66 {
  592. position: absolute;
  593. left: 371px;
  594. top: 355px;
  595. width: 60px;
  596. height: 27px;
  597. z-index: 7;
  598. }
  599. #apDiv67 {
  600. position: absolute;
  601. left: 79px;
  602. top: 513px;
  603. width: 61px;
  604. height: 28px;
  605. z-index: 8;
  606. }
  607. #apDiv68 {
  608. position: absolute;
  609. left: 176px;
  610. top: 164px;
  611. width: 33px;
  612. height: 44px;
  613. z-index: 1;
  614. }
  615. #apDiv69 {
  616. position: absolute;
  617. left: 119px;
  618. top: 112px;
  619. width: 32px;
  620. height: 42px;
  621. z-index: 2;
  622. }
  623. #apDiv70 {
  624. position: absolute;
  625. left: 81px;
  626. top: 161px;
  627. width: 34px;
  628. height: 43px;
  629. z-index: 3;
  630. }
  631. #apDiv71 {
  632. position: absolute;
  633. left: 62px;
  634. top: 207px;
  635. width: 34px;
  636. height: 46px;
  637. z-index: 4;
  638. }
  639. #apDiv72 {
  640. position: absolute;
  641. left: 104px;
  642. top: 414px;
  643. width: 34px;
  644. height: 48px;
  645. z-index: 5;
  646. }
  647. #apDiv73 {
  648. position: absolute;
  649. left: 122px;
  650. top: 490px;
  651. width: 36px;
  652. height: 45px;
  653. z-index: 6;
  654. }
  655. #apDiv74 {
  656. position: absolute;
  657. left: 171px;
  658. top: 623px;
  659. width: 35px;
  660. height: 47px;
  661. z-index: 7;
  662. }
  663. #apDiv75 {
  664. position: absolute;
  665. left: 203px;
  666. top: 671px;
  667. width: 39px;
  668. height: 48px;
  669. z-index: 8;
  670. }
  671. #apDiv76 {
  672. position: absolute;
  673. left: 247px;
  674. top: 678px;
  675. width: 37px;
  676. height: 49px;
  677. z-index: 9;
  678. }
  679. #apDiv77 {
  680. position: absolute;
  681. left: 332px;
  682. top: 625px;
  683. width: 35px;
  684. height: 48px;
  685. z-index: 10;
  686. }
  687. #apDiv78 {
  688. position: absolute;
  689. left: 362px;
  690. top: 658px;
  691. width: 36px;
  692. height: 50px;
  693. z-index: 11;
  694. }
  695. #apDiv79 {
  696. position: absolute;
  697. left: 219px;
  698. top: 262px;
  699. width: 32px;
  700. height: 40px;
  701. z-index: 12;
  702. }
  703. #apDiv80 {
  704. position: absolute;
  705. left: 186px;
  706. top: 314px;
  707. width: 33px;
  708. height: 45px;
  709. z-index: 13;
  710. }
  711. #apDiv81 {
  712. position: absolute;
  713. left: 170px;
  714. top: 455px;
  715. width: 34px;
  716. height: 45px;
  717. z-index: 14;
  718. }
  719. #apDiv82 {
  720. position: absolute;
  721. left: 198px;
  722. top: 541px;
  723. width: 33px;
  724. height: 43px;
  725. z-index: 15;
  726. }
  727. #apDiv83 {
  728. position: absolute;
  729. left: 236px;
  730. top: 558px;
  731. width: 36px;
  732. height: 43px;
  733. z-index: 16;
  734. }
  735. #apDiv84 {
  736. position: absolute;
  737. left: 274px;
  738. top: 512px;
  739. width: 34px;
  740. height: 44px;
  741. z-index: 17;
  742. }
  743. #apDiv85 {
  744. position: absolute;
  745. left: 216px;
  746. top: 394px;
  747. width: 38px;
  748. height: 45px;
  749. z-index: 18;
  750. }
  751. #apDiv86 {
  752. position: absolute;
  753. left: 270px;
  754. top: 417px;
  755. width: 35px;
  756. height: 43px;
  757. z-index: 19;
  758. }
  759. #apDiv87 {
  760. position: absolute;
  761. left: 321px;
  762. top: 486px;
  763. width: 38px;
  764. height: 50px;
  765. z-index: 20;
  766. }
  767. #apDiv88 {
  768. position: absolute;
  769. left: 368px;
  770. top: 563px;
  771. width: 33px;
  772. height: 46px;
  773. z-index: 21;
  774. }
  775. #apDiv89 {
  776. position: absolute;
  777. left: 440px;
  778. top: 606px;
  779. width: 38px;
  780. height: 46px;
  781. z-index: 22;
  782. }
  783. #apDiv90 {
  784. position: absolute;
  785. left: 281px;
  786. top: 204px;
  787. width: 36px;
  788. height: 46px;
  789. z-index: 23;
  790. }
  791. #apDiv91 {
  792. position: absolute;
  793. left: 288px;
  794. top: 280px;
  795. width: 39px;
  796. height: 44px;
  797. z-index: 24;
  798. }
  799. #apDiv92 {
  800. position: absolute;
  801. left: 345px;
  802. top: 289px;
  803. width: 40px;
  804. height: 51px;
  805. z-index: 25;
  806. }
  807. #apDiv93 {
  808. position: absolute;
  809. left: 367px;
  810. top: 372px;
  811. width: 36px;
  812. height: 51px;
  813. z-index: 26;
  814. }
  815. #apDiv94 {
  816. position: absolute;
  817. left: 382px;
  818. top: 463px;
  819. width: 41px;
  820. height: 53px;
  821. z-index: 27;
  822. }
  823. #apDiv95 {
  824. position: absolute;
  825. left: 410px;
  826. top: 407px;
  827. width: 41px;
  828. height: 56px;
  829. z-index: 28;
  830. }
  831. #apDiv96 {
  832. position: absolute;
  833. left: 444px;
  834. top: 497px;
  835. width: 34px;
  836. height: 47px;
  837. z-index: 29;
  838. }
  839. #apDiv97 {
  840. position: absolute;
  841. left: 512px;
  842. top: 418px;
  843. width: 33px;
  844. height: 45px;
  845. z-index: 30;
  846. }
  847. #apDiv98 {
  848. position: absolute;
  849. left: 542px;
  850. top: 453px;
  851. width: 36px;
  852. height: 47px;
  853. z-index: 31;
  854. }
  855. #apDiv99 {
  856. position: absolute;
  857. left: 511px;
  858. top: 552px;
  859. width: 33px;
  860. height: 45px;
  861. z-index: 32;
  862. }
  863. #apDiv100 {
  864. position: absolute;
  865. left: 495px;
  866. top: 633px;
  867. width: 38px;
  868. height: 50px;
  869. z-index: 33;
  870. }
  871. #apDiv109 {
  872. position: absolute;
  873. left: 195px;
  874. top: 132px;
  875. width: 103px;
  876. height: 26px;
  877. z-index: 34;
  878. }
  879. #apDiv110 {
  880. position: absolute;
  881. left: 153px;
  882. top: 230px;
  883. width: 101px;
  884. height: 26px;
  885. z-index: 35;
  886. }
  887. #apDiv111 {
  888. position: absolute;
  889. left: 333px;
  890. top: 236px;
  891. width: 105px;
  892. height: 29px;
  893. z-index: 36;
  894. }
  895. </style>
  896. <script type="text/javascript">
  897. var limittype='pj';
  898. var pjinterval;
  899. var lineinterval;
  900. $(document).ready(function() {
  901. projectaction();
  902. });
  903. function getInterval()
  904. {
  905. clearInterval(lineinterval);
  906. clearInterval(pjinterval);
  907. if(limittype=='pj')
  908. {
  909. pjinterval=window.setInterval(projectaction, 60000);
  910. }else if(limittype=='ln')
  911. {
  912. lineinterval=window.setInterval(lineinfo, 60000);
  913. }
  914. }
  915. function goback()
  916. {
  917. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  918. }
  919. function lineinfo()
  920. {
  921. var line=$("#lineid").val();
  922. lineaction(line);
  923. }
  924. function lineaction(line)
  925. {
  926. $("#lineid").val(line);
  927. limittype='ln';
  928. getInterval();
  929. wpAllInfoAjax(line);
  930. apdata(line);
  931. getlinejz(line);
  932. if(line=='SBQ01_XL')
  933. {
  934. $("#apDiv109").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' /></a>");
  935. $("#apDiv110").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' />");
  936. $("#apDiv111").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' />");
  937. }else if(line=='SBQ02_XL')
  938. {
  939. $("#apDiv110").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' /></a>");
  940. $("#apDiv109").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' />");
  941. $("#apDiv111").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' />");
  942. }else if(line=='SBQ03_XL')
  943. {
  944. $("#apDiv111").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' /></a>");
  945. $("#apDiv109").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' />");
  946. $("#apDiv110").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' />");
  947. }
  948. }
  949. function projectaction()
  950. {
  951. wpAllInfoAjax('SBQ01_GC');
  952. apdata('SBQ01_GC');
  953. getpjjz('-');
  954. getInterval();
  955. }
  956. function getpjjz(type)
  957. {
  958. /*var num=parseInt($("#pagenums").val());
  959. if(type=="+")
  960. {
  961. num=num+1;
  962. $("#pagenums").val(num);
  963. }else if(type=="-")
  964. {
  965. if(num-1<1)
  966. {
  967. num=1;
  968. }else
  969. {
  970. num=num-1;
  971. }
  972. $("#pagenums").val(num);
  973. }*/
  974. $.ajax({
  975. url : "stateAjax.action?wfName=SBQ01_GC&type=pj&pagenums=1",
  976. type : "post",
  977. cache : false,
  978. dataType : "json",
  979. data : {},
  980. async : false,
  981. ifModified : false,
  982. success : function(res) {
  983. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  984. html1 =html1+createpjTd(res);
  985. html1 =html1+"</table>";
  986. $("#container3").html(html1);
  987. }
  988. });
  989. }
  990. function createpjTd(result) {
  991. var num=0;
  992. var html;
  993. html="<tr>";
  994. $.each(result,function(i, value) {
  995. var str=value["windTurbineId"];
  996. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  997. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  998. html += "<tr>";
  999. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  1000. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  1001. html += " <tr>";
  1002. html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  1003. html += " </tr>";
  1004. html += "</table>";
  1005. html += " </td>";
  1006. html += " </tr>";
  1007. html += "<tr>";
  1008. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  1009. html += " <tr>";
  1010. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  1011. html += " <td width='39' rowspan='2' align='center'>";
  1012. html += "<img ";
  1013. var color;
  1014. switch(value["state"]){
  1015. case 1:
  1016. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  1017. break;
  1018. case 0:
  1019. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  1020. break;
  1021. case 4:
  1022. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  1023. break;
  1024. case 2:
  1025. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  1026. break;
  1027. case 3:
  1028. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  1029. break;
  1030. case 5:
  1031. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1032. break;
  1033. case 6:
  1034. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1035. break;
  1036. }
  1037. html +=color;
  1038. html += "</td>";
  1039. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  1040. html += " <td width='4' align='right'>&nbsp;</td>";
  1041. html += " </tr>";
  1042. html += " <tr>";
  1043. html += " <td height='30' colspan='2'>&nbsp;</td>";
  1044. html += " </tr>";
  1045. html += "</table></td>";
  1046. html += "</tr>";
  1047. html += "<tr>";
  1048. html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
  1049. html += "<td width='62' align='center'>"+value["power"]+"</td>";
  1050. html += "</tr>";
  1051. html += "</table>";
  1052. html +="</td>";
  1053. num++;
  1054. if(num>=10)
  1055. {
  1056. html +="</tr>";
  1057. html +="<tr>";
  1058. num=0;
  1059. }
  1060. });
  1061. /*html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
  1062. html+="<tr>";
  1063. html+="<td height='40' align='right' class='value_Name' ><button value='' onclick=getfjjz('-')>上一页</button><button value='' onclick=getfjjz('+')>下一页</button></td>";
  1064. html+="</tr>";
  1065. html+="</table>";*/
  1066. html+="</tr>";
  1067. return html;
  1068. }
  1069. function getlinejz(wfName)
  1070. {
  1071. $.ajax({
  1072. url : "stateAjax.action?wfName="+wfName+"&type=ln&pagenums=1",
  1073. type : "post",
  1074. cache : false,
  1075. dataType : "json",
  1076. data : {},
  1077. async : false,
  1078. ifModified : false,
  1079. success : function(res) {
  1080. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  1081. html1 =html1+createlineTd(res);
  1082. html1 =html1+"</table>";
  1083. $("#container3").html(html1);
  1084. }
  1085. });
  1086. }
  1087. function createlineTd(result) {
  1088. var num=0;
  1089. var html;
  1090. html="<tr>";
  1091. $.each(result,function(i, value) {
  1092. var str=value["windTurbineId"];
  1093. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  1094. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  1095. html += "<tr>";
  1096. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  1097. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  1098. html += " <tr>";
  1099. html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  1100. html += " </tr>";
  1101. html += "</table>";
  1102. html += " </td>";
  1103. html += " </tr>";
  1104. html += "<tr>";
  1105. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  1106. html += " <tr>";
  1107. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  1108. html += " <td width='39' rowspan='2' align='center'>";
  1109. html += "<img ";
  1110. var color;
  1111. switch(value["state"]){
  1112. case 1:
  1113. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  1114. break;
  1115. case 0:
  1116. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  1117. break;
  1118. case 4:
  1119. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  1120. break;
  1121. case 2:
  1122. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  1123. break;
  1124. case 3:
  1125. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  1126. break;
  1127. case 5:
  1128. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1129. break;
  1130. case 6:
  1131. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  1132. break;
  1133. }
  1134. html +=color;
  1135. html += "</td>";
  1136. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  1137. html += " <td width='4' align='right'>&nbsp;</td>";
  1138. html += " </tr>";
  1139. html += " <tr>";
  1140. html += " <td height='30' colspan='2'>&nbsp;</td>";
  1141. html += " </tr>";
  1142. html += "</table></td>";
  1143. html += "</tr>";
  1144. html += "<tr>";
  1145. html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
  1146. html += "<td width='62' align='center'>"+value["power"]+"</td>";
  1147. html += "</tr>";
  1148. html += "</table>";
  1149. html +="</td>";
  1150. num++;
  1151. if(num>=10)
  1152. {
  1153. html +="</tr>";
  1154. html +="<tr>";
  1155. num=0;
  1156. }
  1157. });
  1158. html+="</tr>";
  1159. return html;
  1160. }
  1161. function gowt(wtName)
  1162. {
  1163. $("#f1").attr("action","/windfarm/sbqwtindex.action?wfName=SBQ_FDC&wtName="+wtName).submit();
  1164. }
  1165. function project1()
  1166. {
  1167. $("#f1").attr("action","sbqproject1.action?wfName=SBQ01_GC").submit();
  1168. }
  1169. function project2()
  1170. {
  1171. $("#f1").attr("action","sbqproject2.action?wfName=SBQ02_GC").submit();
  1172. }
  1173. function project3()
  1174. {
  1175. $("#f1").attr("action","sbqproject3.action?wfName=SBQ03_GC").submit();
  1176. }
  1177. function project4()
  1178. {
  1179. $("#f1").attr("action","sbqproject4.action?wfName=SBQ04_GC").submit();
  1180. }
  1181. function windfarm()
  1182. {
  1183. $("#f1").attr("action","/windfarm/sbqindex.action?wfName=SBQ_FDC").submit();
  1184. }
  1185. function tower()
  1186. {
  1187. $("#f1").attr("action","/windfarm/sbqwindtower.action?windfarm=SBQ_FDC").submit();
  1188. }
  1189. function powerfirst()
  1190. {
  1191. $("#f1").attr("action","/windfarm/sbqpowerfirst.action?wfName=SBQ_FDC").submit();
  1192. }
  1193. function wtinfo()
  1194. {
  1195. $("#f1").attr("action","/windfarm/sbqwtindex.action?wfName=SBQ_FDC").submit();
  1196. }
  1197. function power()
  1198. {
  1199. $("#f1").attr("action","/windfarm/sbqpowerindex.action?wfName=SBQ_FDC").submit();
  1200. }
  1201. function fjpb()
  1202. {
  1203. $("#f1").attr("action","/windfarm/sbqstation1.action?wfName=SBQ01_GC").submit();
  1204. }
  1205. </script>
  1206. </head>
  1207. <body>
  1208. <form action="" id="f1" method="post" style="width: 1883px">
  1209. <s:hidden id="pagenums" value="1"></s:hidden>
  1210. <s:hidden id="lineid" value="SBQ01_XL"></s:hidden>
  1211. <div id="apDiv68"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1212. <div id="apDiv69"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1213. <div id="apDiv70"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1214. <div id="apDiv71"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1215. <div id="apDiv72"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1216. <div id="apDiv73"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1217. <div id="apDiv74"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1218. <div id="apDiv75"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1219. <div id="apDiv76"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1220. <div id="apDiv77"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1221. <div id="apDiv78"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1222. <div id="apDiv79"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1223. <div id="apDiv80"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1224. <div id="apDiv81"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1225. <div id="apDiv82"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1226. <div id="apDiv83"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1227. <div id="apDiv84"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1228. <div id="apDiv85"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1229. <div id="apDiv86"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1230. <div id="apDiv87"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1231. <div id="apDiv88"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1232. <div id="apDiv89"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1233. <div id="apDiv90"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1234. <div id="apDiv91"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1235. <div id="apDiv92"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1236. <div id="apDiv93"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1237. <div id="apDiv94"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1238. <div id="apDiv95"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1239. <div id="apDiv96"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1240. <div id="apDiv97"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1241. <div id="apDiv98"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1242. <div id="apDiv99"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1243. <div id="apDiv100"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  1244. <div id="apDiv109" onclick=lineaction('SBQ01_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1245. <div id="apDiv110" onclick=lineaction('SBQ02_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1246. <div id="apDiv111" onclick=lineaction('SBQ03_XL')><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png" width="94" height="27" style='cursor: pointer;'/></div>
  1247. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  1248. <tr>
  1249. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top_sbq.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  1250. <tr>
  1251. <td width="36" height="25">&nbsp;</td>
  1252. <td width="64" rowspan="2" align="center">&nbsp;</td>
  1253. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  1254. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  1255. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  1256. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  1257. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  1258. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  1259. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  1260. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  1261. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  1262. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  1263. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  1264. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  1265. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  1266. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  1267. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  1268. </tr>
  1269. <tr>
  1270. <td height="28">&nbsp;</td>
  1271. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  1272. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  1273. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  1274. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  1275. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  1276. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  1277. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  1278. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  1279. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  1280. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  1281. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  1282. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  1283. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  1284. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  1285. <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>
  1286. </tr>
  1287. </table></td>
  1288. </tr>
  1289. <tr>
  1290. <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  1291. </table>
  1292. <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">
  1293. <tr></tr>
  1294. <tr>
  1295. <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>
  1296. </tr>
  1297. <tr>
  1298. <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>
  1299. </tr>
  1300. <tr>
  1301. <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>
  1302. </tr>
  1303. <tr>
  1304. <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>
  1305. </tr>
  1306. <tr>
  1307. <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>
  1308. </tr>
  1309. </table></td>
  1310. <td width="540" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
  1311. <tr>
  1312. <td height="33"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1313. <tr>
  1314. <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>
  1315. <td width="16%" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/first_Station_button_seleted.jpg" width="90" height="33" onclick="project1()" /></td>
  1316. <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>
  1317. <td width="4%" valign="bottom" height="33"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/third_station_Button.jpg" width="90" height="33" onclick="project3()" /></td>
  1318. <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>
  1319. </tr>
  1320. </table></td>
  1321. </tr>
  1322. <tr>
  1323. <td width="540" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/sbq_zongmao_map_First.jpg">&nbsp;</td>
  1324. </tr>
  1325. </table></td>
  1326. </tr>
  1327. <tr>
  1328. <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1329. <tr>
  1330. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1331. <tr>
  1332. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1333. </tr>
  1334. <tr>
  1335. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
  1336. 行<br />
  1337. 参<br />
  1338. 数</td>
  1339. </tr>
  1340. <tr>
  1341. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1342. </tr>
  1343. </table></td>
  1344. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1345. </tr>
  1346. <tr>
  1347. <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
  1348. <tr>
  1349. <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
  1350. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
  1351. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
  1352. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
  1353. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
  1354. </tr>
  1355. <tr>
  1356. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
  1357. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
  1358. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
  1359. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
  1360. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
  1361. </tr>
  1362. <tr>
  1363. <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
  1364. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
  1365. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
  1366. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
  1367. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
  1368. </tr>
  1369. <tr>
  1370. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
  1371. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
  1372. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
  1373. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
  1374. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
  1375. </tr>
  1376. </table></td>
  1377. </tr>
  1378. <tr>
  1379. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1380. </tr>
  1381. </table></td>
  1382. <td width="642" 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">
  1402. <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
  1403. </td>
  1404. </tr>
  1405. <tr>
  1406. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1407. </tr>
  1408. </table></td>
  1409. </tr>
  1410. <tr>
  1411. <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
  1412. <tr>
  1413. <td width="30" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1414. <tr>
  1415. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1416. </tr>
  1417. <tr>
  1418. <td width="30" height="540" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
  1419. 站<br />
  1420. 总<br />
  1421. 貌</td>
  1422. </tr>
  1423. <tr>
  1424. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1425. </tr>
  1426. </table></td>
  1427. <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>
  1428. </tr>
  1429. <tr>
  1430. <td width="1252" height="536" align="center" valign="top">
  1431. <div id="container3" style="width: 1257; height: 536; float: left; border: 0;"></div>
  1432. </td>
  1433. </tr>
  1434. </table>
  1435. </form>
  1436. </body>
  1437. </html>