温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:三层班级留言本源码
当前文件路径:ClassSay/Class/Error.aspx

1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Error.aspx.cs" Inherits="Error" %> 2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.inlk.net"> 3
4
<html> 5
<head runat="server"> 6
<title>无标题页</title> 7
<style type="text/css"> 8
<!-- 9
body { 10
background-color: #3769B8; 11
} 12
--> 13
</style> 14
<link href="Css.css" rel="stylesheet" type="text/css"> 15
</head> 16
<body style="text-align: center"> 17
<form id="form1" runat="server"> 18
<table id="__01" width="780" height="600" border="0" cellpadding="0" cellspacing="0"> 19
<tr> 20
<td colspan="2"> 21
<img src=images/body_01.gif width="780" height="121" alt=""></td> 22
</tr> 23
<tr> 24
<td> 25
<img src=images/body_02.gif width=548 height=32></td> 26
<td> 27
<img src="images/body_03.gif" width="232" height="32" alt=""></td> 28
</tr> 29
<tr> 30
<td colspan="2" height="416"> 31
<strong><span style="font-size: 24pt; color: white">不好意思!<br /> 32
系统出错,联系作者!</span></strong></td> 33
</tr> 34
<tr> 35
<td colspan="2"> 36
<img src="images/body_05.gif" width="780" height="1" alt=""></td> 37
</tr> 38
<tr> 39
<td colspan="2"> 40
<img src="images/body_06.gif" width="780" height="30" alt=""></td> 41
</tr> 42
</table> 43
<table> 44
<tr> 45
<td style="width: 738px"><img src="images/botton.gif"></td> 46
</tr> 47
</table> 48
</form> 49
</body> 50
</html> 51




<!--

body 
-->
