368a0db4b2a56b2ceec3ffe46b37771aff8b6f88.svn-base 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <%@page language="java" 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. <!--框架必需start-->
  8. <%@include file="../../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="../../../../../scripts/business/am/ContingercyPlan/PlanHanderEdit/PlanTableJH.js"></script>
  11. <script type="text/javascript" src="../../../../../scripts/business/am/ContingercyPlan/PlanGradeYJMsg.js"></script>
  12. </head>
  13. <body style="height: 545px;overflow:auto; overflow-x:hidden;">
  14. <div panelTitle="" id="searchPanel" statusType="none">
  15. <form id="queryForm" method="post">
  16. <table width="100%" >
  17. <tr>
  18. <td width="93%">
  19. <button type="button" onclick="confirm()">确定</button>
  20. </td>
  21. </tr>
  22. </table>
  23. </form>
  24. </div>
  25. <div class="padding_right5">
  26. <div id="maingrid"></div>
  27. </div>
  28. </body>
  29. </html>