12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>应急预案管理</title>
- <!--框架必需start-->
- <%@include file="../../../../include.jsp" %>
- <!--框架必需end-->
- <!--基本选项卡start-->
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/nav/basicTabModern.js"></script>
- <script type="text/javascript" src="../../../../../scripts/business/am/ContingercyPlan/PlanTableType/PlanTableDLGY.js"></script>
- <!--基本选项卡end-->
- </head>
- <script type="text/javascript">
- </script>
- <body>
- <div class="padding_top5">
- <div style="height: 50px;border:1px solid #e2e2e2;border-bottom: 1px" align="center">
- <a href="javascript:;"><!-- <img class="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" /> --></a>
- <font style="font-weight: bold;font-size: 20px;line-height: 45px;color:red;" id="titlename"></font>
- </div>
- <form id="fillForm" name="fillForm" method="post" action="" failAlert="表单填写不正确,请按要求填写!">
- <tr style="display: none;">
- <td>
- <input type="hidden" id="fd_id215" name="FD_OBJECTID215" required="true"/>
- <input type="hidden" name="classid" value="215" required="true"/>
- <input type="hidden" id="FILLER1_215" name="FILLER1_215" required="true"/>
- <input type="hidden" id="GRADE_TYPE_215" name="GRADE_TYPE_215" value="10" required="true"/>
- <input type="hidden" id="FRIST_GRADE_215" name="FRIST_GRADE_215" required="true"/>
- <input type="hidden" id="SECOND_GRADE_215" name="SECOND_GRADE_215" required="true"/>
- <input type="hidden" id="THRID_GRADE_215" name="THRID_GRADE_215" required="true"/>
- <input type="hidden" id="FOURTH_GRADE_215" name="FOURTH_GRADE_215" required="true"/>
- <input type="hidden" id="DEPT_DEPARAMENT_215" name="DEPT_DEPARAMENT_215" required="true"/>
- <input type="hidden" id="TABLE_NAME_215" name="TABLE_NAME_215" required="true"/>
- <input type="hidden" id="TABLE_PLOT_215" name="TABLE_PLOT_215" required="true"/>
- <input type="hidden" id="pagetype" value = "chakan" required="true"/>
- </td>
- </tr>
-
- <table class="tableStyle">
- <tr>
- <td colspan="4" align="right">
- <input type="button" value=" 返 回 " onclick="goBack()"/>
- </td>
- </tr>
- </table>
- <table class="tableStyle">
- <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>
- <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>
- <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>
- <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>
- <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>
- <!-- <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> -->
- <tr>
- <td width="130px" style="text-align: right;">行政部门报表:</td>
- <td colspan="2">
- <input type="text" id="sys_table" style="width:585px;" readonly="readonly"/>
-
- </td>
- </tr>
- </table>
- </form>
- </div>
- </div></div></div></div><div id="box_bottomcenter" class="box_bottomcenter"><div class="box_bottomleft"><div class="box_bottomright"></div></div></div></div>
- </body>
- </html>
|