dbdfd1e70532a3dd86929d0252b5179ba454fc9e.svn-base 2.4 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. <script type="text/javascript" src="../../../../scripts/business/am/ContingercyPlan/PlanGradeYJInfo.js"></script>
  11. <style type="text/css">
  12. .title_class {
  13. font-size: 22px;
  14. color: blue;
  15. }
  16. .tool_class {
  17. display: inline-block;
  18. float: right;
  19. }
  20. ._title{
  21. display: block;
  22. position: absolute;
  23. font-size: 22px;
  24. font-width:bold;
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <div style="height: 50px;background: #F8F8F8;" align="center"><a href="javascript:;"><img class="back" title="返回" align="left" alt="返回" src="/nwyj/images/temp/back.png" /></a><font style="font-weight: bold;font-size: 20px;line-height: 45px;" >预警分级详情</font></div>
  30. <form id="fillForm" name="fillForm" method="post" action="" >
  31. <table width="100%" >
  32. <tr style="display: none;">
  33. <td>
  34. <input type="hidden" id="fd_id215" name="FD_OBJECTID215" required="true"/>
  35. <input type="hidden" name="classid" value="215" required="true"/>
  36. <input type="hidden" id="GRADE_TYPE_215" name="GRADE_TYPE_215" value="2" required="true"/>
  37. <input type="hidden" id="FILLER1_215" name="FILLER1_215" required="true"/>
  38. </td>
  39. </tr>
  40. <tr>
  41. <td width="20%">红色预警:</td>
  42. <td width="60%"><textarea id="FRIST_GRADE_215" name="FRIST_GRADE_215" style="height: 65px; width: 500px; "></textarea></td>
  43. </tr>
  44. <tr>
  45. <td width="20%">橙色预警:</td>
  46. <td width="60%"><textarea id="SECOND_GRADE_215" name="SECOND_GRADE_215" style="height: 65px; width: 500px; "></textarea></td>
  47. </tr>
  48. <tr>
  49. <td width="20%">黄色预警:</td>
  50. <td width="60%"><textarea id="THRID_GRADE_215" name="THRID_GRADE_215" style="height: 65px; width: 500px; "></textarea></td>
  51. </tr>
  52. <tr>
  53. <td width="20%">蓝色预警:</td>
  54. <td width="60%"><textarea id="FOURTH_GRADE_215" name="FOURTH_GRADE_215" style="height: 65px; width: 500px; "></textarea></td>
  55. </tr>
  56. </table>
  57. </form>
  58. </body>
  59. </html>