From cc169aa31e2c4fe0d930702da3e2740850e589e3 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 1 Apr 2007 16:35:04 +0000 Subject: [PATCH] --- .../main/webapp/WEB-INF/jsp/birthdateForm.jsp | 24 ++++++++++++++++--- .../src/main/webapp/WEB-INF/jsp/cardForm.jsp | 24 ++++++++++++++++--- .../src/main/webapp/WEB-INF/jsp/yourAge.jsp | 23 +++++++++++++++--- 3 files changed, 62 insertions(+), 9 deletions(-) diff --git a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/birthdateForm.jsp b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/birthdateForm.jsp index f78f7059..73303a4a 100644 --- a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/birthdateForm.jsp +++ b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/birthdateForm.jsp @@ -1,4 +1,18 @@ -<%@ include file="includeTop.jsp" %> +<%@ page contentType="text/html" %> +<%@ page session="false" %> +<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> + + + +Enter your Birthdate + + + + + +
@@ -29,8 +43,12 @@ - +
-<%@ include file="includeBottom.jsp" %> \ No newline at end of file + + + \ No newline at end of file diff --git a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/cardForm.jsp b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/cardForm.jsp index 21b63bd6..e24cb90f 100644 --- a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/cardForm.jsp +++ b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/cardForm.jsp @@ -1,4 +1,18 @@ -<%@ include file="includeTop.jsp" %> +<%@ page contentType="text/html" %> +<%@ page session="false" %> +<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> + + + +Personalized Birthday Cards + + + + + +
@@ -32,8 +46,12 @@ - +
-<%@ include file="includeBottom.jsp" %> \ No newline at end of file + + + \ No newline at end of file diff --git a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/yourAge.jsp b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/yourAge.jsp index b184f462..4aa33ed5 100644 --- a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/yourAge.jsp +++ b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/yourAge.jsp @@ -1,5 +1,18 @@ -<%@ include file="includeTop.jsp" %> +<%@ page contentType="text/html" %> +<%@ page session="false" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> + + +Birthdate - Your Age + + + + + +

Your age

@@ -9,9 +22,13 @@ You were born on .


-
"> +
-<%@ include file="includeBottom.jsp" %> \ No newline at end of file + + + \ No newline at end of file