got rid of old includes for clarity and so you dont get compile errors with base wtp because it is not very smart
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
<div id="copyright">
|
||||
<p>© Copyright 2004-2007, <a href="http://www.springframework.org">www.springframework.org</a>, under the terms of the Apache 2.0 software license.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,5 +0,0 @@
|
||||
<div id="copyright">
|
||||
<p>© Copyright 2004-2007, <a href="http://www.springframework.org">www.springframework.org</a>, under the terms of the Apache 2.0 software license.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,5 +0,0 @@
|
||||
<div id="copyright">
|
||||
<p>© Copyright 2004-2007, <a href="http://www.springframework.org">www.springframework.org</a>, under the terms of the Apache 2.0 software license.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,5 +0,0 @@
|
||||
<div id="copyright">
|
||||
<p>© Copyright 2004-2007, <a href="http://www.springframework.org">www.springframework.org</a>, under the terms of the Apache 2.0 software license.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,4 +1,19 @@
|
||||
<%@ include file="includeTop.jsp" %>
|
||||
<%@ page contentType="text/html" %>
|
||||
<%@ page session="false" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Your Item List</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="<c:url value='/style.css'/>" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="logo">
|
||||
<img src="<c:url value='/images/spring-logo.jpg'/>" alt="Logo">
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div id="insert">
|
||||
@@ -27,4 +42,9 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<%@ include file="includeBottom.jsp" %>
|
||||
<div id="copyright">
|
||||
<p>© Copyright 2004-2007, <a href="http://www.springframework.org">www.springframework.org</a>, under the terms of the Apache 2.0 software license.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,4 +1,19 @@
|
||||
<%@ include file="includeTop.jsp" %>
|
||||
<%@ page contentType="text/html" %>
|
||||
<%@ page session="false" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Your Item List</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="<c:url value='/style.css'/>" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="logo">
|
||||
<img src="<c:url value='/images/spring-logo.jpg'/>" alt="Logo">
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
<div id="insert">
|
||||
@@ -28,4 +43,9 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<%@ include file="includeBottom.jsp" %>
|
||||
<div id="copyright">
|
||||
<p>© Copyright 2004-2007, <a href="http://www.springframework.org">www.springframework.org</a>, under the terms of the Apache 2.0 software license.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,42 +5,34 @@
|
||||
<HEAD>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
|
||||
<DIV align="left">Item List - A Spring Web Flow Sample</DIV>
|
||||
|
||||
<HR>
|
||||
|
||||
<DIV align="left">
|
||||
<P>
|
||||
<A href="app/itemlist">Item List</A>
|
||||
</P>
|
||||
|
||||
</P>
|
||||
<P>
|
||||
This Spring web flow sample application illustrates several features:
|
||||
<UL>
|
||||
<LI>
|
||||
Launching flow's using bookmark-friendly, REST-style URLS
|
||||
</LI>
|
||||
<LI>
|
||||
Use of an inline-flow, including the ability to map subflow output attributes
|
||||
directly into collection attributes in parent flow scope.
|
||||
</LI>
|
||||
<LI>
|
||||
Event pattern matching, for matching eventId expressions to transitions.
|
||||
</LI>
|
||||
<LI>
|
||||
"Always redirect on pause" - to achieve the POST+REDIRECT+GET pattern with no special coding.
|
||||
</LI>
|
||||
<LI>
|
||||
Spring 1.2 compatible configuration, as an alternative to the Spring 2.0 support.
|
||||
</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<UL>
|
||||
<LI>
|
||||
Launching flow's using bookmark-friendly, REST-style URLS
|
||||
</LI>
|
||||
<LI>
|
||||
Use of an inline-flow, including the ability to map subflow output attributes directly into collection attributes in parent flow scope.
|
||||
</LI>
|
||||
<LI>
|
||||
Event pattern matching, for matching eventId expressions to transitions.
|
||||
</LI>
|
||||
<LI>
|
||||
"Always redirect on pause" - to achieve the POST+REDIRECT+GET pattern with no special coding.
|
||||
</LI>
|
||||
<LI>
|
||||
Spring 1.2 compatible configuration, as an alternative to the Spring 2.0 support.
|
||||
</LI>
|
||||
</UL>
|
||||
</DIV>
|
||||
|
||||
<HR>
|
||||
|
||||
<DIV align="right"></DIV>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
</HTML>
|
||||
@@ -1,5 +0,0 @@
|
||||
<div id="copyright">
|
||||
<p>© Copyright 2004-2007, <a href="http://www.springframework.org">www.springframework.org</a>, under the terms of the Apache 2.0 software license.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,23 +0,0 @@
|
||||
<%@ page contentType="text/html" %>
|
||||
<%@ page session="false" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||
<%@ taglib prefix="portlet" uri="http://java.sun.com/portlet" %>
|
||||
|
||||
<portlet:defineObjects/>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Search the Phonebook</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel="stylesheet" href="<%= renderResponse.encodeURL(renderRequest.getContextPath() + "style.css") %>" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="logo">
|
||||
<img src="<%= renderResponse.encodeURL(renderRequest.getContextPath() + "/images/spring-logo.jpg") %>" height="73" alt="Logo" border="0">
|
||||
</div>
|
||||
|
||||
<div id="navigation">
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user