project1.jsp 40 KB

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