wtinfo.jsp 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314
  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. wtvalueinfo('<s:property value="wtName"/>');
  684. window.setInterval(wtloop, 60000);
  685. chart1 = new Highcharts.Chart(options1);
  686. chart2 = new Highcharts.Chart(options2);
  687. });
  688. function wtloop()
  689. {
  690. var wtName=$("#wtName").val();
  691. wtvalueinfo(wtName);
  692. }
  693. function goback()
  694. {
  695. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  696. }
  697. function queryData(){
  698. $("#gridTable").jqGrid('GridUnload');
  699. showJqGrid();
  700. }
  701. function showJqGrid() {
  702. var wtName=$("#wtName").val();
  703. var url = '<%=request.getContextPath() %>/matrix/wtlsAjax.action?tooltipId='+"SBQ_FDC";
  704. var id = 'gridTable';
  705. var datatype = 'json';
  706. var colNames = ['风机', '型号','状态','功率','风速/日照强度','日发电量','月发电量','年发电量'];
  707. var colModel = [
  708. { name: 'wtId', index: 'wtId', width: 220, align: 'center'},
  709. { name: 'modelId', index: 'modelId', width: 220, align: 'center'},
  710. { name: 'wtstate', index: 'wtstate', width: 220, align: 'center'},
  711. { name: 'power', index: 'power', width: 220, align: 'center'},
  712. { name: 'speed', index: 'speed', width: 220, align: 'center'},
  713. { name: 'daypg', index: 'daypg', width: 220, align: 'center'},
  714. { name: 'monthpg', index: 'monthpg', width: 220, align: 'center'},
  715. { name: 'yearpg', index: 'yearpg', width: 220, align: 'center'}
  716. ];
  717. var caption = '风机实时状态数据列表';
  718. var sortname = 'daypg';
  719. var gridPagerID ='gridPager';
  720. var sortorder='desc';
  721. var height='auto';
  722. var width='auto';
  723. var rownumbers=true;
  724. var multiselect=false;
  725. myJqGrid(id, url, datatype, colNames, colModel, caption, sortname, gridPagerID,sortorder,height,width,
  726. multiselect,rownumbers);
  727. }
  728. function wtinital()
  729. {
  730. var num=$("#pagenums").val();
  731. $.ajax({
  732. url : "wtpagetinfo.action?wfName=SBQ_FDC&pagenums="+num,
  733. type : "post",
  734. cache : false,
  735. dataType : "json",
  736. data : {},
  737. ifModified : false,
  738. success : function(res) {
  739. $("#container1").html("");
  740. $.each(res["result"], function(m, obj) {
  741. var temp=obj.substring(obj.length-3,obj.length);
  742. if(!isNaN(temp))
  743. {
  744. temp=temp+"号";
  745. }else
  746. {
  747. temp=obj.substring(obj.length-2,obj.length)+"号";
  748. }
  749. $("#container1").append("<a href='#' id='"+obj+"' onclick=wtvalueinfo('"+obj+"')>"+temp+"</a>");
  750. });
  751. $("#container1").append("<a href='#' onclick=wtinital()>\>\></a>");
  752. $("#pagenums").val(res["pagenums"]);
  753. }
  754. });
  755. }
  756. function wtvalueinfo(wtName) {
  757. /*var wt=$("#wtName").val();
  758. $("#"+wt).attr("disabled",false);
  759. $("#wtName").val(wtName);
  760. $("#"+wtName).attr("disabled",true);*/
  761. if(wtName=='')
  762. {
  763. wtName='SG01_01'
  764. }
  765. $("#wtName").val(wtName);
  766. var temp=wtName.substring(wtName.length-3,wtName.length);
  767. if(!isNaN(temp))
  768. {
  769. temp=temp+"号风机";
  770. }else
  771. {
  772. temp=wtName.substring(wtName.length-2,wtName.length)+"号风机";
  773. }
  774. $.ajax({
  775. url : "wtrealtimeinfo.action?wtName="+wtName,
  776. type : "post",
  777. cache : false,
  778. dataType : "json",
  779. data : {},
  780. ifModified : false,
  781. success : function(res) {
  782. /******************赋值**********************/
  783. $("#bjjd").html(res["bjjd"] + "");
  784. $("#phjd").html(res["phjd"] + "");
  785. $("#dl1").html(res["dl1"] + "");
  786. $("#dl2").html(res["dl2"] + "");
  787. $("#dl3").html(res["dl3"] + "");
  788. $("#dy1").html(res["dy1"] + "");
  789. $("#dy2").html(res["dy2"] + "");
  790. $("#dy3").html(res["dy3"] + "");
  791. $("#fdjzs").html(res["fdjzs"] + "");
  792. $("#wd1").html(res["wd1"] + "");
  793. $("#wd2").html(res["wd2"] + "");
  794. $("#wd3").html(res["wd3"] + "");
  795. $("#ylzs").html(res["ylzs"] + "");
  796. $("#zcwda").html(res["zcwda"] + "");
  797. $("#zcwdb").html(res["zcwdb"] + "");
  798. $("#zw1").html(res["zw1"] + "");
  799. $("#zw2").html(res["zw2"] + "");
  800. $("#clxwd").html(res["clxwd"] + "");
  801. $("#gl").html(res["gl"] + "");
  802. $("#fs").html(res["fs"] + "");
  803. $("#glys").html(res["glys"] + "");
  804. $("#hjwd").html(res["hjwd"] + "");
  805. $("#fx").html(res["fx"] + "");
  806. $("#fjpl").html(res["fjpl"] + "");
  807. $("#wggl").html(res["wggl"] + "");
  808. $("#klyl").html(res["klyl"] + "");
  809. $("#djrfdl").html("日发电量:"+res["rfdl"] + "");
  810. $("#rgzss").html("日故障损失:"+res["rgzss"] + "");
  811. $("#rjxss").html("日检修损失:"+res["rjxss"] + "");
  812. $("#rqfss").html("日性能损失:"+res["rqfss"] + "");
  813. $("#rxdss").html("日限电损失:"+res["rxdss"] + "");
  814. $("#rssdl").html("日损失电量:"+res["rssdl"] + "");
  815. $("#rlldl").html("日理论电量:"+res["rlldl"] + "");
  816. $("#djpjfs").html("日平均风速:"+res["pjfs"] + "");
  817. $("#rslss").html("日受累损失:"+res["rslss"] + "");
  818. $("#rpjgl").html("日平均功率:"+res["rpjgl"] + "");
  819. $("#llgl").html(res["llgl"] + "");
  820. $("#yfgl").html(res["yfgl"] + "");
  821. $("#jcwwd").html(res["jcwwd"] + "");
  822. $("#jcwd").html(res["jcwd"] + "");
  823. $("#tdwd").html(res["tdwd"] + "");
  824. $("#jcgwd").html(res["jcgwd"] + "");
  825. $("#dfjd").html(res["dfjd"] + "");
  826. $("#zsxzzdz").html(res["zsxzzdz"] + "");
  827. $("#zsxz").html(res["zsxz"] + "");
  828. var point1 = chart1.series[0].points[0]
  829. point1.update(res["fx"]);
  830. var point2 = chart2.series[0].points[0]
  831. point2.update(res["dfjd"]);
  832. if(res["dfjd"]==2)
  833. {
  834. $("#zsxzbt").html("功率控制限值");
  835. }else
  836. {
  837. $("#zsxzbt").html("转速限值");
  838. }
  839. switch(res["fjzt"]){
  840. case 1:
  841. $("#fjbh").html(temp+"当前状态为:运行");
  842. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_run.fw.png' width='45' height='45' />");
  843. break;
  844. case 0:
  845. $("#fjbh").html(temp+"当前状态为:待机")
  846. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_standBy.fw.png' width='45' height='45' />");
  847. break;
  848. case 4:
  849. $("#fjbh").html(temp+"当前状态为:检修")
  850. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Repair.fw.png' width='45' height='45' />");
  851. break;
  852. case 2:
  853. $("#fjbh").html(temp+"当前状态为:停机")
  854. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Error.fw.png' width='45' height='45' />");
  855. break;
  856. case 3:
  857. $("#fjbh").html(temp+"当前状态为:中断")
  858. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_interrupt.fw.png' width='45' height='45' />");
  859. break;
  860. case 5:
  861. $("#fjbh").html(temp+"当前状态为:非停机限电")
  862. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Limit.fw.png' width='45' height='45' />");
  863. break;
  864. case 6:
  865. $("#fjbh").html(temp+"当前状态为:停机限电")
  866. $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Limit.fw.png' width='45' height='45' />");
  867. break;
  868. }
  869. }
  870. });
  871. }
  872. function wpAllInfoAjax() {
  873. $.ajax( {
  874. url : "/windfarm/windfarmrealtimeinfo.action?wfName=SBQ_FDC",
  875. type : "post",
  876. cache : false,
  877. dataType : "json",
  878. data : {},
  879. ifModified : false,
  880. success : function(res) {
  881. $("#zjrl").html(res["zjrl"] + "");
  882. $("#zgl").html(res["zgl"] + "");
  883. $("#pjfs").html(res["pjfs"] + "");
  884. $("#rfdl").html(res["rfdl"] + "");
  885. $("#yfdl").html(res["yfdl"] + "");
  886. $("#nfdl").html(res["nfdl"] + "");
  887. $("#yxts").html(res["yxts"] + "");
  888. $("#djts").html(res["djts"] + "");
  889. $("#whts").html(res["whts"] + "");
  890. $("#gzts").html(res["gzts"] + "");
  891. $("#lxts").html(res["lxts"] + "");
  892. $("#xdts").html(res["xdts"] + "");
  893. $("#jrts").html(res["jrts"] + "");
  894. $("#wd").html(res["wd"] + "");
  895. }
  896. });
  897. }
  898. function windfarm()
  899. {
  900. $("#f1").attr("action","/windfarm/sbqindex.action?wfName=SBQ_FDC").submit();
  901. }
  902. function tower()
  903. {
  904. $("#f1").attr("action","/windfarm/sbqwindtower.action?windfarm=SBQ_FDC").submit();
  905. }
  906. function powerfirst()
  907. {
  908. $("#f1").attr("action","/windfarm/sbqpowerfirst.action?wfName=SBQ_FDC").submit();
  909. }
  910. function wtinfo()
  911. {
  912. $("#f1").attr("action","/windfarm/sbqwtindex.action?wfName=SBQ_FDC").submit();
  913. }
  914. function power()
  915. {
  916. $("#f1").attr("action","/windfarm/sbqpowerindex.action?wfName=SBQ_FDC").submit();
  917. }
  918. function fjpb()
  919. {
  920. $("#f1").attr("action","/windfarm/sbqstation1.action?wfName=SBQ01_GC").submit();
  921. }
  922. var state='zm';
  923. function leftover()
  924. {
  925. $("#apDiv23").css("display", "none");
  926. $("#apDiv24").css("display", "");
  927. }
  928. function leftout()
  929. {
  930. if(state=='jz')
  931. {
  932. $("#apDiv23").css("display", "");
  933. $("#apDiv24").css("display", "none");
  934. }
  935. }
  936. function leftclick()
  937. {
  938. $("#apDiv21").css("display", "");
  939. $("#apDiv22").css("display", "none");
  940. $("#apDiv23").css("display", "none");
  941. $("#apDiv24").css("display", "none");
  942. $("#tb").css("display", "");
  943. $("#fjbh").css("display", "");
  944. $("#container1").css("display", "");
  945. $("#container6").css("display", "");
  946. $("#container4").css("display", "none");
  947. $("#container5").css("display", "");
  948. $("#bjjd").css("display", "");
  949. $("#phjd").css("display", "");
  950. $("#dl1").css("display", "");
  951. $("#dl2").css("display", "");
  952. $("#dl3").css("display", "");
  953. $("#dy1").css("display", "");
  954. $("#dy2").css("display", "");
  955. $("#dy3").css("display", "");
  956. $("#fdjzs").css("display", "");
  957. $("#wd1").css("display", "");
  958. $("#wd2").css("display", "");
  959. $("#wd3").css("display", "");
  960. $("#ylzs").css("display", "");
  961. $("#zcwda").css("display", "");
  962. $("#zcwdb").css("display", "");
  963. $("#zw1").css("display", "");
  964. $("#zw2").css("display", "");
  965. $("#clxwd").css("display", "");
  966. $("#gl").css("display", "");
  967. $("#fs").css("display", "");
  968. $("#glys").css("display", "");
  969. $("#hjwd").css("display", "");
  970. $("#fx").css("display", "");
  971. $("#fjpl").css("display", "");
  972. $("#wggl").css("display", "");
  973. $("#djrfdl").css("display", "");
  974. $("#klyl").css("display", "");
  975. $("#fjpl").css("display", "");
  976. $("#rgzss").css("display", "");
  977. $("#rjxss").css("display", "");
  978. $("#rqfss").css("display", "");
  979. $("#rxdss").css("display", "");
  980. $("#rssdl").css("display", "");
  981. $("#llgl").css("display", "");
  982. $("#yfgl").css("display", "");
  983. $("#rlldl").css("display", "");
  984. $("#rpjgl").css("display", "");
  985. $("#rslss").css("display", "");
  986. $("#djpjfs").css("display", "");
  987. $("#jcwwd").css("display", "");
  988. $("#jcwd").css("display", "");
  989. $("#tdwd").css("display", "");
  990. $("#jcgwd").css("display", "");
  991. $("#dfjd").css("display", "");
  992. $("#zsxzzdz").css("display", "");
  993. $("#zsxz").css("display", "");
  994. $("#zsxzbt").css("display", "");
  995. $("#fxbt").css("display", "");
  996. $("#dfjdbt").css("display", "");
  997. $("#container2").css("display", "");
  998. $("#container3").css("display", "");
  999. state='zm';
  1000. }
  1001. function rightover()
  1002. {
  1003. $("#apDiv21").css("display", "none");
  1004. $("#apDiv22").css("display", "");
  1005. }
  1006. function rightout()
  1007. {
  1008. if(state=='zm')
  1009. {
  1010. $("#apDiv21").css("display", "");
  1011. $("#apDiv22").css("display", "none");
  1012. }
  1013. }
  1014. function rightclick()
  1015. {
  1016. $("#apDiv21").css("display", "none");
  1017. $("#apDiv22").css("display", "none");
  1018. $("#apDiv23").css("display", "");
  1019. $("#apDiv24").css("display", "none");
  1020. $("#tb").css("display", "none");
  1021. $("#fjbh").css("display", "none");
  1022. $("#container1").css("display", "none");
  1023. $("#container6").css("display", "none");
  1024. $("#container4").css("display", "");
  1025. $("#container5").css("display", "none");
  1026. $("#bjjd").css("display", "none");
  1027. $("#phjd").css("display", "none");
  1028. $("#dl1").css("display", "none");
  1029. $("#dl2").css("display", "none");
  1030. $("#dl3").css("display", "none");
  1031. $("#dy1").css("display", "none");
  1032. $("#dy2").css("display", "none");
  1033. $("#dy3").css("display", "none");
  1034. $("#fdjzs").css("display", "none");
  1035. $("#wd1").css("display", "none");
  1036. $("#wd2").css("display", "none");
  1037. $("#wd3").css("display", "none");
  1038. $("#ylzs").css("display", "none");
  1039. $("#zcwda").css("display", "none");
  1040. $("#zcwdb").css("display", "none");
  1041. $("#zw1").css("display", "none");
  1042. $("#zw2").css("display", "none");
  1043. $("#clxwd").css("display", "none");
  1044. $("#gl").css("display", "none");
  1045. $("#fs").css("display", "none");
  1046. $("#glys").css("display", "none");
  1047. $("#hjwd").css("display", "none");
  1048. $("#fx").css("display", "none");
  1049. $("#fjpl").css("display", "none");
  1050. $("#rgzss").css("display", "none");
  1051. $("#rjxss").css("display", "none");
  1052. $("#rqfss").css("display", "none");
  1053. $("#rxdss").css("display", "none");
  1054. $("#rssdl").css("display", "none");
  1055. $("#llgl").css("display", "none");
  1056. $("#yfgl").css("display", "none");
  1057. $("#rlldl").css("display", "none");
  1058. $("#rpjgl").css("display", "none");
  1059. $("#rslss").css("display", "none");
  1060. $("#djpjfs").css("display", "none");
  1061. $("#jcwwd").css("display", "none");
  1062. $("#jcwd").css("display", "none");
  1063. $("#tdwd").css("display", "none");
  1064. $("#jcgwd").css("display", "none");
  1065. $("#dfjd").css("display", "none");
  1066. $("#zsxzzdz").css("display", "none");
  1067. $("#zsxz").css("display", "none");
  1068. $("#zsxzbt").css("display", "none");
  1069. $("#fxbt").css("display", "none");
  1070. $("#dfjdbt").css("display", "none");
  1071. $("#container2").css("display", "none");
  1072. $("#container3").css("display", "none"); $("#wggl").css("display", "none");
  1073. $("#wggl").css("display", "none");
  1074. $("#djrfdl").css("display", "none");
  1075. $("#djrfdl").css("display", "none");
  1076. $("#klyl").css("display", "none"); $("#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_sbq.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" 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>