diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/.tmp_enterBookingDetails.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/.tmp_enterBookingDetails.xhtml deleted file mode 100644 index ec5907ac..00000000 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/.tmp_enterBookingDetails.xhtml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - Book Hotel - - - - - Name: - #{hotel.name} - - - Address: - #{hotel.address} - - - City, State: - #{hotel.city}, #{hotel.state} - - - Zip: - #{hotel.zip} - - - Country: - #{hotel.country} - - - Nightly rate: - - - - - - - - - Check In Date: - - - - - - - - - - - - Check Out Date: - - - - - - - - - - - - Room Preference: - - - - - - - - - - Smoking Preference: - - - - - - - - - - Credit Card #: - - - - - - - - - - Credit Card Name: - - - - - - - - - - Credit Card Expiry: - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/.tmp_reviewBooking.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/.tmp_reviewBooking.xhtml deleted file mode 100644 index 3451a176..00000000 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/flows/booking/.tmp_reviewBooking.xhtml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - Confirm Hotel Booking - - - - - - - Name: - #{hotel.name} - - - Address: - #{hotel.address} - - - City, State: - #{hotel.city}, #{hotel.state} - - - Zip: - #{hotel.zip} - - - Country: - #{hotel.country} - - - Total payment: - - - - - - - - Check In Date: - - - - Check Out Date: - - - - Credit Card #: - #{booking.creditCard} - - - - - - - - - - - - \ No newline at end of file