404.jsp 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" >
  6. <head>
  7. <meta http-equiv="content-type" content="text/html; charset=gbk" />
  8. <title>404</title>
  9. <style type="text/css">
  10. body{margin:0;padding:0;font:14px/1.6 Arial,Sans-serif;}
  11. a:link,a:visited{color:#007ab7;text-decoration:none;}
  12. h1{
  13. position:relative;
  14. z-index:2;
  15. width:540px;
  16. height:0;
  17. margin:110px auto 15px;
  18. padding:230px 0 0;
  19. overflow:hidden;
  20. xxxxborder:1px solid;
  21. background-image: url(${base}/styles/images/404.jpg);
  22. background-repeat: no-repeat;
  23. }
  24. h2{
  25. position:absolute;
  26. top:17px;
  27. left:187px;
  28. margin:0;
  29. font-size:0;
  30. text-indent:-999px;
  31. -moz-user-select:none;
  32. -webkit-user-select:none;
  33. user-select:none;
  34. cursor:default;
  35. width: 534px;
  36. }
  37. .link{width:500px;margin:0 auto 15px;color:#505050;}
  38. </style>
  39. <!--[if lte IE 8]>
  40. <style type="text/css">
  41. h2 em{color:#e4ebf8;}
  42. </style>
  43. <![endif]-->
  44. </head>
  45. <body>
  46. <h1></h1>
  47. <p class="link">您所查看的页面不存在或已被删除。</p>
  48. <p class="link">
  49. <a href="${base}">&#9666;返回首页</a>
  50. <a href="javascript:history.go(-1);">&#9666;返回上一页</a>
  51. </p>
  52. <center>
  53. <OBJECT
  54. codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0
  55. height=440 width=550 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="404/404_car.swf"><PARAM NAME="quality" VALUE="high">
  56. <embed src="${base}/sucai/404/404_car.swf" quality=high
  57. pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
  58. type="application/x-shockwave-flash" width="550"
  59. height="440">
  60. </embed>
  61. </OBJECT>
  62. </center>
  63. </body>
  64. </html>