From 75e3c54bfce909994fcdf77e697fe4cefeaa565b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 27 Mar 2008 16:36:31 +0000 Subject: [PATCH] --- .../webapp/main/enterSearchCriteria.xhtml | 128 +++++++++--------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/spring-webflow-samples/jsf-booking/src/main/webapp/main/enterSearchCriteria.xhtml b/spring-webflow-samples/jsf-booking/src/main/webapp/main/enterSearchCriteria.xhtml index e9fdaed5..37a743db 100644 --- a/spring-webflow-samples/jsf-booking/src/main/webapp/main/enterSearchCriteria.xhtml +++ b/spring-webflow-samples/jsf-booking/src/main/webapp/main/enterSearchCriteria.xhtml @@ -7,71 +7,71 @@ -
- - - -

Search Hotels

- -
-
-
- -
-
- Maximum results: - - - -
-
- -
-
-
-
-
+
+ + + +

Search Hotels

+ +
+
+
+ +
+
+ Maximum results: + + + +
+
+ +
+
+
+
+
-
- -

Current Hotel Bookings

- - - - Name - #{booking.hotel.name} - - - Address - #{booking.hotel.address} - - - City, State - #{booking.hotel.city}, #{booking.hotel.state} - - - Check in date - - - - - - Check out date - - - - - - Confirmation number - #{booking.id} - - - Action - - - -
-
+
+ +

Current Hotel Bookings

+ + + + Name + #{booking.hotel.name} + + + Address + #{booking.hotel.address} + + + City, State + #{booking.hotel.city}, #{booking.hotel.state} + + + Check in date + + + + + + Check out date + + + + + + Confirmation number + #{booking.id} + + + Action + + + +
+
\ No newline at end of file