From 802a3e919ab710c193557be0ff53be1f82b78413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Sat, 29 Dec 2012 21:40:48 +0100 Subject: [PATCH] Added static prototyping structures to all templates. --- .../hotels/booking/enterBookingDetails.html | 58 +++++++++++++++++ .../WEB-INF/hotels/booking/messages.html | 59 ++++++++++++++++++ .../WEB-INF/hotels/booking/reviewBooking.html | 59 ++++++++++++++++++ .../webapp/WEB-INF/hotels/booking/views.xml | 7 +-- .../webapp/WEB-INF/hotels/bookingsTable.html | 60 +++++++++++++++++- .../src/main/webapp/WEB-INF/hotels/list.html | 57 +++++++++++++++++ .../main/webapp/WEB-INF/hotels/search.html | 59 ++++++++++++++++++ .../webapp/WEB-INF/hotels/searchForm.html | 62 ++++++++++++++++++- .../src/main/webapp/WEB-INF/hotels/show.html | 59 ++++++++++++++++++ .../src/main/webapp/WEB-INF/hotels/views.xml | 8 +-- .../src/main/webapp/WEB-INF/intro.html | 59 +++++++++++++++++- .../main/webapp/WEB-INF/layouts/standard.html | 43 ++++++++++--- .../src/main/webapp/WEB-INF/login.html | 57 +++++++++++++++++ .../main/webapp/WEB-INF/logoutSuccess.html | 60 +++++++++++++++++- booking-mvc/src/main/webapp/WEB-INF/views.xml | 6 +- 15 files changed, 689 insertions(+), 24 deletions(-) diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.html index 5ac9f86..46063e1 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/enterBookingDetails.html @@ -1,3 +1,53 @@ + + + + + + + + + + + + Spring Travel: Spring MVC and Web Flow Reference Application + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -212,3 +262,11 @@
+ + + + + + + + diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.html index 4fb9fcd..7d9638c 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/messages.html @@ -1,6 +1,65 @@ + + + + + + + + + + + + Spring Travel: Spring MVC and Web Flow Reference Application + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.html index b5438da..5422e01 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/reviewBooking.html @@ -1,3 +1,54 @@ + + + + + + + + + + + + Spring Travel: Spring MVC and Web Flow Reference Application + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -74,3 +125,11 @@
+ + + + + + + + diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml index 413de56..e683dd6 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/booking/views.xml @@ -6,14 +6,11 @@ - + - + - - - diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.html index a2e80ca..3cddaa3 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/bookingsTable.html @@ -1,3 +1,53 @@ + + + + + + + + + + + + Spring Travel: Spring MVC and Web Flow Reference Application + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Current Hotel Bookings

@@ -35,4 +85,12 @@ -
\ No newline at end of file + + + + + + + + + diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html index 5df2018..6ec83ca 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html @@ -1,3 +1,53 @@ + + + + + + + + + + + + Spring Travel: Spring MVC and Web Flow Reference Application + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Hotel Results

@@ -80,3 +130,10 @@ + + + + + + + diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html index 6f74d76..a8c1692 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html @@ -1,4 +1,63 @@ + + + + + + + + + + + + Spring Travel: Spring MVC and Web Flow Reference Application + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Search form here...
Bookings table here...
+ + + + + + + + + diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html index 1d4cfa1..ddfbc68 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html @@ -1,6 +1,56 @@ + + + + + + + + + + + + Spring Travel: Spring MVC and Web Flow Reference Application + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Search Hotels

-
+