error.jsp
上传用户:lm2018
上传日期:2015-12-12
资源大小:30449k
文件大小:2k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
  2. <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
  3. <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
  4. <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
  5. <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
  6. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  8. <html>
  9.   <head>
  10.   </head>
  11.   
  12.   <body>
  13.   <c:if var="temp" test="${requestScope.task=='senderror'}">
  14.   <h1 align="center">邮件发送失败</h1>
  15.   <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
  16.     </c:if>
  17. <c:if var="temp" test="${requestScope.task=='saveerror'}">
  18.   <h1 align="center">邮件保存失败</h1>
  19.   <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
  20.     </c:if>
  21.     
  22.     <c:if var="temp" test="${requestScope.task=='deltoruberror'}">
  23.   <h1 align="center">邮件移动到垃圾箱失败</h1>
  24.   <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
  25.     </c:if>
  26.     
  27.      
  28.     <c:if var="temp" test="${requestScope.task=='delforevererror'}">
  29.   <h1 align="center">邮件删除失败</h1>
  30.   <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
  31.     </c:if>
  32.     
  33.     <c:if var="temp" test="${requestScope.task=='toServiceerror'}">
  34.   <h1 align="center">邮件移动失败</h1>
  35.   <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
  36.     </c:if>
  37.     
  38.     <c:if var="temp" test="${requestScope.task=='sendtoothererror'}">
  39.   <h1 align="center">邮件转发失败</h1>
  40.   <div align="center"><a href="${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0&receiveid=2">返回邮件箱</a></div>
  41.     </c:if>
  42.     
  43.     
  44.     
  45.     
  46.     
  47.     
  48.     
  49.     
  50.   </body>
  51. </html>