From 75504b859f8abbbe7cc05324b7842e4a71d90d4f Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Wed, 6 May 2009 19:28:19 +0000 Subject: [PATCH] polish --- .../main/webapp/WEB-INF/appointments/calendar.jsp | 2 ++ .../src/main/webapp/WEB-INF/owners/search.jsp | 2 ++ .../src/main/webapp/WEB-INF/tiles.xml | 14 ++++++++++++-- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 org.springframework.samples.petclinic/src/main/webapp/WEB-INF/appointments/calendar.jsp create mode 100644 org.springframework.samples.petclinic/src/main/webapp/WEB-INF/owners/search.jsp diff --git a/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/appointments/calendar.jsp b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/appointments/calendar.jsp new file mode 100644 index 000000000..692d0bb0d --- /dev/null +++ b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/appointments/calendar.jsp @@ -0,0 +1,2 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +

Appointment Calendar

\ No newline at end of file diff --git a/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/owners/search.jsp b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/owners/search.jsp new file mode 100644 index 000000000..f098b9d19 --- /dev/null +++ b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/owners/search.jsp @@ -0,0 +1,2 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +

Search Owners

\ No newline at end of file diff --git a/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/tiles.xml b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/tiles.xml index 92a429fa9..64d5e66b5 100644 --- a/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/tiles.xml +++ b/org.springframework.samples.petclinic/src/main/webapp/WEB-INF/tiles.xml @@ -13,9 +13,19 @@ - + - + + + + + + + + + + + \ No newline at end of file