📄 errorpage.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="struts-html.tld" prefix="html" %>
<%@ taglib uri="struts-bean.tld" prefix="bean" %>
<html>
<head>
<title><bean:message key="error.application.exception"/></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="bookmark" href="favicon.ico" type="image/x-icon">
<link rel='STYLESHEET' type='text/css' href='lybbs/common/css/lybbs1.css'>
</head>
<body topmargin=0 leftmargin=0>
<TABLE class=tableCommonStyle cellSpacing=1 cellPadding=3 border=0 align=center>
<TR>
<TD height=4 class=bgStyle></TD>
</TR>
<TR>
<TD class=noBgStyle>
<TABLE width=100% cellSpacing=0 cellPadding=0 border=0>
<TR>
<TD width=30%>
<img src="lybbs/images/mainlogo.gif" border=0>
</TD>
<TD align=right valign=bottom>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD height=4 class=bgStyle></TD>
</TR>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center>
<tr>
<td class=navStyle vAlign=center height=25>
<img src=lybbs/images/forum_nav.gif width=9 height=9 align=absMiddle> <a href="bbs_index.do"><bean:message key="common.lybbs.returnhomepage"/></a> <bean:message key="common.lybbs.arrow"/> <bean:message key="error.application.exception"/>
</td>
</tr>
</table>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center >
<tr>
<td class=catStyle valign=middle align=center><b><bean:message key="error.application.exception.info"/></b></td>
</tr>
<tr>
<td class=forumColorTwo>
<b>
Request URL:
<%
out.print(request.getRequestURL());
if(request.getQueryString()!=null) {out.print("?");out.print(request.getQueryString());}
out.println("<br><br>");
%>
<html:errors/>
<br><br>
<bean:message key="jsp.errorException.handle.msg"/>
</b>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -