📄 fatalerror.jsp
字号:
<%--
- $Header: /cvsroot/fiyuforum/fiyuforum/srcweb/fiyuplugin/fiyuforum/admin/addcategory.jsp,v 1.22 2003/10/19 09:41:34 imanic Exp $
- $Author: 飞鱼
- $Revision: 1.22 $
- $Date: 2004/01/01$
- http://www.hnedu.net/fiyu
--%>
<%@ page contentType="text/html;charset=utf-8" %>
<%@ page session="false" isErrorPage="true"%>
<%@ page import="fiyuforum.fiyuForumConfig" %>
<%@ page import="org.apache.commons.logging.Log" %>
<%@ page import="org.apache.commons.logging.LogFactory" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%@ include file="inc_common.jsp"%>
<html>
<head>
<title><%=fiyuForumConfig.getWebName()%>--严重错误!</title>
</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> »
严重错误!!!
</td>
</tr>
</table>
<br/>
<table class="tborder" width="95%" cellspacing="1" cellpadding="3" align="center">
<tr class="pagedesc">
<td class="warning">
这个页面出现了,表示论坛系统遇到了致命的错误,请认证记录您在本论坛的操作过程,向站点管理员反映!
<br/><br/>
<b>» </b><a class="command" href="mailto:<%=fiyuForumConfig.getWebMasterEmail()%>?subject=报告<%=fiyuForumConfig.getWebName()%>严重错误!">向管理员报告!</a><br/>
</td>
</tr>
</table>
<%
log.fatal("Assertion in admin.fatalerror.jsp", exception);
%>
<br/>
<%@ include file="footer.jsp"%>
</body>
</html>
<%!
private static Log log = LogFactory.getLog("admin.fatalerror.jsp");
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -