From 004b5b049e23211accc2d639f94a3dd4722c5784 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 6 Mar 2008 06:28:03 +0000 Subject: [PATCH] cleanup --- .../WEB-INF/flows/main/reviewHotels.xhtml | 74 +++++++++---------- 1 file changed, 36 insertions(+), 38 deletions(-) diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml index 1c605d85..da44ff71 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/main/reviewHotels.xhtml @@ -10,45 +10,43 @@
- -

Hotel Results

-

- Search Criteria: #{searchCriteria}
- -

- -
- - - - Name - #{hotel.name} - - - Address - #{hotel.address} - - - City, State - #{hotel.city}, #{hotel.state}, #{hotel.country} - - - Zip - #{hotel.zip} - - - Action - - - - - +

Hotel Results

+

+ +

+ +
+ + + + Name + #{hotel.name} + + + Address + #{hotel.address} + + + City, State + #{hotel.city}, #{hotel.state}, #{hotel.country} + + + Zip + #{hotel.zip} + + + Action + + + + - + +
+