⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errorpage.jsp

📁 LyNews凌云新闻系统
💻 JSP
字号:
<%
/*##################################################################**
**#  项目名称:LyNews『凌云新闻』                                  #**
**#                                                                #**
**#  程序开发: teddy 『星语凌』                                    #**
**#                                                                #**
**#  版权所有: 凌云创作室 (原流星电脑工作室)                       #**
**#                                                                #**
**#  主页地址: http://www.lybbs.com                                #**
**#            http://www.lybbs.net                                #**
**#  电邮地件: horseye@sina.com                                    #**
**#                                                                #**
**##################################################################*/
%>
<%@ include file="include/config.jsp"%>
<%@ page contentType="text/html;charset=GBK" %>
<html>
<head>
<title>错误页面</title>
<STYLE type=text/css>BODY {
	FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: "宋体"
}
TD {
	FONT-SIZE: 12px; LINE-HEIGHT: 15px; FONT-FAMILY: "宋体"
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A:active {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: none
}
A.b {
	FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: "宋体"
}
</STYLE>
</head>

<body bgcolor="#FFFFFF" text="#000000" background="images/error1.gif">
<br>
<table cellpadding=0 cellspacing=0 border=0 width=100% align=center>
 <tr>
  <td width=30% rowspan=2 valign=top>
   <img src="images/mainlogo.gif" border=0>
  </td>
  <td valign=top align=left>
     <font face="宋体" color=#000000>
     <img src="images/closedfold.gif" border=0> <a href="index.jsp">『返回首页』</a><br>
     <img src="images/bar.gif" border=0><img src="images/openfold.gif" border=0> 错误页面
     </font>
  </td>
 </tr>
</table>
<br>
<table cellspacing="0" cellpadding="5" style="border: 2 solid #336699" width=100% align=center>
 <tr>
  <td>
   <table cellpadding=6 cellspacing=1 border=0 width=100%>
    <tr>
     <td align=center><img src="images/error3.jpg" width="257" height="56"></td>
    </tr>
    <tr>
     <td>
      <font color="#000000"><img src="images/error2.gif" width="25" height="20">
       <b>关于出现错误的详细原因:</b>
       <ul>
        <li><b>可能您点击了无效的链接!</b><br><br>
        <li>如果您无法确定错误类型,请向版主报告错误。或发Email到<a href="mailto:horseye@sina.com">horseye@sina.com</a>
       </ul>
      </font>
     </td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -