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-->
- <script type="text/javascript" src="../../../../scripts/business/am/ContingercyPlan/PlanGradeYJInfo.js"></script>
- <style type="text/css">
- .title_class {
- font-size: 22px;
- color: blue;
- }
- .tool_class {
- display: inline-block;
- float: right;
-
- }
- ._title{
- display: block;
- position: absolute;
- font-size: 22px;
- font-width:bold;
- }
- </style>
- </head>
-
- <body>
- <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>
- <form id="fillForm" name="fillForm" method="post" action="" >
-
- <table width="100%" >
- <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="GRADE_TYPE_215" name="GRADE_TYPE_215" value="2" required="true"/>
- <input type="hidden" id="FILLER1_215" name="FILLER1_215" required="true"/>
- </td>
- </tr>
-
-
- <tr>
- <td width="20%">红色预警:</td>
- <td width="60%"><textarea id="FRIST_GRADE_215" name="FRIST_GRADE_215" style="height: 65px; width: 500px; "></textarea></td>
- </tr>
-
- <tr>
- <td width="20%">橙色预警:</td>
- <td width="60%"><textarea id="SECOND_GRADE_215" name="SECOND_GRADE_215" style="height: 65px; width: 500px; "></textarea></td>
- </tr>
-
- <tr>
- <td width="20%">黄色预警:</td>
- <td width="60%"><textarea id="THRID_GRADE_215" name="THRID_GRADE_215" style="height: 65px; width: 500px; "></textarea></td>
- </tr>
-
- <tr>
- <td width="20%">蓝色预警:</td>
- <td width="60%"><textarea id="FOURTH_GRADE_215" name="FOURTH_GRADE_215" style="height: 65px; width: 500px; "></textarea></td>
- </tr>
- </table>
-
- </form>
- </body>
- </html>
|