cancelRemark.jsp 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <%@ page language="java" contentType="text/html;charset=GBK"
  2. pageEncoding="GBK"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  7. <title>³·Ïú±¸×¢</title>
  8. <link href="main.css" rel="stylesheet" type="text/css"></link>
  9. <link
  10. href="${pageContext.request.contextPath}/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css"
  11. rel="stylesheet" type="text/css" />
  12. <script
  13. src="${pageContext.request.contextPath}/liger/lib/jquery/jquery-1.3.2.min.js"
  14. type="text/javascript"></script>
  15. <script type="text/javascript" src="/shares/js/constant.js"></script>
  16. <script type="text/javascript" src="/shares/js/common.js"></script>
  17. <script type="text/javascript" src="/shares/js/yw/gov/promptDefine.js"></script>
  18. <script type="text/javascript">
  19. $(document).ready(function() {
  20. $("#cancelRemark").val("");
  21. $("#cancelRemark").focus();
  22. });
  23. </script>
  24. </head>
  25. <body >
  26. <%@ include file="/include/message.jsp"%>
  27. <div class="container">
  28. <div class="forum-container">
  29. <center>
  30. <table class="l-table-edit line">
  31. <tr>
  32. <td class="l-table-edit-text">³·Ïú±¸×¢ <FONT COLOR="red">*</FONT>£º
  33. </td>
  34. <td class="l-table-edit-td">
  35. <textarea id="cancelRemark" name="cancelRemark" cols="40" rows="5"></textarea>
  36. </td>
  37. </tr>
  38. </table>
  39. <input type="hidden" id="tabid" name="tabid" value="${param.tabid }">
  40. </center>
  41. </div>
  42. </div>
  43. </body>
  44. </html>