?? error.jsp
字號:
<%@ page contentType="text/html; charset=GBK" language="java" errorPage="exception.jsp"%>
<%@ include file="taglibs.jsp"%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title>===在線考試系統===</title>
<link href="images/Style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div align="center">
<table width="777" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: 2px solid #008000; padding: 0px" height="478">
<tr>
<td height="136" align="justify" valign="bottom" background="images/2.jpg" style="border-bottom: 1px solid #008000; padding: 0"> </td>
</tr>
<tr>
<td height="275" align="center">
<div align="center"><font color="#FF0000" size="+1"><b>系統處理過程中發生了一個錯誤,信息如下:</b></font></div>
<logic:messagesPresent>
<p color="red">
<ul>
<html:messages id="exception">
<li><bean:write name="exception"/></li>
</html:messages>
</ul><hr />
</p>
</logic:messagesPresent>
<div align="center">請您先核對輸入,如果再次出現該錯誤,請與站長聯系。kongyeeku@163.com 謝謝。</div>
</td>
</tr>
</table>
<%@include file="footer.jsp"%>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -