error.jsp

来自「飞鱼论坛 (java)」· JSP 代码 · 共 46 行

JSP
46
字号
<%--
 - $Author: 飞鱼
 - $Revision: 1.22 $
 - $Date: 2003/02/01 09:41:34 $
 - http://www.hnedu.net/fiyu 
  --%>
<%@ page contentType="text/html;charset=utf-8" %>
<%@ page import="fiyuforum.fiyuForumConfig" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%@ include file="inc_common.jsp"%>
<html >
<head>
  <title><%=fiyuForumConfig.getWebName()%> - 错误!!!</title>
<%@ include file="/fiyuplugin/fiyuforum/meta.jsp"%>
</head>
<link href="<%=contextPath%>/fiyuplugin/fiyuforum/css/style.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">
<%@ include file="header.jsp"%>
<br/>

<table width="95%" align="center">
  <tr class="nav">
    <td><img src="<%=contextPath%>/fiyuplugin/fiyuforum/images/nav.gif"></td>
    <td width="100%" nowrap> <a class="nav" href="index"><%=fiyuForumConfig.getWebName()%></a>&nbsp;&raquo;&nbsp; 
      错误!!! </td>
  </tr>
</table>
<br/>

<table class="tborder" width="95%" cellspacing="1" cellpadding="3" align="center">
  <tr class="pagedesc">
    <td>
    错误讯息<br>
    <b><span class="warning"><%=session.getAttribute("ErrorMessage")%></span></b>
    <br/><br/>
    <b>&raquo;&nbsp;</b><a class="command" href="javascript:history.back(1)">请返回重试一次</a><br/>
    <b>&raquo;&nbsp;</b>如果你确定这是个系统上的Bug, 请按这里 <a class="command" href="mailto:<%=fiyuForumConfig.getWebMasterEmail()%>?subject=Report bug in fiyuForum">回报这个错误给系统管理员</a><br/>
    </td>
  </tr>
</table>

<br/>
<%@ include file="footer.jsp"%>
</body>
</html>

⌨️ 快捷键说明

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