back.jsp 683 B

123456789101112131415161718192021
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <style type="text/css">
  3. em {color:red;font-size:13px;font-style:normal}
  4. </style>
  5. <form id="backForm" method="post" enctype="multipart/form-data">
  6. <table class="mytable">
  7. <tr>
  8. <th width="20%"><em>*</em>说明</th>
  9. <td width="80%">
  10. <input type="hidden" name="securityPersonApply.Id" id="applyId_back"/>
  11. <textarea rows="6" cols="40" id="content_back" name="securityPersonApply.content"></textarea>
  12. </td>
  13. </tr>
  14. <tr>
  15. <th width="20%">附件</th>
  16. <td width="80%">
  17. <input type="file" name="file"/>
  18. </td>
  19. </tr>
  20. </table>
  21. </form>