project1.jsp 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168
  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/mhs/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: 201px;
  546. top: 720px;
  547. width: 97px;
  548. height: 30px;
  549. z-index: 50;
  550. }
  551. #apDiv61 {
  552. position: absolute;
  553. left: 71px;
  554. top: 102px;
  555. width: 111px;
  556. height: 28px;
  557. z-index: 51;
  558. }
  559. #apDiv62 {
  560. position: absolute;
  561. left: 344px;
  562. top: 128px;
  563. width: 113px;
  564. height: 27px;
  565. z-index: 52;
  566. }
  567. </style>
  568. <script type="text/javascript">
  569. var limittype='pj';
  570. var pjinterval;
  571. var lineinterval;
  572. $(document).ready(function() {
  573. projectaction();
  574. });
  575. function getInterval()
  576. {
  577. clearInterval(lineinterval);
  578. clearInterval(pjinterval);
  579. if(limittype=='pj')
  580. {
  581. pjinterval=window.setInterval(projectaction, 60000);
  582. }else if(limittype=='ln')
  583. {
  584. lineinterval=window.setInterval(lineinfo, 60000);
  585. }
  586. }
  587. function goback()
  588. {
  589. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  590. }
  591. function lineinfo()
  592. {
  593. var line=$("#lineid").val();
  594. lineaction(line);
  595. }
  596. function lineaction(line)
  597. {
  598. $("#lineid").val(line);
  599. limittype='ln';
  600. getInterval();
  601. wpAllInfoAjax(line);
  602. apdata(line);
  603. getlinejz(line);
  604. if(line=='MHS01_XL')
  605. {
  606. $("#apDiv60").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' /></a>");
  607. $("#apDiv61").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' />");
  608. $("#apDiv62").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' />");
  609. }else if(line=='MHS02_XL')
  610. {
  611. $("#apDiv61").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' /></a>");
  612. $("#apDiv60").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' />");
  613. $("#apDiv62").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' />");
  614. }else if(line=='MHS03_XL')
  615. {
  616. $("#apDiv62").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' /></a>");
  617. $("#apDiv61").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' />");
  618. $("#apDiv60").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' />");
  619. }
  620. }
  621. function projectaction()
  622. {
  623. wpAllInfoAjax('MHS01_GC');
  624. apdata('MHS01_GC');
  625. getpjjz('-');
  626. getInterval();
  627. }
  628. function getpjjz(type)
  629. {
  630. /*var num=parseInt($("#pagenums").val());
  631. if(type=="+")
  632. {
  633. num=num+1;
  634. $("#pagenums").val(num);
  635. }else if(type=="-")
  636. {
  637. if(num-1<1)
  638. {
  639. num=1;
  640. }else
  641. {
  642. num=num-1;
  643. }
  644. $("#pagenums").val(num);
  645. }*/
  646. $.ajax({
  647. url : "stateAjax.action?wfName=MHS01_GC&type=pj&pagenums=1",
  648. type : "post",
  649. cache : false,
  650. dataType : "json",
  651. data : {},
  652. async : false,
  653. ifModified : false,
  654. success : function(res) {
  655. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  656. html1 =html1+createpjTd(res);
  657. html1 =html1+"</table>";
  658. $("#container3").html(html1);
  659. }
  660. });
  661. }
  662. function createpjTd(result) {
  663. var num=0;
  664. var html;
  665. html="<tr>";
  666. $.each(result,function(i, value) {
  667. var str=value["windTurbineId"];
  668. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  669. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  670. html += "<tr>";
  671. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  672. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  673. html += " <tr>";
  674. html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  675. html += " </tr>";
  676. html += "</table>";
  677. html += " </td>";
  678. html += " </tr>";
  679. html += "<tr>";
  680. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  681. html += " <tr>";
  682. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  683. html += " <td width='39' rowspan='2' align='center'>";
  684. html += "<img ";
  685. var color;
  686. switch(value["state"]){
  687. case 1:
  688. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  689. break;
  690. case 0:
  691. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  692. break;
  693. case 4:
  694. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  695. break;
  696. case 2:
  697. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  698. break;
  699. case 3:
  700. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  701. break;
  702. case 5:
  703. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  704. break;
  705. case 6:
  706. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  707. break;
  708. }
  709. html +=color;
  710. html += "</td>";
  711. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  712. html += " <td width='4' align='right'>&nbsp;</td>";
  713. html += " </tr>";
  714. html += " <tr>";
  715. html += " <td height='30' colspan='2'>&nbsp;</td>";
  716. html += " </tr>";
  717. html += "</table></td>";
  718. html += "</tr>";
  719. html += "<tr>";
  720. html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
  721. html += "<td width='62' align='center'>"+value["power"]+"</td>";
  722. html += "</tr>";
  723. html += "</table>";
  724. html +="</td>";
  725. num++;
  726. if(num>=10)
  727. {
  728. html +="</tr>";
  729. html +="<tr>";
  730. num=0;
  731. }
  732. });
  733. /*html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
  734. html+="<tr>";
  735. html+="<td height='40' align='right' class='value_Name' ><button value='' onclick=getfjjz('-')>上一页</button><button value='' onclick=getfjjz('+')>下一页</button></td>";
  736. html+="</tr>";
  737. html+="</table>";*/
  738. html+="</tr>";
  739. return html;
  740. }
  741. function getlinejz(wfName)
  742. {
  743. $.ajax({
  744. url : "stateAjax.action?wfName="+wfName+"&type=ln&pagenums=1",
  745. type : "post",
  746. cache : false,
  747. dataType : "json",
  748. data : {},
  749. async : false,
  750. ifModified : false,
  751. success : function(res) {
  752. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  753. html1 =html1+createlineTd(res);
  754. html1 =html1+"</table>";
  755. $("#container3").html(html1);
  756. }
  757. });
  758. }
  759. function createlineTd(result) {
  760. var num=0;
  761. var html;
  762. html="<tr>";
  763. $.each(result,function(i, value) {
  764. var str=value["windTurbineId"];
  765. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  766. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  767. html += "<tr>";
  768. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  769. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  770. html += " <tr>";
  771. html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  772. html += " </tr>";
  773. html += "</table>";
  774. html += " </td>";
  775. html += " </tr>";
  776. html += "<tr>";
  777. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  778. html += " <tr>";
  779. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  780. html += " <td width='39' rowspan='2' align='center'>";
  781. html += "<img ";
  782. var color;
  783. switch(value["state"]){
  784. case 1:
  785. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  786. break;
  787. case 0:
  788. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  789. break;
  790. case 4:
  791. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  792. break;
  793. case 2:
  794. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  795. break;
  796. case 3:
  797. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  798. break;
  799. case 5:
  800. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  801. break;
  802. case 6:
  803. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  804. break;
  805. }
  806. html +=color;
  807. html += "</td>";
  808. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  809. html += " <td width='4' align='right'>&nbsp;</td>";
  810. html += " </tr>";
  811. html += " <tr>";
  812. html += " <td height='30' colspan='2'>&nbsp;</td>";
  813. html += " </tr>";
  814. html += "</table></td>";
  815. html += "</tr>";
  816. html += "<tr>";
  817. html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
  818. html += "<td width='62' align='center'>"+value["power"]+"</td>";
  819. html += "</tr>";
  820. html += "</table>";
  821. html +="</td>";
  822. num++;
  823. if(num>=10)
  824. {
  825. html +="</tr>";
  826. html +="<tr>";
  827. num=0;
  828. }
  829. });
  830. html+="</tr>";
  831. return html;
  832. }
  833. function windfarm()
  834. {
  835. $("#f1").attr("action","/windfarm/mhsindex.action?wfName=MHS_FDC").submit();
  836. }
  837. function tower()
  838. {
  839. $("#f1").attr("action","/windfarm/mhswindtower.action?windfarm=MHS_FDC").submit();
  840. }
  841. function powerfirst()
  842. {
  843. $("#f1").attr("action","/windfarm/mhspowerfirst.action?wfName=MHS_FDC").submit();
  844. }
  845. function wtinfo()
  846. {
  847. $("#f1").attr("action","/windfarm/mhswtindex.action?wfName=MHS_FDC").submit();
  848. }
  849. function power()
  850. {
  851. $("#f1").attr("action","/windfarm/mhspowerindex.action?wfName=MHS_FDC").submit();
  852. }
  853. function fjpb()
  854. {
  855. $("#f1").attr("action","/windfarm/mhsstation1.action?wfName=MHS01_GC").submit();
  856. }
  857. function project1()
  858. {
  859. $("#f1").attr("action","/windfarm/mhsproject1.action?wfName=MHS01_GC").submit();
  860. }
  861. function project2()
  862. {
  863. $("#f1").attr("action","/windfarm/mhsproject2.action?wfName=MHS02_GC").submit();
  864. }
  865. function gowt(wtName)
  866. {
  867. $("#f1").attr("action","/windfarm/mhswtindex.action?wfName=MHS_FDC&wtName="+wtName).submit();
  868. }
  869. </script>
  870. </head>
  871. <body>
  872. <form action="" id="f1" method="post" style="width: 1883px">
  873. <s:hidden id="pagenums" value="1"></s:hidden>
  874. <s:hidden id="lineid" value="MHS01_XL"></s:hidden>
  875. <div id="apDiv21"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  876. <div id="apDiv22"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  877. <div id="apDiv23"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  878. <div id="apDiv24"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  879. <div id="apDiv25"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  880. <div id="apDiv26"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  881. <div id="apDiv27"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  882. <div id="apDiv28"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  883. <div id="apDiv29"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  884. <div id="apDiv30"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  885. <div id="apDiv31"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  886. <div id="apDiv32"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  887. <div id="apDiv33"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  888. <div id="apDiv34"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  889. <div id="apDiv35"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  890. <div id="apDiv36"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  891. <div id="apDiv37"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  892. <div id="apDiv38"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  893. <div id="apDiv39"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  894. <div id="apDiv40"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  895. <div id="apDiv41"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  896. <div id="apDiv42"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  897. <div id="apDiv43"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  898. <div id="apDiv44"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  899. <div id="apDiv45"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  900. <div id="apDiv46"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  901. <div id="apDiv47"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  902. <div id="apDiv48"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  903. <div id="apDiv49"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  904. <div id="apDiv50"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  905. <div id="apDiv51"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  906. <div id="apDiv52"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  907. <div id="apDiv60" onclick=lineaction('MHS01_XL') style='cursor: pointer;'><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png" width="94" height="27" /></div>
  908. <div id="apDiv61" onclick=lineaction('MHS02_XL') style='cursor: pointer;'><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png" width="94" height="27" /></div>
  909. <div id="apDiv62" onclick=lineaction('MHS03_XL') style='cursor: pointer;'><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png" width="94" height="27" /></div>
  910. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  911. <tr>
  912. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top_mhs.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  913. <tr>
  914. <td width="36" height="25">&nbsp;</td>
  915. <td width="64" rowspan="2" align="center">&nbsp;</td>
  916. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  917. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  918. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  919. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  920. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  921. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  922. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  923. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  924. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  925. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  926. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  927. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  928. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  929. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  930. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  931. </tr>
  932. <tr>
  933. <td height="28">&nbsp;</td>
  934. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  935. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  936. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  937. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  938. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  939. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  940. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  941. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  942. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  943. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  944. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  945. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  946. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  947. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  948. <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>
  949. </tr>
  950. </table></td>
  951. </tr>
  952. <tr>
  953. <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  954. </table>
  955. <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">
  956. <tr></tr>
  957. <tr>
  958. <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>
  959. </tr>
  960. <tr>
  961. <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>
  962. </tr>
  963. <tr>
  964. <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>
  965. </tr>
  966. <tr>
  967. <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>
  968. </tr>
  969. <tr>
  970. <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>
  971. </tr>
  972. </table></td>
  973. <td width="540" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
  974. <tr>
  975. <td height="33"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  976. <tr>
  977. <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>
  978. <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>
  979. <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>
  980. <td width="52%" height="33" valign="bottom">&nbsp;</td>
  981. </tr>
  982. </table></td>
  983. </tr>
  984. <tr>
  985. <td width="540" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/mhs_first_map.jpg">&nbsp;</td>
  986. </tr>
  987. </table></td>
  988. </tr>
  989. <tr>
  990. <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  991. <tr>
  992. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  993. <tr>
  994. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  995. </tr>
  996. <tr>
  997. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
  998. 行<br />
  999. 参<br />
  1000. 数</td>
  1001. </tr>
  1002. <tr>
  1003. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1004. </tr>
  1005. </table></td>
  1006. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1007. </tr>
  1008. <tr>
  1009. <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
  1010. <tr>
  1011. <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
  1012. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
  1013. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
  1014. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
  1015. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
  1016. </tr>
  1017. <tr>
  1018. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
  1019. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
  1020. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
  1021. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
  1022. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
  1023. </tr>
  1024. <tr>
  1025. <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
  1026. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
  1027. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
  1028. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
  1029. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
  1030. </tr>
  1031. <tr>
  1032. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
  1033. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
  1034. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
  1035. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
  1036. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
  1037. </tr>
  1038. </table></td>
  1039. </tr>
  1040. <tr>
  1041. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1042. </tr>
  1043. </table></td>
  1044. <td width="642" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1045. <tr>
  1046. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1047. <tr>
  1048. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1049. </tr>
  1050. <tr>
  1051. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">功<br />
  1052. 率<br />
  1053. 曲<br />
  1054. 线</td>
  1055. </tr>
  1056. <tr>
  1057. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1058. </tr>
  1059. </table></td>
  1060. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1061. </tr>
  1062. <tr>
  1063. <td width="609" height="200" align="center" valign="top">
  1064. <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
  1065. </td>
  1066. </tr>
  1067. <tr>
  1068. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1069. </tr>
  1070. </table></td>
  1071. </tr>
  1072. <tr>
  1073. <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
  1074. <tr>
  1075. <td width="30" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1076. <tr>
  1077. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1078. </tr>
  1079. <tr>
  1080. <td width="30" height="540" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
  1081. 站<br />
  1082. 总<br />
  1083. 貌</td>
  1084. </tr>
  1085. <tr>
  1086. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1087. </tr>
  1088. </table></td>
  1089. <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>
  1090. </tr>
  1091. <tr>
  1092. <td width="1252" height="536" align="center" valign="top">
  1093. <div id="container3" style="width: 1257; height: 536; float: left; border: 0;"></div>
  1094. </td>
  1095. </tr>
  1096. </table>
  1097. </form>
  1098. </body>
  1099. </html>