project1.jsp 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153
  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/nss/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. .valueinfo_Name {
  33. font-family: "Times New Roman", Times, serif;
  34. font-size: 12px;
  35. font-weight: bolder;
  36. color: #666;
  37. text-align: center;
  38. }
  39. @font-face {
  40. font-family: 'fontNameRegular';
  41. src:
  42. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.eot')
  43. ;
  44. src: local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont Regular'
  45. ),
  46. local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont'),
  47. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.woff')
  48. format('woff'),
  49. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.ttf')
  50. format('truetype'),
  51. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.svg#fontName')
  52. format('svg');
  53. font-size: 36px;
  54. font-weight: bolder;
  55. }
  56. .item_Name { font-family: Arial, Helvetica, sans-serif;
  57. font-size: 12px;
  58. font-weight: bolder;
  59. color: #333;
  60. }
  61. .unit_Name { font-family: Arial, Helvetica, sans-serif;
  62. font-size: 12px;
  63. color: #333;
  64. }
  65. #apDiv1 {
  66. position: absolute;
  67. width: 22px;
  68. height: 12px;
  69. z-index: 1;
  70. left: 741px;
  71. top: 482px;
  72. }
  73. #apDiv2 {
  74. position: absolute;
  75. width: 22px;
  76. height: 12px;
  77. z-index: 2;
  78. left: 744px;
  79. top: 648px;
  80. }
  81. #apDiv3 {
  82. position: absolute;
  83. left: 810px;
  84. top: 480px;
  85. width: 22px;
  86. height: 12px;
  87. z-index: 3;
  88. }
  89. #apDiv4 {
  90. position: absolute;
  91. left: 810px;
  92. top: 590px;
  93. width: 22px;
  94. height: 12px;
  95. z-index: 4;
  96. }
  97. #apDiv5 {
  98. position: absolute;
  99. left: 810px;
  100. top: 700px;
  101. width: 22px;
  102. height: 12px;
  103. z-index: 5;
  104. }
  105. #apDiv6 {
  106. position: absolute;
  107. left: 879px;
  108. top: 590px;
  109. width: 22px;
  110. height: 12px;
  111. z-index: 6;
  112. }
  113. #apDiv7 {
  114. position: absolute;
  115. left: 879px;
  116. top: 482px;
  117. width: 22px;
  118. height: 12px;
  119. z-index: 7;
  120. }
  121. #apDiv8 {
  122. position: absolute;
  123. left: 879px;
  124. top: 700px;
  125. width: 22px;
  126. height: 12px;
  127. z-index: 8;
  128. }
  129. #apDiv9 {
  130. position: absolute;
  131. left: 912px;
  132. top: 438px;
  133. width: 22px;
  134. height: 12px;
  135. z-index: 9;
  136. }
  137. #apDiv10 {
  138. position: absolute;
  139. left: 913px;
  140. top: 480px;
  141. width: 22px;
  142. height: 12px;
  143. z-index: 10;
  144. }
  145. #apDiv11 {
  146. position: absolute;
  147. left: 913px;
  148. top: 518px;
  149. width: 22px;
  150. height: 12px;
  151. z-index: 11;
  152. }
  153. #apDiv12 {
  154. position: absolute;
  155. left: 913px;
  156. top: 555px;
  157. width: 22px;
  158. height: 12px;
  159. z-index: 12;
  160. }
  161. #apDiv13 {
  162. position: absolute;
  163. left: 913px;
  164. top: 588px;
  165. width: 22px;
  166. height: 12px;
  167. z-index: 13;
  168. }
  169. #apDiv14 {
  170. position: absolute;
  171. left: 914px;
  172. top: 626px;
  173. width: 22px;
  174. height: 12px;
  175. z-index: 14;
  176. }
  177. #apDiv15 {
  178. position: absolute;
  179. left: 915px;
  180. top: 665px;
  181. width: 22px;
  182. height: 12px;
  183. z-index: 15;
  184. }
  185. #apDiv16 {
  186. position: absolute;
  187. left: 915px;
  188. top: 700px;
  189. width: 22px;
  190. height: 12px;
  191. z-index: 16;
  192. }
  193. #apDiv17 {
  194. position: absolute;
  195. left: 915px;
  196. top: 745px;
  197. width: 22px;
  198. height: 12px;
  199. z-index: 17;
  200. }
  201. .project_text {
  202. font-family: "宋体";
  203. font-size: 12px;
  204. font-weight: bolder;
  205. color: #FFF;
  206. text-decoration: none;
  207. }
  208. #apDiv18 {
  209. position: absolute;
  210. left: 135px;
  211. top: 106px;
  212. width: 131px;
  213. height: 19px;
  214. z-index: 18;
  215. }
  216. #apDiv19 {
  217. position: absolute;
  218. left: 114px;
  219. top: 362px;
  220. width: 125px;
  221. height: 21px;
  222. z-index: 19;
  223. }
  224. #apDiv20 {
  225. position: absolute;
  226. left: 174px;
  227. top: 588px;
  228. width: 122px;
  229. height: 21px;
  230. z-index: 20;
  231. }
  232. #apDiv21 {
  233. position: absolute;
  234. left: 324px;
  235. top: 381px;
  236. width: 210px;
  237. height: 420px;
  238. z-index: 18;
  239. }
  240. #apDiv22 {
  241. position: absolute;
  242. left: 225px;
  243. top: 153px;
  244. width: 232px;
  245. height: 622px;
  246. z-index: 19;
  247. }
  248. #apDiv23 {
  249. position: absolute;
  250. left: 111px;
  251. top: 230px;
  252. width: 169px;
  253. height: 491px;
  254. z-index: 20;
  255. }
  256. #apDiv24 {
  257. position: absolute;
  258. left: 483px;
  259. top: 512px;
  260. width: 98px;
  261. height: 26px;
  262. z-index: 21;
  263. }
  264. #apDiv25 {
  265. position: absolute;
  266. left: 290px;
  267. top: 144px;
  268. width: 97px;
  269. height: 23px;
  270. z-index: 22;
  271. }
  272. #apDiv26 {
  273. position: absolute;
  274. left: 103px;
  275. top: 201px;
  276. width: 96px;
  277. height: 27px;
  278. z-index: 23;
  279. }
  280. #apDiv27 {
  281. position: absolute;
  282. left: 547px;
  283. top: 457px;
  284. width: 37px;
  285. height: 50px;
  286. z-index: 24;
  287. }
  288. #apDiv28 {
  289. position: absolute;
  290. left: 491px;
  291. top: 441px;
  292. width: 39px;
  293. height: 52px;
  294. z-index: 25;
  295. }
  296. #apDiv29 {
  297. position: absolute;
  298. left: 447px;
  299. top: 415px;
  300. width: 36px;
  301. height: 51px;
  302. z-index: 26;
  303. }
  304. #apDiv30 {
  305. position: absolute;
  306. left: 424px;
  307. top: 342px;
  308. width: 41px;
  309. height: 52px;
  310. z-index: 27;
  311. }
  312. #apDiv31 {
  313. position: absolute;
  314. left: 386px;
  315. top: 384px;
  316. width: 35px;
  317. height: 49px;
  318. z-index: 28;
  319. }
  320. #apDiv32 {
  321. position: absolute;
  322. left: 396px;
  323. top: 441px;
  324. width: 39px;
  325. height: 52px;
  326. z-index: 29;
  327. }
  328. #apDiv33 {
  329. position: absolute;
  330. left: 318px;
  331. top: 490px;
  332. width: 36px;
  333. height: 48px;
  334. z-index: 30;
  335. }
  336. #apDiv34 {
  337. position: absolute;
  338. left: 345px;
  339. top: 527px;
  340. width: 40px;
  341. height: 53px;
  342. z-index: 31;
  343. }
  344. #apDiv35 {
  345. position: absolute;
  346. left: 311px;
  347. top: 588px;
  348. width: 38px;
  349. height: 53px;
  350. z-index: 32;
  351. }
  352. #apDiv36 {
  353. position: absolute;
  354. left: 344px;
  355. top: 660px;
  356. width: 40px;
  357. height: 51px;
  358. z-index: 33;
  359. }
  360. #apDiv37 {
  361. position: absolute;
  362. left: 334px;
  363. top: 749px;
  364. width: 40px;
  365. height: 45px;
  366. z-index: 34;
  367. }
  368. #apDiv38 {
  369. position: absolute;
  370. left: 390px;
  371. top: 117px;
  372. width: 34px;
  373. height: 46px;
  374. z-index: 35;
  375. }
  376. #apDiv39 {
  377. position: absolute;
  378. left: 445px;
  379. top: 126px;
  380. width: 33px;
  381. height: 49px;
  382. z-index: 36;
  383. }
  384. #apDiv40 {
  385. position: absolute;
  386. left: 456px;
  387. top: 193px;
  388. width: 33px;
  389. height: 48px;
  390. z-index: 37;
  391. }
  392. #apDiv41 {
  393. position: absolute;
  394. left: 403px;
  395. top: 198px;
  396. width: 37px;
  397. height: 54px;
  398. z-index: 38;
  399. }
  400. #apDiv42 {
  401. position: absolute;
  402. left: 338px;
  403. top: 216px;
  404. width: 38px;
  405. height: 50px;
  406. z-index: 39;
  407. }
  408. #apDiv43 {
  409. position: absolute;
  410. left: 368px;
  411. top: 258px;
  412. width: 38px;
  413. height: 52px;
  414. z-index: 40;
  415. }
  416. #apDiv44 {
  417. position: absolute;
  418. left: 322px;
  419. top: 311px;
  420. width: 35px;
  421. height: 48px;
  422. z-index: 41;
  423. }
  424. #apDiv45 {
  425. position: absolute;
  426. left: 294px;
  427. top: 379px;
  428. width: 38px;
  429. height: 52px;
  430. z-index: 42;
  431. }
  432. #apDiv46 {
  433. position: absolute;
  434. left: 233px;
  435. top: 459px;
  436. width: 35px;
  437. height: 48px;
  438. z-index: 43;
  439. }
  440. #apDiv47 {
  441. position: absolute;
  442. left: 216px;
  443. top: 545px;
  444. width: 36px;
  445. height: 48px;
  446. z-index: 44;
  447. }
  448. #apDiv48 {
  449. position: absolute;
  450. left: 227px;
  451. top: 625px;
  452. width: 36px;
  453. height: 49px;
  454. z-index: 45;
  455. }
  456. #apDiv49 {
  457. position: absolute;
  458. left: 257px;
  459. top: 715px;
  460. width: 42px;
  461. height: 53px;
  462. z-index: 46;
  463. }
  464. #apDiv50 {
  465. position: absolute;
  466. left: 247px;
  467. top: 189px;
  468. width: 36px;
  469. height: 51px;
  470. z-index: 47;
  471. }
  472. #apDiv51 {
  473. position: absolute;
  474. left: 212px;
  475. top: 226px;
  476. width: 36px;
  477. height: 52px;
  478. z-index: 48;
  479. }
  480. #apDiv52 {
  481. position: absolute;
  482. left: 208px;
  483. top: 305px;
  484. width: 42px;
  485. height: 52px;
  486. z-index: 49;
  487. }
  488. #apDiv53 {
  489. position: absolute;
  490. left: 162px;
  491. top: 340px;
  492. width: 34px;
  493. height: 51px;
  494. z-index: 50;
  495. }
  496. #apDiv54 {
  497. position: absolute;
  498. left: 100px;
  499. top: 346px;
  500. width: 38px;
  501. height: 50px;
  502. z-index: 51;
  503. }
  504. #apDiv55 {
  505. position: absolute;
  506. left: 138px;
  507. top: 404px;
  508. width: 36px;
  509. height: 50px;
  510. z-index: 52;
  511. }
  512. #apDiv56 {
  513. position: absolute;
  514. left: 113px;
  515. top: 472px;
  516. width: 36px;
  517. height: 49px;
  518. z-index: 53;
  519. }
  520. #apDiv57 {
  521. position: absolute;
  522. left: 121px;
  523. top: 529px;
  524. width: 38px;
  525. height: 51px;
  526. z-index: 54;
  527. }
  528. #apDiv58 {
  529. position: absolute;
  530. left: 136px;
  531. top: 591px;
  532. width: 36px;
  533. height: 51px;
  534. z-index: 55;
  535. }
  536. #apDiv59 {
  537. position: absolute;
  538. left: 161px;
  539. top: 664px;
  540. width: 38px;
  541. height: 56px;
  542. z-index: 56;
  543. }
  544. </style>
  545. <script type="text/javascript">
  546. var limittype='pj';
  547. var pjinterval;
  548. var lineinterval;
  549. $(document).ready(function() {
  550. projectaction();
  551. });
  552. function getInterval()
  553. {
  554. clearInterval(lineinterval);
  555. clearInterval(pjinterval);
  556. if(limittype=='pj')
  557. {
  558. pjinterval=window.setInterval(projectaction, 60000);
  559. }else if(limittype=='ln')
  560. {
  561. lineinterval=window.setInterval(lineinfo, 60000);
  562. }
  563. }
  564. function goback()
  565. {
  566. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  567. }
  568. function lineinfo()
  569. {
  570. var line=$("#lineid").val();
  571. lineaction(line);
  572. }
  573. function lineaction(line)
  574. {
  575. $("#lineid").val(line);
  576. limittype='ln';
  577. getInterval();
  578. wpAllInfoAjax(line);
  579. apdata(line);
  580. getlinejz(line);
  581. if(line=='NSS01_XL')
  582. {
  583. $("#apDiv24").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' /></a>");
  584. $("#apDiv25").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' />");
  585. $("#apDiv26").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' />");
  586. }else if(line=='NSS02_XL')
  587. {
  588. $("#apDiv25").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' /></a>");
  589. $("#apDiv24").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' />");
  590. $("#apDiv26").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' />");
  591. }else if(line=='NSS03_XL')
  592. {
  593. $("#apDiv26").html("<a href='#' ><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' /></a>");
  594. $("#apDiv24").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' />");
  595. $("#apDiv25").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' />");
  596. }
  597. }
  598. function projectaction()
  599. {
  600. wpAllInfoAjax('NSS01_GC');
  601. apdata('NSS01_GC');
  602. getpjjz('-');
  603. getInterval();
  604. }
  605. function getpjjz(type)
  606. {
  607. /*var num=parseInt($("#pagenums").val());
  608. if(type=="+")
  609. {
  610. num=num+1;
  611. $("#pagenums").val(num);
  612. }else if(type=="-")
  613. {
  614. if(num-1<1)
  615. {
  616. num=1;
  617. }else
  618. {
  619. num=num-1;
  620. }
  621. $("#pagenums").val(num);
  622. }*/
  623. $.ajax({
  624. url : "stateAjax.action?wfName=NSS01_GC&type=pj&pagenums=1",
  625. type : "post",
  626. cache : false,
  627. dataType : "json",
  628. data : {},
  629. async : false,
  630. ifModified : false,
  631. success : function(res) {
  632. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  633. html1 =html1+createpjTd(res);
  634. html1 =html1+"</table>";
  635. $("#container3").html(html1);
  636. }
  637. });
  638. }
  639. function createpjTd(result) {
  640. var num=0;
  641. var html;
  642. html="<tr>";
  643. $.each(result,function(i, value) {
  644. var str=value["windTurbineId"];
  645. html += "<td width='123' height='80' onclick=gowt('"+str+"') style='cursor: pointer;' > ";
  646. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  647. html += "<tr>";
  648. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  649. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  650. html += " <tr>";
  651. html += " <td align='center' class='valueinfo_Name' >"+str.substring(str.length-2,str.length)+"号"+"</td>";
  652. html += " </tr>";
  653. html += "</table>";
  654. html += " </td>";
  655. html += " </tr>";
  656. html += "<tr>";
  657. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  658. html += " <tr>";
  659. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  660. html += " <td width='39' rowspan='2' align='center'>";
  661. html += "<img ";
  662. var color;
  663. switch(value["state"]){
  664. case 1:
  665. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  666. break;
  667. case 0:
  668. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  669. break;
  670. case 4:
  671. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  672. break;
  673. case 2:
  674. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  675. break;
  676. case 3:
  677. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  678. break;
  679. case 5:
  680. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  681. break;
  682. case 6:
  683. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  684. break;
  685. }
  686. html +=color;
  687. html += "</td>";
  688. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  689. html += " <td width='4' align='right'>&nbsp;</td>";
  690. html += " </tr>";
  691. html += " <tr>";
  692. html += " <td height='30' colspan='2'>&nbsp;</td>";
  693. html += " </tr>";
  694. html += "</table></td>";
  695. html += "</tr>";
  696. html += "<tr>";
  697. html += "<td width='63' height='20' align='center' class='valueinfo_Name'>"+value["speed"]+"</td>";
  698. html += "<td width='62' align='center' class='valueinfo_Name'>"+value["power"]+"</td>";
  699. html += "</tr>";
  700. html += "</table>";
  701. html +="</td>";
  702. num++;
  703. if(num>=10)
  704. {
  705. html +="</tr>";
  706. html +="<tr>";
  707. num=0;
  708. }
  709. });
  710. /*html+="<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
  711. html+="<tr>";
  712. html+="<td height='40' align='right' class='value_Name' ><button value='' onclick=getfjjz('-')>上一页</button><button value='' onclick=getfjjz('+')>下一页</button></td>";
  713. html+="</tr>";
  714. html+="</table>";*/
  715. html+="</tr>";
  716. return html;
  717. }
  718. function getlinejz(wfName)
  719. {
  720. $.ajax({
  721. url : "stateAjax.action?wfName="+wfName+"&type=ln&pagenums=1",
  722. type : "post",
  723. cache : false,
  724. dataType : "json",
  725. data : {},
  726. async : false,
  727. ifModified : false,
  728. success : function(res) {
  729. var html1 = "<table width='1252' border='0' cellspacing='0' cellpadding='0'>";
  730. html1 =html1+createlineTd(res);
  731. html1 =html1+"</table>";
  732. $("#container3").html(html1);
  733. }
  734. });
  735. }
  736. function createlineTd(result) {
  737. var num=0;
  738. var html;
  739. html="<tr>";
  740. $.each(result,function(i, value) {
  741. var str=value["windTurbineId"];
  742. html += "<td width='123' height='86' onclick=gowt('"+str+"') style='cursor: pointer;'> ";
  743. html += "<table width='125' border='0' cellspacing='0' cellpadding='0' height='90' background='<%=request.getContextPath()%>/resource/images/system/pictures/fj_m_icon.jpg'>";
  744. html += "<tr>";
  745. html += "<td height='12' colspan='2' align='center' valign='bottom'>";
  746. html += "<table width='123' height='10' border='0' cellspacing='0' cellpadding='0'>";
  747. html += " <tr>";
  748. html += " <td align='center' style='font-size: 11px;'>"+str.substring(str.length-2,str.length)+"号"+"</td>";
  749. html += " </tr>";
  750. html += "</table>";
  751. html += " </td>";
  752. html += " </tr>";
  753. html += "<tr>";
  754. html += "<td height='58' colspan='2'><table width='125' border='0' cellspacing='0' cellpadding='0'>";
  755. html += " <tr>";
  756. html += " <td width='43' height='58' rowspan='2'>&nbsp;</td>";
  757. html += " <td width='39' rowspan='2' align='center'>";
  758. html += "<img ";
  759. var color;
  760. switch(value["state"]){
  761. case 1:
  762. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/run_Icon.gif' width='33' height='45' />";
  763. break;
  764. case 0:
  765. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png' width='33' height='45' />";
  766. break;
  767. case 4:
  768. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/repair_Icon.fw.png' width='33' height='45' />";
  769. break;
  770. case 2:
  771. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/stop_Icon.fw.png' width='33' height='45' />";
  772. break;
  773. case 3:
  774. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/interrupt_Icon.fw.png' width='33' height='45' />";
  775. break;
  776. case 5:
  777. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  778. break;
  779. case 6:
  780. color=" src='<%=request.getContextPath()%>/resource/images/system/pictures/limit_Icon.gif' width='33' height='45' />";
  781. break;
  782. }
  783. html +=color;
  784. html += "</td>";
  785. html += " <td width='39' height='28' align='right'>&nbsp;</td>";
  786. html += " <td width='4' align='right'>&nbsp;</td>";
  787. html += " </tr>";
  788. html += " <tr>";
  789. html += " <td height='30' colspan='2'>&nbsp;</td>";
  790. html += " </tr>";
  791. html += "</table></td>";
  792. html += "</tr>";
  793. html += "<tr>";
  794. html += "<td width='63' height='20' align='center'>"+value["speed"]+"</td>";
  795. html += "<td width='62' align='center'>"+value["power"]+"</td>";
  796. html += "</tr>";
  797. html += "</table>";
  798. html +="</td>";
  799. num++;
  800. if(num>=10)
  801. {
  802. html +="</tr>";
  803. html +="<tr>";
  804. num=0;
  805. }
  806. });
  807. html+="</tr>";
  808. return html;
  809. }
  810. function project1()
  811. {
  812. $("#f1").attr("action","nssproject1.action?wfName=NSS01_GC").submit();
  813. }
  814. function project2()
  815. {
  816. $("#f1").attr("action","nssproject2.action?wfName=NSS02_GC").submit();
  817. }
  818. function project3()
  819. {
  820. $("#f1").attr("action","nssproject3.action?wfName=NSS03_GC").submit();
  821. }
  822. function windfarm()
  823. {
  824. $("#f1").attr("action","/windfarm/nssindex.action?wfName=NSS_FDC").submit();
  825. }
  826. function tower()
  827. {
  828. $("#f1").attr("action","/windfarm/nsswindtower.action?windfarm=NSS_FDC").submit();
  829. }
  830. function powerfirst()
  831. {
  832. $("#f1").attr("action","/windfarm/nsspowerfirst.action?wfName=NSS_FDC").submit();
  833. }
  834. function wtinfo()
  835. {
  836. $("#f1").attr("action","/windfarm/wtindex.action?wfName=NSS_FDC").submit();
  837. }
  838. function power()
  839. {
  840. $("#f1").attr("action","/windfarm/powerindex.action?wfName=NSS_FDC").submit();
  841. }
  842. function fjpb()
  843. {
  844. $("#f1").attr("action","/windfarm/nssstation1.action?wfName=NSS01_GC").submit();
  845. }
  846. function gowt(wtName)
  847. {
  848. $("#f1").attr("action","/windfarm/wtindex.action?wfName=NSS_FDC&wtName="+wtName).submit();
  849. }
  850. </script>
  851. </head>
  852. <body>
  853. <form action="" id="f1" method="post" style="width: 1883px">
  854. <s:hidden id="pagenums" value="1"></s:hidden>
  855. <s:hidden id="lineid" value="NSS01_XL"></s:hidden>
  856. <div id="apDiv21"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line.fw.png" width="245" height="414" /></div>
  857. <div id="apDiv22"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line.fw.png" width="256" height="611" /></div>
  858. <div id="apDiv23"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line.fw.png" width="163" height="480" /></div>
  859. <div id='apDiv24' onclick=lineaction('NSS01_XL')><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_1line_Button.fw.png' width='94' height='27' style='cursor: pointer;'/></div>
  860. <div id='apDiv25' onclick=lineaction('NSS02_XL')><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_2line_Button.fw.png' width='94' height='27' style='cursor: pointer;'/></div>
  861. <div id='apDiv26' onclick=lineaction('NSS03_XL')><img src='<%=request.getContextPath()%>/resource/images/system/pictures/nsh_3line_Button.fw.png' width='94' height='27' style='cursor: pointer;'/></div>
  862. <div id="apDiv27"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  863. <div id="apDiv28"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  864. <div id="apDiv29"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  865. <div id="apDiv30"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  866. <div id="apDiv31"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  867. <div id="apDiv32"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  868. <div id="apDiv33"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  869. <div id="apDiv34"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  870. <div id="apDiv35"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  871. <div id="apDiv36"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  872. <div id="apDiv37"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  873. <div id="apDiv38"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  874. <div id="apDiv39"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  875. <div id="apDiv40"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  876. <div id="apDiv41"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  877. <div id="apDiv42"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  878. <div id="apDiv43"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  879. <div id="apDiv44"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  880. <div id="apDiv45"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  881. <div id="apDiv46"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  882. <div id="apDiv47"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  883. <div id="apDiv48"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  884. <div id="apDiv49"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  885. <div id="apDiv50"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  886. <div id="apDiv51"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  887. <div id="apDiv52"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  888. <div id="apDiv53"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  889. <div id="apDiv54"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  890. <div id="apDiv55"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  891. <div id="apDiv56"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  892. <div id="apDiv57"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  893. <div id="apDiv58"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  894. <div id="apDiv59"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/standBy_Icon.fw.png" width="33" height="45" /></div>
  895. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  896. <tr>
  897. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  898. <tr>
  899. <td width="36" height="25">&nbsp;</td>
  900. <td width="64" rowspan="2" align="center">&nbsp;</td>
  901. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  902. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  903. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  904. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  905. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  906. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  907. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  908. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  909. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  910. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  911. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  912. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  913. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  914. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  915. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  916. </tr>
  917. <tr>
  918. <td height="28">&nbsp;</td>
  919. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  920. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  921. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  922. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  923. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  924. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  925. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  926. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  927. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  928. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  929. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  930. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  931. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  932. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  933. <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>
  934. </tr>
  935. </table></td>
  936. </tr>
  937. <tr>
  938. <td width="37" rowspan="3" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  939. </table>
  940. <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">
  941. <tr></tr>
  942. <tr>
  943. <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>
  944. </tr>
  945. <tr>
  946. <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>
  947. </tr>
  948. <tr>
  949. <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>
  950. </tr>
  951. <tr>
  952. <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>
  953. </tr>
  954. <tr>
  955. <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>
  956. </tr>
  957. </table></td>
  958. <td width="540" rowspan="3" valign="top"><table width="559" border="0" cellspacing="0" cellpadding="0">
  959. <tr>
  960. <td height="33"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  961. <tr>
  962. <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>
  963. <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>
  964. <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>
  965. <td width="52%" height="33" valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/third_station_Button.jpg" width="90" height="33" onclick="project3()" style="cursor: pointer;"/></td>
  966. </tr>
  967. </table></td>
  968. </tr>
  969. <tr>
  970. <td width="540" height="735" align="center" valign="top" background="<%=request.getContextPath()%>/resource/images/system/pictures/nsh_All_first.jpg">&nbsp;</td>
  971. </tr>
  972. </table></td>
  973. </tr>
  974. <tr>
  975. <td width="640" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  976. <tr>
  977. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  978. <tr>
  979. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  980. </tr>
  981. <tr>
  982. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">运<br />
  983. 行<br />
  984. 参<br />
  985. 数</td>
  986. </tr>
  987. <tr>
  988. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  989. </tr>
  990. </table></td>
  991. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  992. </tr>
  993. <tr>
  994. <td width="609" height="200" align="center" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#efefef">
  995. <tr>
  996. <td width="120" height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电时间(小时)</span></td>
  997. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机时间(小时)</span></td>
  998. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机时间(小时)</span></td>
  999. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机报警次数(次数)</span></td>
  1000. <td width="120" align="center" bgcolor="#FFFFFF"><span class="value_Name">风机故障次数(次数)</span></td>
  1001. </tr>
  1002. <tr>
  1003. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="xdxs" ></span></td>
  1004. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzxs" ></td>
  1005. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="whxs" ></span></td>
  1006. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="bjcs" ></span></td>
  1007. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="gzcs" ></span></td>
  1008. </tr>
  1009. <tr>
  1010. <td height="48" align="center" bgcolor="#FFFFFF"><span class="value_Name">限电损失(kw/h)</span></td>
  1011. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">故障停机损失(kw/h)</span></td>
  1012. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">维护停机损失(kw/h)</span></td>
  1013. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">性能损失电量(kw/h)</span></td>
  1014. <td align="center" bgcolor="#FFFFFF"><span class="value_Name">受累损失电量(kw/h)</span></td>
  1015. </tr>
  1016. <tr>
  1017. <td height="49" align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rxdss" ></span></td>
  1018. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rgzss" ></span></td>
  1019. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rwhss" ></span></td>
  1020. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rqfss" ></span></td>
  1021. <td align="center" bgcolor="#FFFFFF"><span class="value_Name" id="rslss" ></span></td>
  1022. </tr>
  1023. </table></td>
  1024. </tr>
  1025. <tr>
  1026. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1027. </tr>
  1028. </table></td>
  1029. <td width="642" valign="top"><table width="640" border="0" cellspacing="0" cellpadding="0">
  1030. <tr>
  1031. <td width="30" rowspan="3"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1032. <tr>
  1033. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1034. </tr>
  1035. <tr>
  1036. <td width="30" height="200" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">功<br />
  1037. 率<br />
  1038. 曲<br />
  1039. 线</td>
  1040. </tr>
  1041. <tr>
  1042. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1043. </tr>
  1044. </table></td>
  1045. <td width="620" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_top.jpg" width="609" height="3" /></td>
  1046. </tr>
  1047. <tr>
  1048. <td width="609" height="200" align="center" valign="top">
  1049. <div id="container1" style="width: 600px; height: 200px; float: left; border: 0px;"></div>
  1050. </td>
  1051. </tr>
  1052. <tr>
  1053. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_content_bottom.jpg" width="609" height="3" /></td>
  1054. </tr>
  1055. </table></td>
  1056. </tr>
  1057. <tr>
  1058. <td colspan="2" valign="top"><table width="1282" border="0" cellspacing="0" cellpadding="0">
  1059. <tr>
  1060. <td width="30" rowspan="3" valign="top" bgcolor="#FFFFFF"><table width="30" border="0" cellspacing="0" cellpadding="0">
  1061. <tr>
  1062. <td valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_top.jpg" width="30" height="3" /></td>
  1063. </tr>
  1064. <tr>
  1065. <td width="30" height="540" align="center" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_middle.jpg" class="station_Name">场<br />
  1066. 站<br />
  1067. 总<br />
  1068. 貌</td>
  1069. </tr>
  1070. <tr>
  1071. <td valign="bottom"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_item_bottom.jpg" width="30" height="3" /></td>
  1072. </tr>
  1073. </table></td>
  1074. <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>
  1075. </tr>
  1076. <tr>
  1077. <td width="1252" height="536" align="center" valign="top">
  1078. <div id="container3" style="width: 1252; height: 534; float: left; border: 0;"></div>
  1079. </td>
  1080. </tr>
  1081. </table>
  1082. </form>
  1083. </body>
  1084. </html>