From fca5617750ccb0ea66fc5aec0f06e5a7a1e9b30f Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Tue, 26 Feb 2008 23:03:31 +0000 Subject: [PATCH] --- .../webapp/flow/booking/booking-beans.xml | 10 -- .../src/main/webapp/flow/booking/booking.xml | 63 -------- .../webapp/flow/booking/bookingForm.xhtml | 134 ------------------ .../webapp/flow/booking/confirmBooking.xhtml | 69 --------- .../main/webapp/flow/main/displayHotels.xhtml | 57 -------- .../main/webapp/flow/main/hotelDetails.xhtml | 56 -------- .../src/main/webapp/flow/main/main-beans.xml | 12 -- .../src/main/webapp/flow/main/main.xhtml | 87 ------------ .../src/main/webapp/flow/main/main.xml | 104 -------------- 9 files changed, 592 deletions(-) delete mode 100755 spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking-beans.xml delete mode 100755 spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml delete mode 100755 spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml delete mode 100755 spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/confirmBooking.xhtml delete mode 100644 spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/displayHotels.xhtml delete mode 100755 spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/hotelDetails.xhtml delete mode 100755 spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main-beans.xml delete mode 100755 spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml delete mode 100755 spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking-beans.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking-beans.xml deleted file mode 100755 index 141de522..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking-beans.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml deleted file mode 100755 index 1e2d0e00..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml deleted file mode 100755 index d3523b55..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml +++ /dev/null @@ -1,134 +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-jsf/src/main/webapp/flow/booking/confirmBooking.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/confirmBooking.xhtml deleted file mode 100755 index a6d8b04c..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/confirmBooking.xhtml +++ /dev/null @@ -1,69 +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}
-
-
-   -   - -
- -
-
-
- -
-
diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/displayHotels.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/displayHotels.xhtml deleted file mode 100644 index 3deb7ec0..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/displayHotels.xhtml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - -
- -

Hotel Results

-

- Search Criteria: #{searchCriteria}
- -

- -
- - - - Name - #{hotel.name} - - - Address - #{hotel.address} - - - City, State - #{hotel.city}, #{hotel.state}, #{hotel.country} - - - Zip - #{hotel.zip} - - - Action - - - - - - -
-
-
-
-
-
\ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/hotelDetails.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/hotelDetails.xhtml deleted file mode 100755 index 1f5228e2..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/hotelDetails.xhtml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - -
-

View Hotel

-
-
Name:
-
#{hotel.name}
-
-
-
Address:
-
#{hotel.address}
-
-
-
City:
-
#{hotel.city}
-
-
-
State:
-
#{hotel.state}
-
-
-
Zip:
-
#{hotel.zip}
-
-
-
Country:
-
#{hotel.country}
-
-
-
Nightly rate:
-
- - - -
-
-
- -
- -
- - -
-
-
-
- -
\ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main-beans.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main-beans.xml deleted file mode 100755 index c7bcf493..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main-beans.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml deleted file mode 100755 index 6ecb6e9c..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - -
- - - -

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 - - - - -
-
-
-
- -
\ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml deleted file mode 100755 index 76718c1c..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file