123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>应急预案修编统计</title>
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/context.js"></script>
- <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/echarts-all.js"></script>
- <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/chart/pie.js"></script>
- <script type="text/javascript" src=" /nwyj/page/cockpit/cockpit_echart.js"></script>
- <!-- <script type="text/javascript" src=" /nwyj/page/cockpit/webgis/util.js"></script> -->
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/util.js"></script>
- <link rel="stylesheet" type="text/css" href=" /nwyj/css/cockpit/commom/ehcartPage.css" />
- <link rel="stylesheet" type="text/css" href=" /nwyj/scripts/qui/libs/skins/flatBlue/style1.css" />
- <!--框架必需start-->
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/language/cn.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/main.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/framework.js"></script>
- <link href="/nwyj/scripts/qui/libs/css/import_basic.css" rel="stylesheet" type="text/css"/>
- <link rel="stylesheet" type="text/css" id="skin" prePath="/nwyj/scripts/qui/" scrollerY="false"/>
- <link rel="stylesheet" type="text/css" id="customSkin"/>
- <!--框架必需end-->
- <!--树组件start-->
- <link rel="stylesheet" type="text/css" href="/nwyj/scripts/qui/libs/js/tree/ztree/ztree.css" />
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/tree/ztree/ztree.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/form/selectTree.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/form/listerTree.js"></script>
- <!--树组件end-->
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/context.js"></script>
- <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/echarts-all.js"></script>
- <script type="text/javascript" src="/nwyj/page/cockpit/echarts-2.2.7/build/dist/chart/pie.js"></script>
- <script type="text/javascript" src=" /nwyj/page/cockpit/cockpit_echart.js"></script>
- <!-- <script type="text/javascript" src=" /nwyj/page/cockpit/webgis/util.js"></script> -->
- <script type="text/javascript" src="/nwyj/scripts/cockpit/cockpitIndex/util.js"></script>
- <link rel="stylesheet" type="text/css" href=" /nwyj/css/cockpit/commom/ehcartPage.css" />
- <link rel="stylesheet" type="text/css" href=" /nwyj/scripts/qui/libs/skins/flatBlue/style1.css" />
- <script type="text/javascript" src="/nwyj/scripts/amResource/ContingencyPlanHuiZongZtNew.js"></script>
- <script type="text/javascript">
-
- var dataTemp = null;
-
- $(function(){
- /* var deptUrl = '/nwyj/ws/dept/DeptService/getDepartTree';
-
- $.post(deptUrl,{id:"11",name:''},function(data){
- dataTemp = data;
- $("#WRITE_DEPT_365").data("data",data);
- $("#WRITE_DEPT_365").render();
- }, "json"); */
- });
-
-
- </script>
- </head>
- <body>
- <div id="i_page_main" class="c_page_main">
-
-
- <div id="i_page_head" class="c_page_head">
- <div id="i_page_head_title">
- </div>
- <div id="i_page_head_subtitle"></div>
-
- <table style="padding-top: 300px;padding-right: 10px; margin:auto">
- <tr>
- <td>自然灾害类</td>
- <td>事故灾难类</td>
- <td>公共卫生类</td>
- <td>社会安全类</td>
- </tr>
- <tr>
- <td><div style="color:red" id="shaq" name="shaq" readOnly="true"/></td>
- <td ><div style="color:red" id="sgzn" name="sgzn" readOnly="true" value="10"/></td>
- <td><div style="color:red" id="sgzn" name="sgzn" readOnly="true" value="10"/></td>
- <td><div style="color:red" id="zrzh" name="zrzh" readOnly="true" value="10"/></td>
- </tr>
-
- </table>
-
- <!-- <table align="center" width="960px" style="padding-top: 60px;padding-right: 10px; margin:auto">
- <tr>
- <td align="left">
- <div style="float:left">所属单位:</div>
- <div style="float:left">
- <label id="RELEASE_UNIT_365"></label>
- <div class="selectTree" selWidth="" id="WRITE_DEPT_365" name="WRITE_DEPT_365" onchange="getNewCompId()" ></div>
- </td>
- </tr>
- </table> -->
-
-
- </div>
- <div id="i_page_chart" class="c_page_chart">
- <div id="i_page_miaoshu"></div>
- </div>
- </div>
-
- <div>
-
-
-
- </div>
- <script type="text/javascript">
- </script>
- </body>
- </html>
|