error.jsp
资源名称:(J2EE)oa.rar [点击查看]
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:2k
源码类别:
Jsp/Servlet
开发平台:
Java
- <%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
- <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
- <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
- <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
- <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- </head>
- <body>
- <c:if var="temp" test="${requestScope.task=='senderror'}">
- <h1 align="center">邮件发送失败</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='saveerror'}">
- <h1 align="center">邮件保存失败</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='deltoruberror'}">
- <h1 align="center">邮件移动到垃圾箱失败</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='delforevererror'}">
- <h1 align="center">邮件删除失败</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='toServiceerror'}">
- <h1 align="center">邮件移动失败</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='sendtoothererror'}">
- <h1 align="center">邮件转发失败</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
- </c:if>
- </body>
- </html>