1157e28bcb47d7cf2434051f08cfb001d9ffabb7.svn-base 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. <!--基本选项卡start-->
  11. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/nav/basicTabModern.js"></script>
  12. <script type="text/javascript" src="../../../../../scripts/business/am/ContingercyPlan/PlanTableType/PlanTableDLGY.js"></script>
  13. <!--基本选项卡end-->
  14. </head>
  15. <script type="text/javascript">
  16. </script>
  17. <body>
  18. <div class="padding_top5">
  19. <div style="height: 50px;border:1px solid #e2e2e2;border-bottom: 1px" align="center">
  20. <a href="javascript:;"><!-- <img class="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" /> --></a>
  21. <font style="font-weight: bold;font-size: 20px;line-height: 45px;color:red;" id="titlename"></font>
  22. </div>
  23. <form id="fillForm" name="fillForm" method="post" action="" failAlert="表单填写不正确,请按要求填写!">
  24. <tr style="display: none;">
  25. <td>
  26. <input type="hidden" id="fd_id215" name="FD_OBJECTID215" required="true"/>
  27. <input type="hidden" name="classid" value="215" required="true"/>
  28. <input type="hidden" id="FILLER1_215" name="FILLER1_215" required="true"/>
  29. <input type="hidden" id="GRADE_TYPE_215" name="GRADE_TYPE_215" value="10" required="true"/>
  30. <input type="hidden" id="FRIST_GRADE_215" name="FRIST_GRADE_215" required="true"/>
  31. <input type="hidden" id="SECOND_GRADE_215" name="SECOND_GRADE_215" required="true"/>
  32. <input type="hidden" id="THRID_GRADE_215" name="THRID_GRADE_215" required="true"/>
  33. <input type="hidden" id="FOURTH_GRADE_215" name="FOURTH_GRADE_215" required="true"/>
  34. <input type="hidden" id="DEPT_DEPARAMENT_215" name="DEPT_DEPARAMENT_215" required="true"/>
  35. <input type="hidden" id="TABLE_NAME_215" name="TABLE_NAME_215" required="true"/>
  36. <input type="hidden" id="TABLE_PLOT_215" name="TABLE_PLOT_215" required="true"/>
  37. <input type="hidden" id="pagetype" value = "chakan" required="true"/>
  38. </td>
  39. </tr>
  40. <table class="tableStyle">
  41. <tr>
  42. <td colspan="4" align="right">
  43. <input type="button" value=" 返 回 " onclick="goBack()"/>
  44. </td>
  45. </tr>
  46. </table>
  47. <table class="tableStyle">
  48. <tr><td width="130px"></td><td width="200px" align="center"> 每日<input type="text" readonly="readonly" id="date1" dateFmt="HH:mm" /></td><td width="200px" align="center"> 每日<input type="text" readonly="readonly" id="date2" dateFmt="HH:mm" /></td></tr>
  49. <tr><td width="130px" style="text-align: right;">一级响应:</td><td width="200px" style="text-align: center;"><input type="checkbox" style="text-align: center;" id="football-1" value="每日" name="football-1" /></td><td style="text-align: center;" width="200px"><input type="checkbox" id="football-12" name="football-12" value="每日" /></td></tr>
  50. <tr><td width="130px" style="text-align: right;">二级响应:</td><td width="200px" style="text-align: center;"><input type="checkbox" style="text-align: center;" id="football-2" value="每日" name="football-2" /></td><td style="text-align: center;" width="200px"><input type="checkbox" id="football-22" name="football-22" value="每日" /></td></tr>
  51. <tr><td width="130px" style="text-align: right;">三级响应:</td><td width="200px" style="text-align: center;"><input type="checkbox" style="text-align: center;" id="football-3" value="每日" name="football-3" /></td><td style="text-align: center;" width="200px"><input type="checkbox" id="football-32" name="football-32" value="每日" /></td></tr>
  52. <tr><td width="130px" style="text-align: right;">四级响应:</td><td width="200px" style="text-align: center;"><input type="checkbox" style="text-align: center;" id="football-4" value="每日" name="football-4" /></td><td style="text-align: center;" width="200px"><input type="checkbox" id="football-42" name="football-42" value="每日" /></td></tr>
  53. <!-- <tr><td width="130px" style="text-align: center;">系统运行部报表</td><td colspan="2"><div class="selectTree" id="selectTree5-1" multiMode="true" allSelectable="true" keepDefaultStyle="true" selWidth="600"></div></td></tr> -->
  54. <tr>
  55. <td width="130px" style="text-align: right;">行政部门报表:</td>
  56. <td colspan="2">
  57. <input type="text" id="sys_table" style="width:585px;" readonly="readonly"/>
  58. </td>
  59. </tr>
  60. </table>
  61. </form>
  62. </div>
  63. </div></div></div></div><div id="box_bottomcenter" class="box_bottomcenter"><div class="box_bottomleft"><div class="box_bottomright"></div></div></div></div>
  64. </body>
  65. </html>