e2753d1413115c9b25451a2417b28570bfd6e3d9.svn-base 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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/PlanGradeYJfj.js"></script>
  11. </head>
  12. <body>
  13. <div style="height: 50px;border:1px solid #e2e2e2;border-bottom: 1px" align="center">
  14. <a href="javascript:;"><!-- <img class="back" align="left" alt="返回" src="/nwyj/images/temp/back.png" onclick="goBack()"/> --></a>
  15. <font style="font-weight: bold;font-size: 20px;line-height: 45px;color:red;" id="titlename"></font><font style="font-weight: bold;font-size: 20px;line-height: 45px;color:#3e62a0;"></font>
  16. </div>
  17. <form id="fillForm" name="fillForm" method="post" action="" failAlert="表单填写不正确,请按要求填写!">
  18. <table width="80%" class="tableStyle" >
  19. <tr style="display: none;">
  20. <td>
  21. <input type="hidden" id="fd_id215" name="FD_OBJECTID215" required="true"/>
  22. <input type="hidden" name="classid" value="215" required="true"/>
  23. <input type="hidden" id="GRADE_TYPE_215" name="GRADE_TYPE_215" required="true"/>
  24. <input type="hidden" id="FILLER1_215" name="FILLER1_215" required="true"/>
  25. </td>
  26. </tr>
  27. <tr>
  28. <td colspan="4" align="right">
  29. <input type="button" value=" 保 存 " onclick="isAdd('#fillForm')"/>
  30. <input type="button" value=" 重 置 " onclick="resetSearch()"/>
  31. <input type="button" value=" 返 回 " onclick="goBack()"/>
  32. </td>
  33. </tr>
  34. <tr>
  35. <td width="10%" align="right"><span class="star">*</span>红色预警:</td>
  36. <td width="60%" align="left"><textarea class="validate[required]" id="FRIST_GRADE_215" name="FRIST_GRADE_215" style=" width: 800px; height:100px" maxNum="300" ></textarea></td>
  37. </tr>
  38. <tr>
  39. <td width="10%" align="right"><span class="star">*</span>橙色预警:</td>
  40. <td width="60%" align="left"><textarea class="validate[required]" id="SECOND_GRADE_215" name="SECOND_GRADE_215" style=" width: 800px; height:100px" maxNum="300" ></textarea></td>
  41. </tr>
  42. <tr>
  43. <td width="10%" align="right"><span class="star">*</span>黄色预警:</td>
  44. <td width="60%" align="left"><textarea class="validate[required]" id="THRID_GRADE_215" name="THRID_GRADE_215" style=" width: 800px; height:100px" maxNum="300" ></textarea></td>
  45. </tr>
  46. <tr>
  47. <td width="10%" align="right"><span class="star">*</span>蓝色预警:</td>
  48. <td width="60%" align="left"><textarea class="validate[required]" id="FOURTH_GRADE_215" name="FOURTH_GRADE_215" style=" width: 800px; height:100px" maxNum="300"></textarea></td>
  49. </tr>
  50. <tr>
  51. <td colspan="4" align="center">
  52. <!-- <input type="button" value=" 保存并跳转下一步" onclick="isAdd1('#fillForm');"/> -->
  53. </td>
  54. </tr>
  55. </table>
  56. </form>
  57. </body>
  58. </html>