Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
suc.jsp
Package: (J2EE)oa.rar [view]
Upload User: lm2018
Upload Date: 2015-12-12
Package Size: 30449k
Code Size: 2k
Category:
Jsp/Servlet
Development Platform:
Java
- <%@ 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=='builduserfordersuc'}">
- <h1 align="center">文件夹创建成功</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/folder.do?method=myFolder">返回我的文件夹</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='xiugaisuc'}">
- <h1 align="center">文件夹修改成功</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/folder.do?method=myFolder">返回我的文件夹</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='delsuc'}">
- <h1 align="center">文件夹删除成功</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/folder.do?method=myFolder">返回我的文件夹</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='addfilesuc'}">
- <h1 align="center">文件上传成功</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/folder.do?method=myFolder">返回我的文件夹</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='delfilesuc'}">
- <h1 align="center">文件删除成功</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/folder.do?method=myFolder">返回我的文件夹</a></div>
- </c:if>
- <c:if var="temp" test="${requestScope.task=='movefilesuc'}">
- <h1 align="center">文件移动成功</h1>
- <div align="center"><a href="${pageContext.request.contextPath}/folder.do?method=myFolder">返回我的文件夹</a></div>
- </c:if>
- </body>
- </html:html>