12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head>
- <meta http-equiv="content-type" content="text/html; charset=gbk" />
- <title>500</title>
- <style type="text/css">
- body{margin:0;padding:0;font:14px/1.6 Arial,Sans-serif;}
- a:link,a:visited{color:#007ab7;text-decoration:none;}
- h1{
- position:relative;
- z-index:2;
- width:540px;
- height:0;
- margin:110px auto 15px;
- padding:230px 0 0;
- overflow:hidden;
- xxxxborder:1px solid;
- background-image: url(${base}/styles/images/500.jpg);
- background-repeat: no-repeat;
- }
- h2{
- position:absolute;
- top:17px;
- left:187px;
- margin:0;
- font-size:0;
- text-indent:-999px;
- -moz-user-select:none;
- -webkit-user-select:none;
- user-select:none;
- cursor:default;
- width: 534px;
- }
- .link{width:500px;margin:0 auto 15px;color:#505050;}
- </style>
- <!--[if lte IE 8]>
- <style type="text/css">
- h2 em{color:#e4ebf8;}
- </style>
- <![endif]-->
- </head>
- <body>
- <h1></h1>
- <p class="link">服务器内部错误。</p>
- <p class="link">
- <a href="${base}">◂返回首页</a>
- <a href="javascript:history.go(-1);">◂返回上一页</a>
- </p>
- <center>
- <OBJECT
- codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0
- height=440 width=550 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="404/404_car.swf"><PARAM NAME="quality" VALUE="high">
- <embed src="${base}/sucai/404/404_car.swf" quality=high
- pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
- type="application/x-shockwave-flash" width="550"
- height="440">
- </embed>
- </OBJECT>
- </center>
- </body>
- </html>
|