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

📄 error.jsp

📁 本源码为教学管理信息系统
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK" pageEncoding="GBK"%>
<%@ taglib prefix="ww" uri="webwork" %>
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>新建网页 1</title>
<style>
<!--
td           { font-size: 11pt; font-weight: bold }
-->
</style>
</head>

<body background="<%= request.getContextPath() %>/images/bg.jpg">
<form action="#" name="pageForm" method="post">
<div align="center">
	<table border="0" width="50%" cellspacing="0" cellpadding="0" height="90%" id="table1">
		<tr>
			<td>
			<div align="center">
				<table border="0" width="384" cellspacing="0" cellpadding="0" height="238" id="table2">
					<tr>
						<td background="<%= request.getContextPath() %>/images/er.gif">
						<div align="center">
							<table border="0" width="336" cellspacing="0" cellpadding="0" id="table3" height="215">
								<tr>
									<td height="45" width="77"> </td>
									<td height="45" width="230"> </td>
									<td height="45" width="29"> </td>
								</tr>
								<tr>
									<td height="16" width="77"></td>
									<td height="16" width="230">
									</td>
									<td height="16" width="29"></td>
								</tr>
								<tr>
									<td width="336" colspan="3"><ww:iterator value="actionErrors">
									<div align="center">
										<table border="0" width="95%" cellspacing="0" cellpadding="0" id="table4" height="36">
											<tr>
												<td>
												<p align="left"><font color="#000000"><ww:if test="actionErrors == null">系统出现异常情况,请于系统管理员联系。</ww:if><ww:else><ww:property/></ww:else>
     </ww:iterator><br></font></td>
											</tr>
										</table>
									</div>
									</td>
								</tr>
								<tr>
									<td height="34" width="77"> </td>
									<td height="34" width="230" valign="top">
									<p align="right">
									<a href="javascript:history.back()"><img border="0" src="<%= request.getContextPath() %>/images/button/back.gif" width="43" height="20"></a></td>
									<td height="34" width="29"> </td>
								</tr>
							</table>
						</div>
						</td>
					</tr>
				</table>
			</div>
			</td>
		</tr>
	</table>
</div>
</form>
</body>

</html>

⌨️ 快捷键说明

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