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

📄 suc.jsp

📁 基于J2EE的办公自动化系统。实现流程定义流程办理等。运用了hibernate+struts+spring框架综合运用的系统。
💻 JSP
字号:

<%@ page language="java" 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"%>


<html:html >
  <head>

  </head>
  
  <body>
    <c:if var="temp" test="${requestScope.task=='sendsuc'}">
    		<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=='savesuc'}">
    		<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=='deltorubsuc'}">
    		<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=='delforeversuc'}">
    		<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=='toService'}">
    		<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=='sendtoorhersuc'}">
    		<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:html>

⌨️ 快捷键说明

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