683ff4da7fb61dfe653ca883add5e14030909779.svn-base 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <%@page contentType="text/html" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>应急事件管理</title>
  7. <link href="/nwyj/css/statistics.css" rel="stylesheet" type="text/css"/>
  8. <!--框架必需start-->
  9. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
  10. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/language/cn.js"></script>
  11. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/framework.js"></script>
  12. <!-- 扩展工具js -->
  13. <script type="text/javascript" src="/nwyj/scripts/jquery/plugins/jquery.extension.util.js"></script>
  14. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/common/utils/Request.js"></script>
  15. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/common/common.js"></script>
  16. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/common/DateUtil.js"></script>
  17. <script type="text/javascript" src="/nwyj/scripts/commom/common/common.js"></script>
  18. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/common/utils/utils.js"></script>
  19. <link href="/nwyj/scripts/qui/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
  20. <link rel="stylesheet" type="text/css" id="skin" prePath="/nwyj/scripts/qui/"/>
  21. <link rel="stylesheet" type="text/css" id="customSkin"/>
  22. <!--框架必需end-->
  23. <!--树形表格start-->
  24. <script type="text/javascript" src="/nwyj/scripts/qui/libs//js/table/treeTable.js"></script>
  25. <!--树形表格end-->
  26. <!--数据表格start-->
  27. <script type="text/javascript"
  28. src="/nwyj/scripts/qui/libs/js/table/quiGrid.js"></script>
  29. <!--数据表格end-->
  30. <script type="text/javascript" src="/nwyj/scripts/business/em/event/EventAllInfo.js"></script>
  31. <link href="/nwyj/page/business/em/report/reportCss/warnningreport.css" rel="stylesheet" type="text/css"/>
  32. <script type="text/javascript" src="/nwyj/page/business/em/report/reportCss/tableStyle.js"></script>
  33. <style type="text/css">
  34. a {
  35. behavior: url(/nwyj/scripts/qui/libs/js/method/focus.htc)
  36. }
  37. body{
  38. font-size:12px;
  39. }
  40. img{
  41. width:16px;
  42. height:16px;
  43. vertical-align: middle;
  44. }
  45. .moreSearch {
  46. display:none;
  47. margin-top: 3px;
  48. }
  49. ._statusBar{
  50. width:99.5%;
  51. height:30px;
  52. line-height:30px;
  53. background-color: #eff3f8;
  54. border:1px solid #ccc;
  55. border-bottom-style: none;
  56. }
  57. ._statusBar table{
  58. width:100%;
  59. height:100%;
  60. }
  61. ._statusBar table tbody{
  62. width:100%;
  63. height:100%;
  64. }
  65. ._statusBar table tbody tr{
  66. width:100%;
  67. height:100%;
  68. line-height: 100%;
  69. }
  70. ._statusBar table tbody tr td{
  71. height:100%;
  72. line-height: 100%;
  73. }
  74. ._statusBar table tbody tr td img{
  75. margin-right: 5px;
  76. vertical-align:sub;
  77. }
  78. ._statusBar table tbody tr td pan{
  79. font-size: 12px;
  80. }
  81. .l-grid-tree-content div a span img{
  82. margin-left:5px;
  83. vertical-align:sub;
  84. }
  85. .nodownload{
  86. color:#ccc;
  87. }
  88. .candownload{
  89. cursor: pointer;
  90. }
  91. .icon_btn_down,.icon_btn_up{
  92. width:100%;
  93. padding:0;
  94. }
  95. .tzd_title{
  96. font-size: 16px;
  97. color: #191919;
  98. font-weight: bold;
  99. height: 40px;
  100. line-height: 40px;
  101. cursor: pointer;
  102. }
  103. .tzd_show{
  104. background-image: url("/nwyj/scripts/qui/libs/images/icons/bgd_hide.png") ;
  105. background-repeat: no-repeat;
  106. background-size: 24px 24px;
  107. padding-left: 30px;
  108. background-position: 0 50%;
  109. _background-position: 0 40%;
  110. }
  111. .tzd_hide{
  112. background-image: url("/nwyj/scripts/qui/libs/images/icons/bgd_show.png");
  113. background-repeat: no-repeat;
  114. background-size: 24px 24px;
  115. padding-left: 30px;
  116. background-position: 0 50%;
  117. _background-position: 0 40%;
  118. }
  119. hr{
  120. border: 1px #A19191 solid;
  121. }
  122. </style>
  123. <script type="text/javascript">
  124. var fd_id="<%=request.getParameter("fd_id")%>";
  125. </script>
  126. </head>
  127. <body>
  128. <div class="titlehead" align="center"><font class="titleMsg" id="titleShow">突发事件信息</font></div>
  129. <div id="a1" style="width : 99.2%">
  130. <div class="tzd_title tzd_show" id="title_dqxyd" style="margin-left: 20px;">事件信息</div>
  131. <hr/>
  132. <div id="content_dqxyd" class="mapVisible">
  133. <!--详细信息-->
  134. <div class="box1" whiteBg="true">
  135. <table class="tableStyle" formMode="view">
  136. <tr>
  137. <td width="10%">事件名称:</td>
  138. <td width="15%"><div id="EVENT_NAME_394"></div></td>
  139. <td width="10%">类型:</td>
  140. <td width="15%"><div id="TYPE_394_SHOW"></div></td>
  141. <td width="10%">级别:</td>
  142. <td width="15%"><div id="LEVEL_394_SHOW"></div></td>
  143. <td width="10%">属地:</td>
  144. <td width="15%" id="AREA_394"><div></div></td>
  145. </tr>
  146. <tr>
  147. <td width="10%">填报部门:</td>
  148. <td width="15%"><div id="WRITE_DEPT_394_SHOW"></div></td>
  149. <td width="10%">填报人:</td>
  150. <td width="15%"><div id="WRITER_394"></div></td>
  151. <td width="10%">填报时间:</td>
  152. <td width="15%"><div id="WRITE_TIME_394"></div></td>
  153. <td></td>
  154. <td></td>
  155. </tr>
  156. <tr>
  157. <td>详细描述:</td>
  158. <td colspan="7"><div id="REMARK_394"></div></td>
  159. </tr>
  160. </table>
  161. </div>
  162. </div>
  163. </div>
  164. <div id="a4" style="width : 99.2%">
  165. <div class="tzd_title tzd_hide" id="title_lsyd" style="margin-left: 20px;">预警和响应情况统计&nbsp;&nbsp;</div>
  166. <hr/>
  167. <div id="content_lsyd" class="mapVisible" style="display: none;">
  168. <div id="scrollContent" style="overflow-x:hidden;">
  169. <table class="tableStyle">
  170. <tr>
  171. <th rowspan="2" class="th_m2" align="center" width="20%">单位</td>
  172. <th colspan="4" class="th_m" align="center" width="40%">预警通知单</th>
  173. <th colspan="4" class="th_m" align="center" width="40%">响应通知单</th>
  174. </tr>
  175. <tr id="noticeCount">
  176. <th class="th_m">红色预警</th>
  177. <th class="th_m">橙色预警</th>
  178. <th class="th_m">黄色预警</th>
  179. <th class="th_m">蓝色预警</th>
  180. <th class="th_m">I级</th>
  181. <th class="th_m">II级</th>
  182. <th class="th_m">III级</th>
  183. <th class="th_m">IV级</th>
  184. </tr>
  185. </table>
  186. </div>
  187. </div>
  188. </div>
  189. <div id="a3" style="width : 99.2%">
  190. <div class="tzd_title tzd_hide" id="title_dqyd" style="margin-left: 20px;">预警及响应通知单信息&nbsp;&nbsp;</div>
  191. <hr/>
  192. <div id="content_dqyd" class="mapVisible" style="display: none;">
  193. <table class="tableStyle">
  194. <tr id="parentAndChildren">
  195. <th style="width:15%">发布单位</th><th style="width:15%">预警/响应名称</th><th style="width:20%">预警/响应编号</th><th style="width:10%">预警/响应级别</th><th style="width:30%">预警范围</th><th style="width:10%">发布时间</th>
  196. </tr>
  197. </table>
  198. <hr/>
  199. </br>
  200. </div>
  201. </div>
  202. <div id="a4" style="width : 99.2%">
  203. <div class="tzd_title tzd_hide" id="title_zbxx" style="margin-left: 20px;">值班信息&nbsp;&nbsp;</div>
  204. <hr/>
  205. <div id="content_zbxx" class="mapVisible" style="display: none;">
  206. <table class="tableStyle">
  207. <tr id="dutyInfo">
  208. <th style="width:15%">部门</th>
  209. <th style="width:10%">日期</th>
  210. <th style="width:15%">值班领导</th>
  211. <th style="width:20%">值班领导电话</th>
  212. <th style="width:10%">值班人员</th>
  213. <th style="width:30%">值班人电话</th>
  214. </tr>
  215. </table>
  216. <hr/>
  217. </br>
  218. </div>
  219. </div>
  220. </body>
  221. </html>