error.jsp 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <%@ page language="java" pageEncoding="UTF-8"%>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="zh-cn">
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title></title>
  7. <link href="${pageContext.request.contextPath}/css/Style.css" rel="stylesheet" type="text/css">
  8. <style type="text/css">
  9. <!--
  10. .style1 {
  11. color: #FF0000;
  12. font-size: 18px;
  13. }
  14. -->
  15. </style>
  16. </head>
  17. <body>
  18. <p>
  19. &nbsp;
  20. </p>
  21. <table width="100%" border="0">
  22. <tr>
  23. <th width="18%" height="261" scope="col">
  24. &nbsp;
  25. </th>
  26. <th width="53%" scope="col">
  27. <table width="453" height="220" border="0" cellpadding="0"
  28. cellspacing="0">
  29. <tr>
  30. <td height="220" align="center" valign="middle"
  31. background="${pageContext.request.contextPath}/images/loginbg.gif">
  32. <p class="style1">
  33. <font color="red">上传附件错误</font>
  34. </p>
  35. <p>
  36. </p>
  37. </td>
  38. </tr>
  39. <tr>
  40. <td height="220" align="center" valign="middle">
  41. <FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT>
  42. <INPUT class="button_ok" type="button" onclick="history.go(-1)" value="返回"/>
  43. </td>
  44. </tr>
  45. </table>
  46. </th>
  47. <th width="29%" scope="col">
  48. &nbsp;
  49. </th>
  50. </tr>
  51. </table>
  52. <p>
  53. &nbsp;
  54. </p>
  55. </body>
  56. </html>