powerfirst.jsp 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. <%@ page language="java" contentType="text/html;charset=utf-8"%>
  2. <%@include file="/pages/includes/taglibs.jsp"%>
  3. <html>
  4. <head>
  5. <script src="<%=request.getContextPath() %>/resource/js/jquery-1.8.3.js" type="text/javascript"></script>
  6. <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
  7. <script src="<%=request.getContextPath() %>/resource/plugin/jqueryui/js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
  8. <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/pages/monitor/qs/powerfirst.css" />
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <style type="text/css">
  11. body {
  12. margin-left: 0px;
  13. margin-top: 0px;
  14. margin-right: 0px;
  15. margin-bottom: 0px;
  16. }
  17. .value_Name {
  18. font-family: "Times New Roman", Times, serif;
  19. font-size: 14px;
  20. font-weight: bolder;
  21. color: #666;
  22. }
  23. .station_Name {
  24. font-family: "Times New Roman", Times, serif;
  25. font-size: 14px;
  26. font-weight: bolder;
  27. color: #666;
  28. }
  29. @font-face {
  30. font-family: 'fontNameRegular';
  31. src:
  32. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.eot')
  33. ;
  34. src: local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont Regular'
  35. ),
  36. local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont'),
  37. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.woff')
  38. format('woff'),
  39. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.ttf')
  40. format('truetype'),
  41. url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.svg#fontName')
  42. format('svg');
  43. font-size: 36px;
  44. font-weight: bolder;
  45. }
  46. .item_Name { font-family: Arial, Helvetica, sans-serif;
  47. font-size: 12px;
  48. font-weight: bolder;
  49. color: #333;
  50. }
  51. .unit_Name { font-family: Arial, Helvetica, sans-serif;
  52. font-size: 12px;
  53. color: #333;
  54. }
  55. </style>
  56. <script type="text/javascript">
  57. $(document).ready(function() {
  58. powerfirstinfo();
  59. wpAllInfoAjax();
  60. window.setInterval(wpAllInfoAjax, 60000);
  61. window.setInterval(powerfirstinfo, 60000);
  62. });
  63. function goback()
  64. {
  65. $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
  66. }
  67. function powerfirstinfo() {
  68. $.ajax({
  69. url : "powerfirstinfo.action?wfName=QS_FDC",
  70. type : "post",
  71. cache : false,
  72. dataType : "json",
  73. data : {},
  74. ifModified : false,
  75. success : function(res) {
  76. /******************赋值**********************/
  77. $("#qsdq2mx6xia").html(res["qsdq2mx6xia"] + "");
  78. $("#qsdq2mx6xp").html(res["qsdq2mx6xp"] + "");
  79. $("#qsdq2mx6q").html(res["qsdq2mx6q"] + "");
  80. $("#qsdq2mx5xia").html(res["qsdq2mx5xia"] + "");
  81. $("#qsdq2mx5xp").html(res["qsdq2mx5xp"] + "");
  82. $("#qsdq2mx5xq").html(res["qsdq2mx5xq"] + "");
  83. $("#qsdq2mx4xq").html(res["qsdq2mx4xq"] + "");
  84. $("#qsdq2mx4xp").html(res["qsdq2mx4xp"] + "");
  85. $("#qsdq2mx4xia").html(res["qsdq2mx4xia"] + "");
  86. $("#qsdq2mxdkq").html(res["qsdq2mxdkq"] + "");
  87. $("#qsdq2mxdkp").html(res["qsdq2mxdkp"] + "");
  88. $("#qsdq2mxdkia").html(res["qsdq2mxdkia"] + "");
  89. $("#qsdq2mxbqq").html(res["qsdq2mxbqq"] + "");
  90. $("#qsdq2mxbqp").html(res["qsdq2mxbqp"] + "");
  91. $("#qsdq2mxbqia").html(res["qsdq2mxbqia"] + "");
  92. $("#qsdq1mxdkq").html(res["qsdq1mxdkq"] + "");
  93. $("#qsdq1mxdkp").html(res["qsdq1mxdkp"] + "");
  94. $("#qsdq1mxdkia").html(res["qsdq1mxdkia"] + "");
  95. $("#qsdq1mxbqq").html(res["qsdq1mxbqq"] + "");
  96. $("#qsdq1mxbqp").html(res["qsdq1mxbqp"] + "");
  97. $("#qsdq1mxbqia").html(res["qsdq1mxbqia"] + "");
  98. $("#qsdq1mxybq").html(res["qsdq1mxybq"] + "");
  99. $("#qsdq1mxybp").html(res["qsdq1mxybp"] + "");
  100. $("#qsdq1mxybia").html(res["qsdq1mxybia"] + "");
  101. $("#qsdq1mx3xq").html(res["qsdq1mx3xq"] + "");
  102. $("#qsdq1mx3xp").html(res["qsdq1mx3xp"] + "");
  103. $("#qsdq1mx3xia").html(res["qsdq1mx3xia"] + "");
  104. $("#qsdq1mx2xq").html(res["qsdq1mx2xq"] + "");
  105. $("#qsdq1mx2xp").html(res["qsdq1mx2xp"] + "");
  106. $("#qsdq1mx2xia").html(res["qsdq1mx2xia"] + "");
  107. $("#qsdq1mx1xq").html(res["qsdq1mx1xq"] + "");
  108. $("#qsdq1mx1xp").html(res["qsdq1mx1xp"] + "");
  109. $("#qsdq1mx1xia").html(res["qsdq1mx1xia"] + "");
  110. $("#qsdqua").html(res["qsdqua"] + "");
  111. $("#qsdquab").html(res["qsdquab"] + "");
  112. $("#qsdqub").html(res["qsdqub"] + "");
  113. $("#qsdquc").html(res["qsdquc"] + "");
  114. $("#qsdq3uo").html(res["qsdq3uo"] + "");
  115. $("#qsdqubc").html(res["qsdqubc"] + "");
  116. $("#qsdquca").html(res["qsdquca"] + "");
  117. $("#qsdqia").html(res["qsdqia"] + "");
  118. $("#qsdqp").html(res["qsdqp"] + "");
  119. $("#qsdqq").html(res["qsdqq"] + "");
  120. $("#qsdqux").html(res["qsdqux"] + "");
  121. $("#qsdqf").html(res["qsdqf"] + "");
  122. $("#qsdqcos").html(res["qsdqcos"] + "");
  123. $("#qsdq2hsia").html(res["qsdq2hsia"] + "");
  124. $("#qsdq2hsp").html(res["qsdq2hsp"] + "");
  125. $("#qsdq2hsq").html(res["qsdq2hsq"] + "");
  126. $("#qsdq2hscos").html(res["qsdq2hscos"] + "");
  127. $("#qsdq1hsia").html(res["qsdq1hsia"] + "");
  128. $("#qsdq1hsp").html(res["qsdq1hsp"] + "");
  129. $("#qsdq1hsq").html(res["qsdq1hsq"] + "");
  130. $("#qsdq1hscos").html(res["qsdq1hscos"] + "");
  131. $("#qsdq2hxia").html(res["qsdq2hxia"] + "");
  132. $("#qsdq2hxp").html(res["qsdq2hxp"] + "");
  133. $("#qsdq2hxq").html(res["qsdq2hxq"] + "");
  134. $("#qsdq2hxcos").html(res["qsdq2hxcos"] + "");
  135. $("#qsdq2hua").html(res["qsdq2hua"] + "");
  136. $("#qsdq2huab").html(res["qsdq2huab"] + "");
  137. $("#qsdq2h3uo").html(res["qsdq2h3uo"] + "");
  138. //$("#apDiv572").html(res["apDiv572"] + "");
  139. $("#qsdq2hwd1").html(res["qsdq2hwd1"] + "");
  140. $("#qsdq2hwd2").html(res["qsdq2hwd2"] + "");
  141. $("#qsdq1hxia").html(res["qsdq1hxia"] + "");
  142. $("#qsdq1hxp").html(res["qsdq1hxp"] + "");
  143. $("#qsdq1hxq").html(res["qsdq1hxq"] + "");
  144. $("#qsdq1hxcos").html(res["qsdq1hxcos"] + "");
  145. //$("#apDiv579").html(res["apDiv579"] + "");
  146. $("#qsdq1hwd1").html(res["qsdq1hwd1"] + "");
  147. $("#qsdq1hwd2").html(res["qsdq1hwd2"] + "");
  148. $("#qsdq1hua").html(res["qsdq1hua"] + "");
  149. $("#qsdq1huab").html(res["qsdq1huab"] + "");
  150. $("#qsdq1h3uo").html(res["qsdq1h3uo"] + "");
  151. /*******************填充*********************/
  152. if(res["qsdq111"]==1){$("#qsdq111").css("background-color","#F00");}else{$("#qsdq111").css("background-color","#0F0");}
  153. if(res["qsdq2h102"]==1){$("#qsdq2h102").css("background-color","#F00");}else{$("#qsdq2h102").css("background-color","#0F0");}
  154. if(res["qsdq1h101"]==1){$("#qsdq1h101").css("background-color","#F00");}else{$("#qsdq1h101").css("background-color","#0F0");}
  155. if(res["qsdq325"]==1){$("#qsdq325").css("background-color","#F00");}else{$("#qsdq325").css("background-color","#0F0");}
  156. if(res["qsdq324"]==1){$("#qsdq324").css("background-color","#F00");}else{$("#qsdq324").css("background-color","#0F0");}
  157. if(res["qsdq323"]==1){$("#qsdq323").css("background-color","#F00");}else{$("#qsdq323").css("background-color","#0F0");}
  158. if(res["qsdq322"]==1){$("#qsdq322").css("background-color","#F00");}else{$("#qsdq322").css("background-color","#0F0");}
  159. if(res["qsdq321"]==1){$("#qsdq321").css("background-color","#F00");}else{$("#qsdq321").css("background-color","#0F0");}
  160. if(res["qsdq300"]==1){$("#qsdq300").css("background-color","#F00");}else{$("#qsdq300").css("background-color","#0F0");}
  161. if(res["qsdq316"]==1){$("#qsdq316").css("background-color","#F00");}else{$("#qsdq316").css("background-color","#0F0");}
  162. if(res["qsdq315"]==1){$("#qsdq315").css("background-color","#F00");}else{$("#qsdq315").css("background-color","#0F0");}
  163. if(res["qsdq314"]==1){$("#qsdq314").css("background-color","#F00");}else{$("#qsdq314").css("background-color","#0F0");}
  164. if(res["qsdq313"]==1){$("#qsdq313").css("background-color","#F00");}else{$("#qsdq313").css("background-color","#0F0");}
  165. if(res["qsdq312"]==1){$("#qsdq312").css("background-color","#F00");}else{$("#qsdq312").css("background-color","#0F0");}
  166. if(res["qsdq311"]==1){$("#qsdq311").css("background-color","#F00");}else{$("#qsdq311").css("background-color","#0F0");}
  167. if(res["qsdq302"]==1){$("#qsdq302").css("background-color","#F00");}else{$("#qsdq302").css("background-color","#0F0");}
  168. if(res["qsdq1h301"]==1){$("#qsdq1h301").css("background-color","#F00");}else{$("#qsdq1h301").css("background-color","#0F0");}
  169. /********************kaiguan_Kai_Right.fw********************/
  170. if(res["qsdq1110"]==1){$("#qsdq1110").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq1110").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  171. if(res["qsdq11103"]==1){$("#qsdq11103").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq11103").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  172. if(res["qsdq11101"]==1){$("#qsdq11101").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq11101").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  173. if(res["qsdq2h1020"]==1){$("#qsdq2h1020").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq2h1020").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  174. if(res["qsdq2h10201"]==1){$("#qsdq2h10201").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq2h10201").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  175. if(res["qsdq2h10202"]==1){$("#qsdq2h10202").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq2h10202").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  176. if(res["qsdq2h10203"]==1){$("#qsdq2h10203").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq2h10203").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  177. if(res["qsdq1h1010"]==1){$("#qsdq1h1010").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq1h1010").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  178. if(res["qsdq1h10101"]==1){$("#qsdq1h10101").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq1h10101").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  179. if(res["qsdq1h10102"]==1){$("#qsdq1h10102").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq1h10102").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  180. if(res["qsdq1h10103"]==1){$("#qsdq1h10103").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Right.fw.png' />");}else {$("#qsdq1h10103").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png'/>");}
  181. /********************kaiguan_Fen_Xiao.fw********************/
  182. if(res["qsdq1113"]==1){$("#qsdq1113").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Xiao.fw.png' />");}else{$("#qsdq1113").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png' />");}
  183. if(res["qsdq1111"]==1){$("#qsdq1111").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Xiao.fw.png' />");}else{$("#qsdq1111").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png' />");}
  184. if(res["qsdq2h1021"]==1){$("#qsdq2h1021").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Xiao.fw.png' />");}else{$("#qsdq2h1021").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png' />");}
  185. if(res["qsdq2h1023"]==1){$("#qsdq2h1023").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Xiao.fw.png' />");}else{$("#qsdq2h1023").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png' />");}
  186. if(res["qsdq1h119"]==1){$("#qsdq1h119").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Xiao.fw.png' />");}else{$("#qsdq1h119").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png' />");}
  187. if(res["qsdq1h1011"]==1){$("#qsdq1h1011").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Xiao.fw.png' />");}else{$("#qsdq1h1011").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png' />");}
  188. if(res["qsdq1h1013"]==1){$("#qsdq1h1013").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He_Xiao.fw.png' />");}else{$("#qsdq1h1013").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png' />");}
  189. /*********************kaiguan_Kai.fw*******************/
  190. if(res["qsdq2h0210"]==1){$("#qsdq2h0210").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq2h0210").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  191. if(res["qsdq1h0110"]==1){$("#qsdq1h0110").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq1h0110").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  192. if(res["qsdq3250"]==1){$("#qsdq3250").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3250").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  193. if(res["qsdq3240"]==1){$("#qsdq3240").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3240").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  194. if(res["qsdq3230"]==1){$("#qsdq3230").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3230").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  195. if(res["qsdq3220"]==1){$("#qsdq3220").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3220").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  196. if(res["qsdq3210"]==1){$("#qsdq3210").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3210").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  197. if(res["qsdq3160"]==1){$("#qsdq3160").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3160").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  198. if(res["qsdq3150"]==1){$("#qsdq3150").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3150").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  199. if(res["qsdq3140"]==1){$("#qsdq3140").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3140").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  200. if(res["qsdq3130"]==1){$("#qsdq3130").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3130").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  201. if(res["qsdq3120"]==1){$("#qsdq3120").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3120").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  202. if(res["qsdq3110"]==1){$("#qsdq3110").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq3110").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  203. if(res["qsdq1h1109"]==1){$("#qsdq1h1109").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_He.fw.png'/>");}else{$("#qsdq1h1109").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png' />");}
  204. /*********************up_Shouche_kai.fw*******************/
  205. if(res["qsdq329"]==1){$("#qsdq329").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/up_Shouche_HE.fw.png'/>");}else{$("#qsdq329").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/up_Shouche_Kai.fw.png' />");}
  206. if(res["qsdq319"]==1){$("#qsdq319").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/up_Shouche_HE.fw.png'/>");}else{$("#qsdq319").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/up_Shouche_Kai.fw.png' />");}
  207. /*********************shouche_Kai_New.fw*******************/
  208. if(res["qsdq2h302sc"]==1){$("#qsdq2h302sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq2h302sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  209. if(res["qsdq1h301sc"]==1){$("#qsdq1h301sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq1h301sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  210. if(res["qsdq300sc"]==1){$("#qsdq300sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq300sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  211. if(res["qsdq3001sc"]==1){$("#qsdq3001sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq3001sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  212. if(res["qsdq1h301sc"]==1){$("#qsdq1h301sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq1h301sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  213. if(res["qsdq300sc"]==1){$("#qsdq300sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq300sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  214. if(res["qsdq3001sc"]==1){$("#qsdq3001sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq3001sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  215. if(res["qsdq325sc"]==1){$("#qsdq325sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq325sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  216. if(res["qsdq324sc"]==1){$("#qsdq324sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq324sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  217. if(res["qsdq323sc"]==1){$("#qsdq323sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq323sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  218. if(res["qsdq322sc"]==1){$("#qsdq322sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq322sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  219. if(res["qsdq321sc"]==1){$("#qsdq321sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq321sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  220. if(res["qsdq316sc"]==1){$("#qsdq316sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq316sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  221. if(res["qsdq315sc"]==1){$("#qsdq315sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq315sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  222. if(res["qsdq314sc"]==1){$("#qsdq314sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq314sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  223. if(res["qsdq313sc"]==1){$("#qsdq313sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq313sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  224. if(res["qsdq312sc"]==1){$("#qsdq312sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq312sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  225. if(res["qsdq311sc"]==1){$("#qsdq311sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_He_New.fw.png' />");}else{$("#qsdq311sc").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png' />");}
  226. /****************************************/
  227. }
  228. });
  229. }
  230. function wpAllInfoAjax() {
  231. $.ajax( {
  232. url : "/windfarm/windfarmrealtimeinfo.action?wfName=QS_FDC",
  233. type : "post",
  234. cache : false,
  235. dataType : "json",
  236. data : {},
  237. ifModified : false,
  238. success : function(res) {
  239. $("#zjrl").html(res["zjrl"] + "");
  240. $("#zgl").html(res["zgl"] + "");
  241. $("#pjfs").html(res["pjfs"] + "");
  242. $("#rfdl").html(res["rfdl"] + "");
  243. $("#yfdl").html(res["yfdl"] + "");
  244. $("#nfdl").html(res["nfdl"] + "");
  245. $("#yxts").html(res["yxts"] + "");
  246. $("#djts").html(res["djts"] + "");
  247. $("#whts").html(res["whts"] + "");
  248. $("#gzts").html(res["gzts"] + "");
  249. $("#lxts").html(res["lxts"] + "");
  250. $("#xdts").html(res["xdts"] + "");
  251. $("#jrts").html(res["jrts"] + "");
  252. $("#wd").html(res["wd"] + "");
  253. }
  254. });
  255. }
  256. function windfarm()
  257. {
  258. $("#f1").attr("action","/windfarm/qsindex.action?wfName=QS_FDC").submit();
  259. }
  260. function tower()
  261. {
  262. $("#f1").attr("action","/windfarm/qswindtower.action?windfarm=QS_FDC").submit();
  263. }
  264. function powerfirst()
  265. {
  266. $("#f1").attr("action","/windfarm/qspowerfirst.action?wfName=QS_FDC").submit();
  267. }
  268. function wtinfo()
  269. {
  270. $("#f1").attr("action","/windfarm/qswtindex.action?wfName=QS_FDC").submit();
  271. }
  272. function power()
  273. {
  274. $("#f1").attr("action","/windfarm/qspowerindex.action?wfName=QS_FDC").submit();
  275. }
  276. function fjpb()
  277. {
  278. $("#f1").attr("action","/windfarm/qsstation1.action?wfName=QS01_GC").submit();
  279. }
  280. </script>
  281. </head>
  282. <body>
  283. <form action="" id="f1" method="post" style="width: 1883px">
  284. <div id="qsdq2mx6xia"></div>
  285. <div id="qsdq2mx6xp"></div>
  286. <div id="qsdq2mx6q"></div>
  287. <div id="qsdq2mx5xia"></div>
  288. <div id="qsdq2mx5xp"></div>
  289. <div id="qsdq2mx5xq"></div>
  290. <div id="qsdq2mx4xq"></div>
  291. <div id="qsdq2mx4xp"></div>
  292. <div id="qsdq2mx4xia"></div>
  293. <div id="qsdq2mxdkq"></div>
  294. <div id="qsdq2mxdkp"></div>
  295. <div id="qsdq2mxdkia"></div>
  296. <div id="qsdq2mxbqq"></div>
  297. <div id="qsdq2mxbqp"></div>
  298. <div id="qsdq2mxbqia"></div>
  299. <div id="qsdq1mxdkq"></div>
  300. <div id="qsdq1mxdkp"></div>
  301. <div id="qsdq1mxdkia"></div>
  302. <div id="qsdq1mxbqq"></div>
  303. <div id="qsdq1mxbqp"></div>
  304. <div id="qsdq1mxbqia"></div>
  305. <div id="qsdq1mxybq"></div>
  306. <div id="qsdq1mxybp"></div>
  307. <div id="qsdq1mxybia"></div>
  308. <div id="qsdq1mx3xq"></div>
  309. <div id="qsdq1mx3xp"></div>
  310. <div id="qsdq1mx3xia"></div>
  311. <div id="qsdq1mx2xq"></div>
  312. <div id="qsdq1mx2xp"></div>
  313. <div id="qsdq1mx2xia"></div>
  314. <div id="qsdq1mx1xq"></div>
  315. <div id="qsdq1mx1xp"></div>
  316. <div id="qsdq1mx1xia"></div>
  317. <div id="qsdqua"></div>
  318. <div id="qsdquab"></div>
  319. <div id="qsdqub"></div>
  320. <div id="qsdquc"></div>
  321. <div id="qsdq3uo"></div>
  322. <div id="qsdqubc"></div>
  323. <div id="qsdquca"></div>
  324. <div id="qsdqia"></div>
  325. <div id="qsdqp"></div>
  326. <div id="qsdqq"></div>
  327. <div id="qsdqux"></div>
  328. <div id="qsdqf"></div>
  329. <div id="qsdqcos"></div>
  330. <div id="qsdq2hsia"></div>
  331. <div id="qsdq2hsp"></div>
  332. <div id="qsdq2hsq"></div>
  333. <div id="qsdq2hscos"></div>
  334. <div id="qsdq1hsia"></div>
  335. <div id="qsdq1hsp"></div>
  336. <div id="qsdq1hsq"></div>
  337. <div id="qsdq1hscos"></div>
  338. <div id="qsdq2hxia"></div>
  339. <div id="qsdq2hxp"></div>
  340. <div id="qsdq2hxq"></div>
  341. <div id="qsdq2hxcos"></div>
  342. <div id="qsdq2hua"></div>
  343. <div id="qsdq2huab"></div>
  344. <div id="qsdq2h3uo"></div>
  345. <div id="apDiv572">3</div>
  346. <div id="qsdq2hwd1"></div>
  347. <div id="qsdq2hwd2"></div>
  348. <div id="qsdq1hxia"></div>
  349. <div id="qsdq1hxp"></div>
  350. <div id="qsdq1hxq"></div>
  351. <div id="qsdq1hxcos"></div>
  352. <div id="apDiv579">3</div>
  353. <div id="qsdq1hwd1"></div>
  354. <div id="qsdq1hwd2"></div>
  355. <div id="qsdq1hua"></div>
  356. <div id="qsdq1huab"></div>
  357. <div id="qsdq1h3uo"></div>
  358. <div id="qsdq111" style="background-color:#00FF00"></div>
  359. <div id="qsdq2h102" style="background-color: #00FF00"></div>
  360. <div id="qsdq1h1011"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png" width="18" height="22"/></div>
  361. <div id="qsdq1h101" style="background-color: #00FF00"></div>
  362. <div id="qsdq1h1013"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png" width="18" height="22"/></div>
  363. <div id="qsdq325" style="background-color: #00FF00"></div>
  364. <div id="qsdq324" style="background-color: #00FF00"></div>
  365. <div id="qsdq323" style="background-color: #00FF00"></div>
  366. <div id="qsdq322" style="background-color: #00FF00"></div>
  367. <div id="qsdq321" style="background-color: #00FF00"></div>
  368. <div id="qsdq300" style="background-color: #00FF00"></div>
  369. <div id="qsdq316" style="background-color: #00FF00"></div>
  370. <div id="qsdq315" style="background-color: #00FF00"></div>
  371. <div id="qsdq314" style="background-color: #00FF00"></div>
  372. <div id="qsdq313" style="background-color: #00FF00"></div>
  373. <div id="qsdq312" style="background-color: #00FF00"></div>
  374. <div id="qsdq311" style="background-color: #00FF00"></div>
  375. <div id="qsdq302" style="background-color: #00FF00"></div>
  376. <div id="qsdq1h301" style="background-color: #00FF00"></div>
  377. <div id="qsdq1113"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png" name="img1113" width="18" height="22"/></div>
  378. <div id="qsdq1111" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png" name="img1113" width="18" height="22"/></div>
  379. <div id="qsdq2h1021" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png" width="18" height="22"/></div>
  380. <div id="qsdq2h1023" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png" name="img1113" width="18" height="22"/></div>
  381. <div id="qsdq1h119" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Fen_Xiao.fw.png" name="img1113" width="18" height="22"/></div>
  382. <div id="qsdq1110"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  383. <div id="qsdq11103"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  384. <div id="qsdq11101"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  385. <div id="qsdq2h1020"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  386. <div id="qsdq2h10201"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  387. <div id="qsdq2h10202"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  388. <div id="qsdq2h10203"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  389. <div id="qsdq1h1010"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  390. <div id="qsdq1h10101"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  391. <div id="qsdq1h10102"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  392. <div id="qsdq1h10103"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai_Right.fw.png" /></div>
  393. <div id="qsdq2h0210" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  394. <div id="qsdq1h0110" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  395. <div id="qsdq3250"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  396. <div id="qsdq3240"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  397. <div id="qsdq3230"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  398. <div id="qsdq3220"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  399. <div id="qsdq3210"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  400. <div id="qsdq3160"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  401. <div id="qsdq3150"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  402. <div id="qsdq3140"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  403. <div id="qsdq3130"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  404. <div id="qsdq3120"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  405. <div id="qsdq3110"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  406. <div id="qsdq329"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/up_Shouche_Kai.fw.png" name="img1113" width="18" height="22"/></div>
  407. <div id="qsdq319"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/up_Shouche_Kai.fw.png" name="img1113" width="18" height="22"/></div>
  408. <div id="qsdq2h302sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  409. <div id="qsdq1h301sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  410. <div id="qsdq300sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  411. <div id="qsdq3001sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  412. <div id="qsdq325sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  413. <div id="qsdq324sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  414. <div id="qsdq323sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  415. <div id="qsdq322sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  416. <div id="qsdq321sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  417. <div id="qsdq316sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  418. <div id="qsdq315sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  419. <div id="qsdq314sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  420. <div id="qsdq313sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  421. <div id="qsdq312sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  422. <div id="qsdq311sc"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/shouche_Kai_New.fw.png" /></div>
  423. <div id="qsdq1h1109"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/kaiguan_Kai.fw.png" /></div>
  424. <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
  425. <tr>
  426. <td height="58" colspan="5" background="<%=request.getContextPath()%>/resource/images/system/pictures/station_Top_qs.jpg"><table width="1880" border="0" cellspacing="0" cellpadding="0" height="58">
  427. <tr>
  428. <td width="36" height="25">&nbsp;</td>
  429. <td width="64" rowspan="2" align="center">&nbsp; </td>
  430. <td width="125" align="center" valign="bottom" class="station_Name">装机容量</td>
  431. <td width="123"align="center" valign="bottom" class="station_Name">总功率</td>
  432. <td width="125"align="center" valign="bottom" class="station_Name">日发电量</td>
  433. <td width="124"align="center" valign="bottom" class="station_Name">月发电量</td>
  434. <td width="124"align="center" valign="bottom" class="station_Name">年发电量</td>
  435. <td width="123"align="center" valign="bottom" class="station_Name">温度</td>
  436. <td width="123"align="center" valign="bottom" class="station_Name">平均风速</td>
  437. <td width="127"align="center" valign="bottom" class="station_Name">接入台数</td>
  438. <td width="121"align="center" valign="bottom" class="station_Name">运行台数</td>
  439. <td width="125"align="center" valign="bottom" class="station_Name">待机台数</td>
  440. <td width="123"align="center" valign="bottom" class="station_Name">故障台数</td>
  441. <td width="126"align="center" valign="bottom" class="station_Name">维护台数</td>
  442. <td width="124"align="center" valign="bottom" class="station_Name">离线台数</td>
  443. <td width="124"align="center" valign="bottom" class="station_Name">限电台数</td>
  444. <td width="43"align="center" valign="bottom" class="station_Name" style='cursor: pointer;' onclick="goback()"></td>
  445. </tr>
  446. <tr>
  447. <td height="28">&nbsp;</td>
  448. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zjrl"></span></td>
  449. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="zgl" ></span></td>
  450. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="rfdl" ></span></td>
  451. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yfdl" ></span></td>
  452. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="nfdl" ></span></td>
  453. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="wd" ></span></td>
  454. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="pjfs" ></span></td>
  455. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="jrts" ></span></td>
  456. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="yxts" ></span></td>
  457. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="djts" ></span></td>
  458. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="gzts" ></span></td>
  459. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="whts" ></span></td>
  460. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="lxts" ></span></td>
  461. <td align="center"><span style="font-family: fontNameRegular;font-size: 20px;font-weight: bolder; color: #666;" id="xdts" ></span></td>
  462. <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>
  463. </tr>
  464. </table>
  465. <tr>
  466. <td width="17" valign="top"><table width="35" border="0" cellspacing="0" cellpadding="0">
  467. <tr>
  468. <td><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_zm_Button_link.jpg" width="35" height="80" onclick="windfarm()" style='cursor: pointer;'/></td>
  469. </tr>
  470. <tr>
  471. <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>
  472. </tr>
  473. <tr>
  474. <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>
  475. </tr>
  476. <tr>
  477. <td align="center" valign="top"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/station_syz_button_selected.jpg" width="35" /></td>
  478. </tr>
  479. <tr>
  480. <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>
  481. </tr>
  482. <tr>
  483. <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>
  484. </tr>
  485. </table></td>
  486. <td width="1845" height="766" align="center" valign="top" ><img src="<%=request.getContextPath()%>/resource/images/system/pictures/qs_station_booster.jpg" height="756" /></td>
  487. </tr>
  488. </table>
  489. </form>
  490. </body>
  491. </html>