wtinfo.jsp 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  1. <%@ page language="java" contentType="text/html;charset=utf-8"%>
  2. <%@include file="/pages/includes/taglibs.jsp"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
  4. <head>
  5. <script type="text/javascript" src="<%=request.getContextPath() %>/resource/js/jquery-1.8.3.js"></script>
  6. <script type="text/ecmascript" src="<%=request.getContextPath() %>/resource/plugin/jqgrid/js/jquery.jqGrid.min.js"></script>
  7. <script type="text/ecmascript" src="<%=request.getContextPath() %>/resource/plugin/jqgrid/js/i18n/grid.locale-cn.js"></script>
  8. <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
  9. <script src="<%=request.getContextPath() %>/resource/plugin/jqueryui/js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
  10. <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts.src.js" type="text/javascript"></script>
  11. <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts-more.js"></script>
  12. <script type="text/javascript" src="<%=request.getContextPath() %>/pages/monitor/wtinfo.js"></script>
  13. <script src="<%=request.getContextPath()%>/resource/js/highcharts/modules/solid-gauge.src.js"></script>
  14. <script type="text/ecmascript" src="<%=request.getContextPath()%>/resource/js/system/jqdatagrid.js"></script>
  15. <link rel="stylesheet" type="text/css" media="screen" href="<%=request.getContextPath() %>/resource/plugin/jqgrid/css/ui.jqgrid.css" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  16. <style type="text/css">
  17. body {
  18. margin-left: 0px;
  19. margin-top: 0px;
  20. margin-right: 0px;
  21. margin-bottom: 0px;
  22. }
  23. .value_Name {
  24. font-family: "Times New Roman", Times, serif;
  25. font-size: 14px;
  26. font-weight: bolder;
  27. color: #666;
  28. }
  29. a:link,a:visited{ /* 超链接正常状态、被访问过的样式 */
  30. color:#000000;
  31. padding:4px 10px 4px 10px;
  32. background-color:#f1f1f1;
  33. text-decoration:none;
  34. border-top:1px solid #EEEEEE; /* 边框实现阴影效果 */
  35. border-left:1px solid #EEEEEE;
  36. border-bottom:1px solid #717171;
  37. border-right:1px solid #717171;
  38. }
  39. a:hover{ /* 鼠标指针经过时的超链接 */
  40. color:#821818; /* 改变文字颜色 */
  41. padding:5px 8px 3px 12px; /* 改变文字位置 */
  42. background-color:#e2c4c9; /* 改变背景色 */
  43. border-top:1px solid #717171; /* 边框变换,实现“按下去”的效果 */
  44. border-left:1px solid #717171;
  45. border-bottom:1px solid #EEEEEE;
  46. border-right:1px solid #EEEEEE;
  47. }
  48. .station_Name {
  49. font-family: "Times New Roman", Times, serif;
  50. font-size: 14px;
  51. font-weight: bolder;
  52. color: #666;
  53. }
  54. @font-face {
  55. font-family: 'fontNameRegular';
  56. src:
  57. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.eot')
  58. ;
  59. src: local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont Regular'
  60. ),
  61. local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont'),
  62. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.woff')
  63. format('woff'),
  64. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.ttf')
  65. format('truetype'),
  66. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.svg#fontName')
  67. format('svg');
  68. font-size: 36px;
  69. font-weight: bolder;
  70. }
  71. .item_Name { font-family: Arial, Helvetica, sans-serif;
  72. font-size: 12px;
  73. font-weight: bolder;
  74. color: #333;
  75. }
  76. .unit_Name { font-family: Arial, Helvetica, sans-serif;
  77. font-size: 12px;
  78. color: #333;
  79. }
  80. valueinfo_Name {
  81. font-family: "Times New Roman", Times, serif;
  82. font-size: 14px;
  83. font-weight: bolder;
  84. color: #183852;
  85. text-align: center;
  86. }
  87. .valueinfo2_Name {
  88. font-family: "Times New Roman", Times, serif;
  89. font-size: 12px;
  90. font-weight: bolder;
  91. color: #336891;
  92. text-align: center;
  93. }
  94. #apDiv1 {
  95. position: absolute;
  96. width: 22px;
  97. height: 12px;
  98. z-index: 1;
  99. left: 741px;
  100. top: 467px;
  101. }
  102. #apDiv2 {
  103. position: absolute;
  104. width: 22px;
  105. height: 12px;
  106. z-index: 2;
  107. left: 744px;
  108. top: 633px;
  109. }
  110. #apDiv3 {
  111. position: absolute;
  112. left: 817px;
  113. top: 467px;
  114. width: 22px;
  115. height: 12px;
  116. z-index: 3;
  117. }
  118. #apDiv4 {
  119. position: absolute;
  120. left: 817px;
  121. top: 576px;
  122. width: 22px;
  123. height: 12px;
  124. z-index: 4;
  125. }
  126. #apDiv5 {
  127. position: absolute;
  128. left: 816px;
  129. top: 687px;
  130. width: 22px;
  131. height: 12px;
  132. z-index: 5;
  133. }
  134. #apDiv6 {
  135. position: absolute;
  136. left: 879px;
  137. top: 576px;
  138. width: 22px;
  139. height: 12px;
  140. z-index: 6;
  141. }
  142. #apDiv7 {
  143. position: absolute;
  144. left: 879px;
  145. top: 468px;
  146. width: 22px;
  147. height: 12px;
  148. z-index: 7;
  149. }
  150. #apDiv8 {
  151. position: absolute;
  152. left: 879px;
  153. top: 687px;
  154. width: 22px;
  155. height: 12px;
  156. z-index: 8;
  157. }
  158. #apDiv9 {
  159. position: absolute;
  160. left: 912px;
  161. top: 424px;
  162. width: 22px;
  163. height: 12px;
  164. z-index: 9;
  165. }
  166. #apDiv21 {
  167. position: absolute;
  168. left: 1812px;
  169. top: 405px;
  170. width: 56px;
  171. height: 106px;
  172. z-index: 21;
  173. }
  174. #apDiv22 {
  175. position: absolute;
  176. left: 1812px;
  177. top: 405px;
  178. width: 55px;
  179. height: 102px;
  180. z-index: 22;
  181. }
  182. #apDiv23 {
  183. position: absolute;
  184. left: 140px;
  185. top: 405px;
  186. width: 53px;
  187. height: 88px;
  188. z-index: 21;
  189. }
  190. #apDiv24 {
  191. position: absolute;
  192. left: 140px;
  193. top: 405px;
  194. width: 52px;
  195. height: 92px;
  196. z-index: 22;
  197. }
  198. #bjjd {
  199. position: absolute;
  200. left: 162px;
  201. top: 704px;
  202. width: 75px;
  203. height: 25px;
  204. z-index: 1;
  205. }
  206. #phjd {
  207. position: absolute;
  208. left: 168px;
  209. top: 784px;
  210. width: 65px;
  211. height: 25px;
  212. z-index: 2;
  213. }
  214. #dl1 {
  215. position: absolute;
  216. left: 159px;
  217. top: 227px;
  218. width: 83px;
  219. height: 16px;
  220. z-index: 3;
  221. }
  222. #dl2 {
  223. position: absolute;
  224. left: 159px;
  225. top: 248px;
  226. width: 83px;
  227. height: 16px;
  228. z-index: 4;
  229. }
  230. #apDiv414 {
  231. position: absolute;
  232. left: 1683px;
  233. top: 235px;
  234. width: 80px;
  235. height: 18px;
  236. z-index: 5;
  237. }
  238. #dl3 {
  239. position: absolute;
  240. left: 159px;
  241. top: 269px;
  242. width: 85px;
  243. height: 16px;
  244. z-index: 5;
  245. }
  246. #dy1 {
  247. position: absolute;
  248. left: 159px;
  249. top: 289px;
  250. width: 84px;
  251. height: 18px;
  252. z-index: 6;
  253. }
  254. #dy2 {
  255. position: absolute;
  256. left: 159px;
  257. top: 311px;
  258. width: 86px;
  259. height: 16px;
  260. z-index: 7;
  261. }
  262. #dy3 {
  263. position: absolute;
  264. left: 159px;
  265. top: 332px;
  266. width: 84px;
  267. height: 15px;
  268. z-index: 8;
  269. }
  270. #fdjzs {
  271. position: absolute;
  272. left: 172px;
  273. top: 400px;
  274. width: 40px;
  275. height: 18px;
  276. z-index: 9;
  277. }
  278. #wd1 {
  279. position: absolute;
  280. left: 172px;
  281. top: 418px;
  282. width: 51px;
  283. height: 17px;
  284. z-index: 10;
  285. }
  286. #wd2 {
  287. position: absolute;
  288. left: 172px;
  289. top: 436px;
  290. width: 51px;
  291. height: 17px;
  292. z-index: 11;
  293. }
  294. #wd3 {
  295. position: absolute;
  296. left: 172px;
  297. top: 454px;
  298. width: 52px;
  299. height: 16px;
  300. z-index: 12;
  301. }
  302. #zcwda {
  303. position: absolute;
  304. left: 172px;
  305. top: 472px;
  306. width: 49px;
  307. height: 20px;
  308. z-index: 48;
  309. }
  310. #zcwdb {
  311. position: absolute;
  312. left: 172px;
  313. top: 490px;
  314. width: 47px;
  315. height: 21px;
  316. z-index: 49;
  317. }
  318. #ylzs {
  319. position: absolute;
  320. left: 172px;
  321. top: 508px;
  322. width: 37px;
  323. height: 18px;
  324. z-index: 13;
  325. }
  326. #apDiv424 {
  327. position: absolute;
  328. left: -2947px;
  329. top: 1430px;
  330. width: 57px;
  331. height: 20px;
  332. z-index: 14;
  333. }
  334. #apDiv425 {
  335. position: absolute;
  336. left: -2947px;
  337. top: 1462px;
  338. width: 58px;
  339. height: 19px;
  340. z-index: 15;
  341. }
  342. #apDiv426 {
  343. position: absolute;
  344. left: -2947px;
  345. top: 1491px;
  346. width: 58px;
  347. height: 21px;
  348. z-index: 16;
  349. }
  350. #apDiv427 {
  351. position: absolute;
  352. left: 313px;
  353. top: 778px;
  354. width: 102px;
  355. height: 32px;
  356. z-index: 17;
  357. }
  358. #apDiv428 {
  359. position: absolute;
  360. left: 593px;
  361. top: 759px;
  362. width: 80px;
  363. height: 19px;
  364. z-index: 18;
  365. }
  366. #apDiv429 {
  367. position: absolute;
  368. left: 886px;
  369. top: 758px;
  370. width: 90px;
  371. height: 20px;
  372. z-index: 19;
  373. }
  374. #apDiv436 {
  375. position: absolute;
  376. left: 82px;
  377. top: 68px;
  378. width: 90px;
  379. height: 19px;
  380. z-index: 26;
  381. }
  382. #fjbh {
  383. position: absolute;
  384. left: 112px;
  385. top: 141px;
  386. width: 443px;
  387. height: 26px;
  388. z-index: 27;
  389. }
  390. #zsxzzdz {
  391. position: absolute;
  392. left: 1727px;
  393. top: 200px;
  394. width: 101px;
  395. height: 21px;
  396. z-index: 31;
  397. }
  398. #zsxz {
  399. position: absolute;
  400. left: 1727px;
  401. top: 230px;
  402. width: 106px;
  403. height: 25px;
  404. z-index: 32;
  405. }
  406. #container2 {
  407. position: absolute;
  408. left: 281px;
  409. top: 215px;
  410. width: 142px;
  411. height: 142px;
  412. z-index: 33;
  413. }
  414. #container3 {
  415. position: absolute;
  416. left: 432px;
  417. top: 216px;
  418. width: 142px;
  419. height: 142px;
  420. z-index: 34;
  421. }
  422. #fs {
  423. position: absolute;
  424. left: 1727px;
  425. top: 259px;
  426. width: 95px;
  427. height: 25px;
  428. z-index: 35;
  429. }
  430. #gl {
  431. position: absolute;
  432. left: 1727px;
  433. top: 291px;
  434. width: 96px;
  435. height: 24px;
  436. z-index: 36;
  437. }
  438. #llgl {
  439. position: absolute;
  440. left: 1727px;
  441. top: 323px;
  442. width: 95px;
  443. height: 24px;
  444. z-index: 37;
  445. }
  446. #yfgl {
  447. position: absolute;
  448. left: 1727px;
  449. top: 357px;
  450. width: 92px;
  451. height: 23px;
  452. z-index: 38;
  453. }
  454. #wggl {
  455. position: absolute;
  456. left: 1727px;
  457. top: 389px;
  458. width: 92px;
  459. height: 23px;
  460. z-index: 39;
  461. }
  462. #glys {
  463. position: absolute;
  464. left: 1727px;
  465. top: 421px;
  466. width: 85px;
  467. height: 25px;
  468. z-index: 40;
  469. }
  470. #klyl {
  471. position: absolute;
  472. left: 1727px;
  473. top: 455px;
  474. width: 90px;
  475. height: 24px;
  476. z-index: 41;
  477. }
  478. #fx {
  479. position: absolute;
  480. left: 1727px;
  481. top: 490px;
  482. width: 87px;
  483. height: 23px;
  484. z-index: 42;
  485. }
  486. #fjpl {
  487. position: absolute;
  488. left: 1727px;
  489. top: 522px;
  490. width: 91px;
  491. height: 22px;
  492. z-index: 43;
  493. }
  494. #hjwd {
  495. position: absolute;
  496. left: 1727px;
  497. top: 554px;
  498. width: 91px;
  499. height: 23px;
  500. z-index: 44;
  501. }
  502. #jcwd {
  503. position: absolute;
  504. left: 1727px;
  505. top: 587px;
  506. width: 92px;
  507. height: 22px;
  508. z-index: 45;
  509. }
  510. #tdwd {
  511. position: absolute;
  512. left: 1734px;
  513. top: 618px;
  514. width: 88px;
  515. height: 23px;
  516. z-index: 46;
  517. }
  518. #jcgwd {
  519. position: absolute;
  520. left: 1739px;
  521. top: 650px;
  522. width: 86px;
  523. height: 22px;
  524. z-index: 47;
  525. }
  526. #zw1 {
  527. position: absolute;
  528. left: 182px;
  529. top: 575px;
  530. width: 49px;
  531. height: 20px;
  532. z-index: 48;
  533. }
  534. #zw2 {
  535. position: absolute;
  536. left: 183px;
  537. top: 606px;
  538. width: 47px;
  539. height: 21px;
  540. z-index: 49;
  541. }
  542. #clxwd {
  543. position: absolute;
  544. left: 182px;
  545. top: 633px;
  546. width: 49px;
  547. height: 20px;
  548. z-index: 50;
  549. }
  550. #tb {
  551. position: absolute;
  552. left: 58px;
  553. top: 131px;
  554. width: 38px;
  555. height: 38px;
  556. z-index: 51;
  557. }
  558. #apDiv10 {
  559. position: absolute;
  560. left: 51px;
  561. top: 228px;
  562. width: 93px;
  563. height: 23px;
  564. z-index: 52;
  565. }
  566. #zsxzbt {
  567. position: absolute;
  568. left: 1635px;
  569. top: 201px;
  570. width: 91px;
  571. height: 21px;
  572. z-index: 52;
  573. color: #6f93b0;
  574. font-family: "Times New Roman", Times, serif;
  575. }
  576. #fxbt {
  577. position: absolute;
  578. left: 281px;
  579. top: 193px;
  580. width: 141px;
  581. height: 22px;
  582. z-index: 53;
  583. }
  584. #dfjdbt {
  585. position: absolute;
  586. left: 432px;
  587. top: 192px;
  588. width: 141px;
  589. height: 22px;
  590. z-index: 54;
  591. }
  592. /********************************************************************************************/
  593. #rssdl {
  594. position: absolute;
  595. left: 320px;
  596. top: 760px;
  597. width: 200px;
  598. height: 30px;
  599. z-index: 28;
  600. }
  601. #rxdss {
  602. position: absolute;
  603. left: 620px;
  604. top: 760px;
  605. width: 200px;
  606. height: 30px;
  607. z-index: 29;
  608. }
  609. #rgzss {
  610. position: absolute;
  611. left: 920px;
  612. top: 760px;
  613. width: 200px;
  614. height: 30px;
  615. z-index: 30;
  616. }
  617. #djrfdl {
  618. position: absolute;
  619. left: 1220px;
  620. top: 760px;
  621. width: 200px;
  622. height: 30px;
  623. z-index: 23;
  624. }
  625. #rlldl {
  626. position: absolute;
  627. left: 1520px;
  628. top: 760px;
  629. width: 200px;
  630. height: 30px;
  631. z-index: 20;
  632. }
  633. /********************************************************************************************/
  634. #rjxss {
  635. position: absolute;
  636. left: 320px;
  637. top: 794px;
  638. width: 200px;
  639. height: 30px;
  640. z-index: 24;
  641. }
  642. #rqfss {
  643. position: absolute;
  644. left: 620px;
  645. top: 794px;
  646. width: 200px;
  647. height: 30px;
  648. z-index: 25;
  649. }
  650. #rslss {
  651. position: absolute;
  652. left: 920px;
  653. top: 794px;
  654. width: 200px;
  655. height: 30px;
  656. z-index: 25;
  657. }
  658. #djpjfs {
  659. position: absolute;
  660. left: 1220px;
  661. top: 794px;
  662. width: 200px;
  663. height: 30px;
  664. z-index: 21;
  665. }
  666. #rpjgl {
  667. position: absolute;
  668. left: 1520px;
  669. top: 794px;
  670. width: 200px;
  671. height: 30px;
  672. z-index: 23;
  673. }
  674. /********************************************************************************************/
  675. </style>
  676. <script type="text/javascript">
  677. var pagenum;
  678. $(document).ready(function() {
  679. wtinital();
  680. showJqGrid();
  681. leftclick();
  682. wpAllInfoAjax();
  683. $("#wtName").val('<s:property value="wtName"/>');
  684. wtvalueinfo('<s:property value="wtName"/>');
  685. window.setInterval(wtloop, 60000);
  686. chart1 = new Highcharts.Chart(options1);
  687. chart2 = new Highcharts.Chart(options2);
  688. });
  689. function wtloop()
  690. {
  691. var wtName=$("#wtName").val();
  692. wtvalueinfo(wtName);
  693. }
  694. function goback()
  695. {
  696. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  697. }
  698. function queryData(){
  699. $("#gridTable").jqGrid('GridUnload');
  700. showJqGrid();
  701. }
  702. function showJqGrid() {
  703. var wtName=$("#wtName").val();
  704. var url = '<%=request.getContextPath() %>/matrix/wtlsAjax.action?tooltipId='+"XS_FDC";
  705. var id = 'gridTable';
  706. var datatype = 'json';
  707. var colNames = ['风机', '型号','状态','功率','风速/日照强度','日发电量','月发电量','年发电量'];
  708. var colModel = [
  709. { name: 'wtId', index: 'wtId', width: 220, align: 'center'},
  710. { name: 'modelId', index: 'modelId', width: 220, align: 'center'},
  711. { name: 'wtstate', index: 'wtstate', width: 220, align: 'center'},
  712. { name: 'power', index: 'power', width: 220, align: 'center'},
  713. { name: 'speed', index: 'speed', width: 220, align: 'center'},
  714. { name: 'daypg', index: 'daypg', width: 220, align: 'center'},
  715. { name: 'monthpg', index: 'monthpg', width: 220, align: 'center'},
  716. { name: 'yearpg', index: 'yearpg', width: 220, align: 'center'}
  717. ];
  718. var caption = '风机实时状态数据列表';
  719. var sortname = 'daypg';
  720. var gridPagerID ='gridPager';
  721. var sortorder='desc';
  722. var height='auto';
  723. var width='auto';
  724. var rownumbers=true;
  725. var multiselect=false;
  726. myJqGrid(id, url, datatype, colNames, colModel, caption, sortname, gridPagerID,sortorder,height,width,
  727. multiselect,rownumbers);
  728. }
  729. function wtinital()
  730. {
  731. var num=$("#pagenums").val();
  732. $.ajax({
  733. url : "wtpagetinfo.action?wfName=XS_FDC&pagenums="+num,
  734. type : "post",
  735. cache : false,
  736. dataType : "json",
  737. data : {},
  738. ifModified : false,
  739. success : function(res) {
  740. $("#container1").html("");
  741. $.each(res["result"], function(m, obj) {
  742. var temp=obj.substring(obj.length-3,obj.length);
  743. if(!isNaN(temp))
  744. {
  745. temp=temp+"号";
  746. }else
  747. {
  748. temp=obj.substring(obj.length-2,obj.length)+"号";
  749. }
  750. $("#container1").append("<a href='#' id='"+obj+"' onclick=wtvalueinfo('"+obj+"')>"+temp+"</a>");
  751. });
  752. $("#container1").append("<a href='#' onclick=wtinital()>\>\></a>");
  753. $("#pagenums").val(res["pagenums"]);
  754. }
  755. });
  756. }
  757. function wtvalueinfo(wtName) {
  758. /*var wt=$("#wtName").val();
  759. $("#"+wt).attr("disabled",false);
  760. $("#wtName").val(wtName);
  761. $("#"+wtName).attr("disabled",true);*/
  762. if(wtName=='')
  763. {
  764. wtName='XG01_01'
  765. }
  766. $("#wtName").val(wtName);
  767. var temp=wtName.substring(wtName.length-3,wtName.length);
  768. if(!isNaN(temp))
  769. {
  770. temp=temp+"号风机";
  771. }else
  772. {
  773. temp=wtName.substring(wtName.length-2,wtName.length)+"号风机";
  774. }
  775. $.ajax({
  776. url : "wtrealtimeinfo.action?wtName="+wtName,
  777. type : "post",
  778. cache : false,
  779. dataType : "json",
  780. data : {},
  781. ifModified : false,
  782. success : function(res) {
  783. /******************赋值**********************/
  784. $("#bjjd").html(res["bjjd"] + "");
  785. $("#phjd").html(res["phjd"] + "");
  786. $("#dl1").html(res["dl1"] + "");
  787. $("#dl2").html(res["dl2"] + "");
  788. $("#dl3").html(res["dl3"] + "");
  789. $("#dy1").html(res["dy1"] + "");
  790. $("#dy2").html(res["dy2"] + "");
  791. $("#dy3").html(res["dy3"] + "");
  792. $("#fdjzs").html(res["fdjzs"] + "");
  793. $("#wd1").html(res["wd1"] + "");
  794. $("#wd2").html(res["wd2"] + "");
  795. $("#wd3").html(res["wd3"] + "");
  796. $("#ylzs").html(res["ylzs"] + "");
  797. $("#zcwda").html(res["zcwda"] + "");
  798. $("#zcwdb").html(res["zcwdb"] + "");
  799. $("#zw1").html(res["zw1"] + "");
  800. $("#zw2").html(res["zw2"] + "");
  801. $("#clxwd").html(res["clxwd"] + "");
  802. $("#gl").html(res["gl"] + "");
  803. $("#fs").html(res["fs"] + "");
  804. $("#glys").html(res["glys"] + "");
  805. $("#hjwd").html(res["hjwd"] + "");
  806. $("#fx").html(res["fx"] + "");
  807. $("#fjpl").html(res["fjpl"] + "");
  808. $("#wggl").html(res["wggl"] + "");
  809. $("#klyl").html(res["klyl"] + "");
  810. $("#djrfdl").html("日发电量:"+res["rfdl"] + "");
  811. $("#rgzss").html("日故障损失:"+res["rgzss"] + "");
  812. $("#rjxss").html("日检修损失:"+res["rjxss"] + "");
  813. $("#rqfss").html("日性能损失:"+res["rqfss"] + "");
  814. $("#rxdss").html("日限电损失:"+res["rxdss"] + "");
  815. $("#rssdl").html("日损失电量:"+res["rssdl"] + "");
  816. $("#rlldl").html("日理论电量:"+res["rlldl"] + "");
  817. $("#djpjfs").html("日平均风速:"+res["pjfs"] + "");
  818. $("#rslss").html("日受累损失:"+res["rslss"] + "");
  819. $("#rpjgl").html("日平均功率:"+res["rpjgl"] + "");
  820. $("#llgl").html(res["llgl"] + "");
  821. $("#yfgl").html(res["yfgl"] + "");
  822. $("#jcwwd").html(res["jcwwd"] + "");
  823. $("#jcwd").html(res["jcwd"] + "");
  824. $("#tdwd").html(res["tdwd"] + "");
  825. $("#jcgwd").html(res["jcgwd"] + "");
  826. $("#dfjd").html(res["dfjd"] + "");
  827. $("#zsxzzdz").html(res["zsxzzdz"] + "");
  828. $("#zsxz").html(res["zsxz"] + "");
  829. var point1 = chart1.series[0].points[0]
  830. point1.update(res["fx"]);
  831. var point2 = chart2.series[0].points[0]
  832. point2.update(res["dfjd"]);
  833. if(res["dfjd"]==2)
  834. {
  835. $("#zsxzbt").html("功率控制限值");
  836. }else
  837. {
  838. $("#zsxzbt").html("转速限值");
  839. }
  840. switch(res["fjzt"]){
  841. case 1:
  842. $("#fjbh").html(temp+"当前状态为:运行");
  843. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_run.fw.png' width='45' height='45' />");
  844. break;
  845. case 0:
  846. $("#fjbh").html(temp+"当前状态为:待机")
  847. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_standBy.fw.png' width='45' height='45' />");
  848. break;
  849. case 4:
  850. $("#fjbh").html(temp+"当前状态为:检修")
  851. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Repair.fw.png' width='45' height='45' />");
  852. break;
  853. case 2:
  854. $("#fjbh").html(temp+"当前状态为:停机")
  855. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Error.fw.png' width='45' height='45' />");
  856. break;
  857. case 3:
  858. $("#fjbh").html(temp+"当前状态为:中断")
  859. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_interrupt.fw.png' width='45' height='45' />");
  860. break;
  861. case 5:
  862. $("#fjbh").html(temp+"当前状态为:非停机限电")
  863. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Limit.fw.png' width='45' height='45' />");
  864. break;
  865. case 6:
  866. $("#fjbh").html(temp+"当前状态为:停机限电")
  867. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Limit.fw.png' width='45' height='45' />");
  868. break;
  869. }
  870. }
  871. });
  872. }
  873. function wpAllInfoAjax() {
  874. $.ajax( {
  875. url : "/windfarm/windfarmrealtimeinfo.action?wfName=XS_FDC",
  876. type : "post",
  877. cache : false,
  878. dataType : "json",
  879. data : {},
  880. ifModified : false,
  881. success : function(res) {
  882. $("#zjrl").html(res["zjrl"] + "");
  883. $("#zgl").html(res["zgl"] + "");
  884. $("#pjfs").html(res["pjfs"] + "");
  885. $("#rfdl").html(res["rfdl"] + "");
  886. $("#yfdl").html(res["yfdl"] + "");
  887. $("#nfdl").html(res["nfdl"] + "");
  888. $("#yxts").html(res["yxts"] + "");
  889. $("#djts").html(res["djts"] + "");
  890. $("#whts").html(res["whts"] + "");
  891. $("#gzts").html(res["gzts"] + "");
  892. $("#lxts").html(res["lxts"] + "");
  893. $("#xdts").html(res["xdts"] + "");
  894. $("#jrts").html(res["jrts"] + "");
  895. $("#wd").html(res["wd"] + "");
  896. }
  897. });
  898. }
  899. function windfarm()
  900. {
  901. $("#f1").attr("action","/windfarm/xsindex.action?wfName=XS_FDC").submit();
  902. }
  903. function tower()
  904. {
  905. $("#f1").attr("action","/windfarm/xswindtower.action?windfarm=XS_FDC").submit();
  906. }
  907. function powerfirst()
  908. {
  909. $("#f1").attr("action","/windfarm/xspowerfirst.action?wfName=XS_FDC").submit();
  910. }
  911. function wtinfo()
  912. {
  913. $("#f1").attr("action","/windfarm/xswtindex.action?wfName=XS_FDC").submit();
  914. }
  915. function power()
  916. {
  917. $("#f1").attr("action","/windfarm/xspowerindex.action?wfName=XS_FDC").submit();
  918. }
  919. function fjpb()
  920. {
  921. $("#f1").attr("action","/windfarm/xsstation1.action?wfName=XS01_GC").submit();
  922. }
  923. var state='zm';
  924. function leftover()
  925. {
  926. $("#apDiv23").css("display", "none");
  927. $("#apDiv24").css("display", "");
  928. }
  929. function leftout()
  930. {
  931. if(state=='jz')
  932. {
  933. $("#apDiv23").css("display", "");
  934. $("#apDiv24").css("display", "none");
  935. }
  936. }
  937. function leftclick()
  938. {
  939. $("#apDiv21").css("display", "");
  940. $("#apDiv22").css("display", "none");
  941. $("#apDiv23").css("display", "none");
  942. $("#apDiv24").css("display", "none");
  943. $("#tb").css("display", "");
  944. $("#fjbh").css("display", "");
  945. $("#container1").css("display", "");
  946. $("#container6").css("display", "");
  947. $("#container4").css("display", "none");
  948. $("#container5").css("display", "");
  949. $("#bjjd").css("display", "");
  950. $("#phjd").css("display", "");
  951. $("#dl1").css("display", "");
  952. $("#dl2").css("display", "");
  953. $("#dl3").css("display", "");
  954. $("#dy1").css("display", "");
  955. $("#dy2").css("display", "");
  956. $("#dy3").css("display", "");
  957. $("#fdjzs").css("display", "");
  958. $("#wd1").css("display", "");
  959. $("#wd2").css("display", "");
  960. $("#wd3").css("display", "");
  961. $("#ylzs").css("display", "");
  962. $("#zcwda").css("display", "");
  963. $("#zcwdb").css("display", "");
  964. $("#zw1").css("display", "");
  965. $("#zw2").css("display", "");
  966. $("#clxwd").css("display", "");
  967. $("#gl").css("display", "");
  968. $("#fs").css("display", "");
  969. $("#glys").css("display", "");
  970. $("#hjwd").css("display", "");
  971. $("#fx").css("display", "");
  972. $("#fjpl").css("display", "");
  973. $("#wggl").css("display", "");
  974. $("#djrfdl").css("display", "");
  975. $("#klyl").css("display", "");
  976. $("#fjpl").css("display", "");
  977. $("#rgzss").css("display", "");
  978. $("#rjxss").css("display", "");
  979. $("#rqfss").css("display", "");
  980. $("#rxdss").css("display", "");
  981. $("#rssdl").css("display", "");
  982. $("#llgl").css("display", "");
  983. $("#yfgl").css("display", "");
  984. $("#rlldl").css("display", "");
  985. $("#rpjgl").css("display", "");
  986. $("#rslss").css("display", "");
  987. $("#djpjfs").css("display", "");
  988. $("#jcwwd").css("display", "");
  989. $("#jcwd").css("display", "");
  990. $("#tdwd").css("display", "");
  991. $("#jcgwd").css("display", "");
  992. $("#dfjd").css("display", "");
  993. $("#zsxzzdz").css("display", "");
  994. $("#zsxz").css("display", "");
  995. $("#zsxzbt").css("display", "");
  996. $("#fxbt").css("display", "");
  997. $("#dfjdbt").css("display", "");
  998. $("#container2").css("display", "");
  999. $("#container3").css("display", "");
  1000. state='zm';
  1001. }
  1002. function rightover()
  1003. {
  1004. $("#apDiv21").css("display", "none");
  1005. $("#apDiv22").css("display", "");
  1006. }
  1007. function rightout()
  1008. {
  1009. if(state=='zm')
  1010. {
  1011. $("#apDiv21").css("display", "");
  1012. $("#apDiv22").css("display", "none");
  1013. }
  1014. }
  1015. function rightclick()
  1016. {
  1017. $("#apDiv21").css("display", "none");
  1018. $("#apDiv22").css("display", "none");
  1019. $("#apDiv23").css("display", "");
  1020. $("#apDiv24").css("display", "none");
  1021. $("#tb").css("display", "none");
  1022. $("#fjbh").css("display", "none");
  1023. $("#container1").css("display", "none");
  1024. $("#container6").css("display", "none");
  1025. $("#container4").css("display", "");
  1026. $("#container5").css("display", "none");
  1027. $("#bjjd").css("display", "none");
  1028. $("#phjd").css("display", "none");
  1029. $("#dl1").css("display", "none");
  1030. $("#dl2").css("display", "none");
  1031. $("#dl3").css("display", "none");
  1032. $("#dy1").css("display", "none");
  1033. $("#dy2").css("display", "none");
  1034. $("#dy3").css("display", "none");
  1035. $("#fdjzs").css("display", "none");
  1036. $("#wd1").css("display", "none");
  1037. $("#wd2").css("display", "none");
  1038. $("#wd3").css("display", "none");
  1039. $("#ylzs").css("display", "none");
  1040. $("#zcwda").css("display", "none");
  1041. $("#zcwdb").css("display", "none");
  1042. $("#zw1").css("display", "none");
  1043. $("#zw2").css("display", "none");
  1044. $("#clxwd").css("display", "none");
  1045. $("#gl").css("display", "none");
  1046. $("#fs").css("display", "none");
  1047. $("#glys").css("display", "none");
  1048. $("#hjwd").css("display", "none");
  1049. $("#fx").css("display", "none");
  1050. $("#fjpl").css("display", "none");
  1051. $("#rgzss").css("display", "none");
  1052. $("#rjxss").css("display", "none");
  1053. $("#rqfss").css("display", "none");
  1054. $("#rxdss").css("display", "none");
  1055. $("#rssdl").css("display", "none");
  1056. $("#llgl").css("display", "none");
  1057. $("#yfgl").css("display", "none");
  1058. $("#rlldl").css("display", "none");
  1059. $("#rpjgl").css("display", "none");
  1060. $("#rslss").css("display", "none");
  1061. $("#djpjfs").css("display", "none");
  1062. $("#jcwwd").css("display", "none");
  1063. $("#jcwd").css("display", "none");
  1064. $("#tdwd").css("display", "none");
  1065. $("#jcgwd").css("display", "none");
  1066. $("#dfjd").css("display", "none");
  1067. $("#zsxzzdz").css("display", "none");
  1068. $("#zsxz").css("display", "none");
  1069. $("#zsxzbt").css("display", "none");
  1070. $("#fxbt").css("display", "none");
  1071. $("#dfjdbt").css("display", "none");
  1072. $("#container2").css("display", "none");
  1073. $("#container3").css("display", "none"); $("#wggl").css("display", "none");
  1074. $("#wggl").css("display", "none");
  1075. $("#djrfdl").css("display", "none");
  1076. $("#klyl").css("display", "none");
  1077. //queryData();
  1078. state='jz';
  1079. }
  1080. </script>
  1081. </head>
  1082. <body>
  1083. <form action="" id="f1" method="post" style="width: 1883px">
  1084. <div class="value_Name" id="fjbh">风机信息</div>
  1085. <s:hidden id="wtName" ></s:hidden>
  1086. <s:hidden id="pagenums" value="1"></s:hidden>
  1087. <div id="apDiv21"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_Right.fw.png" width="50" height="100" onmouseover="rightover()"/></div>
  1088. <div id="apDiv22"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_right.fw.png" width="50" height="100" onmouseout="rightout()" onmousedown="rightclick()"/></div>
  1089. <div id="apDiv23"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_alpha_left.fw.png" width="50" height="100" onmouseover="leftover()"/></div>
  1090. <div id="apDiv24"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/rollover_left.fw.png" width="50" height="100" onmouseout="leftout()" onmousedown="leftclick()"/></div>
  1091. <div id="bjjd"></div>
  1092. <div id="phjd"></div>
  1093. <div id="dl1"></div>
  1094. <div id="dl2"></div>
  1095. <div id="dl3"></div>
  1096. <div id="dy1"></div>
  1097. <div id="dy2"></div>
  1098. <div id="dy3"></div>
  1099. <div id="fdjzs"></div>
  1100. <div id="wd1"></div>
  1101. <div id="wd2"></div>
  1102. <div id="wd3"></div>
  1103. <div id="ylzs"></div>
  1104. <div id="zcwda"></div>
  1105. <div id="zcwdb"></div>
  1106. <div class="value_Name" id="apDiv436">风机信息</div>
  1107. <div class="station_Name" id="fjbh"></div>
  1108. <div id="zsxzzdz"></div>
  1109. <div id="zsxz"></div>
  1110. <div id="container2"></div>
  1111. <div id="container3"></div>
  1112. <div id="fs"></div>
  1113. <div id="gl"></div>
  1114. <div id="llgl"></div>
  1115. <div id="yfgl"></div>
  1116. <div id="wggl"></div>
  1117. <div id="glys"></div>
  1118. <div id="klyl"></div>
  1119. <div id="fx"></div>
  1120. <div id="fjpl"></div>
  1121. <div id="hjwd"></div>
  1122. <div id="jcwd"></div>
  1123. <div id="tdwd"></div>
  1124. <div id="jcgwd"></div>
  1125. <div id="zw1"></div>
  1126. <div id="zw2"></div>
  1127. <div id="clxwd"></div>
  1128. <div id="rssdl" style="color: #274d6b;font-weight: bold;"></div>
  1129. <div id="rxdss" style="color: #274d6b;font-weight: bold;"></div>
  1130. <div id="rgzss" style="color: #274d6b;font-weight: bold;"></div>
  1131. <div id="djrfdl" style="color: #274d6b;font-weight: bold;"></div>
  1132. <div id="rlldl" style="color: #274d6b;font-weight: bold;"></div>
  1133. <div id="rjxss" style="color: #274d6b;font-weight: bold;"></div>
  1134. <div id="rqfss" style="color: #274d6b;font-weight: bold;"></div>
  1135. <div id="rslss" style="color: #274d6b;font-weight: bold;"></div>
  1136. <div id="djpjfs" style="color: #274d6b;font-weight: bold;"></div>
  1137. <div id="rpjgl" style="color: #274d6b;font-weight: bold;"></div>
  1138. <div id="tb"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_run.fw.png" width="45" height="45" /></div>
  1139. <div class="valueinfo2_Name" id="zsxzbt">转速限值</div>
  1140. <div class="valueinfo2_Name" id="fxbt">风向</div>
  1141. <div class="valueinfo2_Name" id="dfjdbt">对风角度</div>
  1142. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  1143. <tr>
  1144. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top_xs.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  1145. <tr>
  1146. <td width="36" height="25">&nbsp;</td>
  1147. <td width="64" rowspan="2" align="center">&nbsp;</td>
  1148. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  1149. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  1150. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  1151. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  1152. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  1153. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  1154. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  1155. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  1156. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  1157. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  1158. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  1159. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  1160. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  1161. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  1162. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  1163. </tr>
  1164. <tr>
  1165. <td height="28">&nbsp;</td>
  1166. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  1167. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  1168. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  1169. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  1170. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  1171. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  1172. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  1173. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  1174. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  1175. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  1176. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  1177. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  1178. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  1179. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  1180. <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>
  1181. </tr>
  1182. </table>
  1183. <tr>
  1184. <td width="17" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  1185. <tr>
  1186. <td><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_zm_Button_link.jpg" width="35" height="80" onclick="windfarm()" style='cursor: pointer;'/></td>
  1187. </tr>
  1188. <tr>
  1189. <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>
  1190. </tr>
  1191. <tr>
  1192. <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_fjinfo_button_selected.jpg" width="35" height="80" /></td>
  1193. </tr>
  1194. <tr>
  1195. <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_syz_button_link.jpg" width="35" onclick="powerfirst()" style='cursor: pointer;'/></td>
  1196. </tr>
  1197. <tr>
  1198. <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>
  1199. </tr>
  1200. <tr>
  1201. <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>
  1202. </tr>
  1203. </table></td>
  1204. <td width="1863" height="766" align="center" valign="top"><table width="1840" height="766" border="0" cellspacing="0" cellpadding="0">
  1205. <tr>
  1206. <td><img src="<%=request.getContextPath()%>/resource/images/system/pictures/current_BG.jpg" width="1840" height="38" /></td>
  1207. </tr>
  1208. <tr id="container6">
  1209. <td height="30" align="left" class="station_Name"><div id="container1"></div>
  1210. </td>
  1211. </tr>
  1212. <tr>
  1213. <td id="container5" height="706" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/fj.fw.png"></td>
  1214. <td id="container4" width="1840" height="706" align="center" style="display: none"><table id='gridTable' ></table></td>
  1215. </tr>
  1216. </table></td>
  1217. </tr>
  1218. </table>
  1219. </form>
  1220. </body>