CeramicProject/newyt/Common/error.aspx

22 lines
917 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="error.aspx.cs" Inherits="Common_error" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Page</title>
<style type="text/css">
html{background:#f4f3ef;}
.error{position:absolute; width:600px;height:528px;left:50%;margin-left:-300px; top:50%;margin-top:-204px;background:url(../Images_Folder/error1.jpg) no-repeat;}
.reback{display:block;width:250px;height:31px;margin-top:250px;margin-left:204px;font-size:20px;font-size:30px;}
a{text-decoration:none;color:#3ed0ed;}
</style>
</head>
<body>
<div class="error">
<a href="#" class="reback"> <b>貌似出错了...</b><br /><b onclick="history.back()">&nbsp &nbsp 返回上页</b></a>
</div>
</body>
</html>