123456789101112131415161718192021 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <style type="text/css">
- em {color:red;font-size:13px;font-style:normal}
- </style>
- <form id="backForm" method="post" enctype="multipart/form-data">
- <table class="mytable">
- <tr>
- <th width="20%"><em>*</em>说明</th>
- <td width="80%">
- <input type="hidden" name="securityPersonApply.Id" id="applyId_back"/>
- <textarea rows="6" cols="40" id="content_back" name="securityPersonApply.content"></textarea>
- </td>
- </tr>
- <tr>
- <th width="20%">附件</th>
- <td width="80%">
- <input type="file" name="file"/>
- </td>
- </tr>
- </table>
- </form>
|