From 7ff65c47e3edd232a178aefe34215e4c14fc6850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Thu, 27 Dec 2012 02:25:42 +0100 Subject: [PATCH] Small markup fixes. --- .../hotels/booking/enterBookingDetails.html | 22 +++++++++++++++---- .../WEB-INF/hotels/booking/reviewBooking.html | 2 ++ .../src/main/webapp/WEB-INF/hotels/list.html | 12 ++++++++++ .../main/webapp/WEB-INF/hotels/search.html | 4 ++-- .../webapp/WEB-INF/hotels/searchForm.html | 8 ++++--- .../src/main/webapp/WEB-INF/hotels/show.html | 17 ++++++++------ .../src/main/webapp/WEB-INF/intro.html | 2 +- .../main/webapp/WEB-INF/layouts/standard.html | 5 +++++ 8 files changed, 55 insertions(+), 17 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 0a1700e..5ac9f86 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 @@ -38,10 +38,12 @@

@@ -53,10 +55,12 @@

@@ -84,6 +88,7 @@

@@ -112,6 +118,7 @@

@@ -129,11 +137,13 @@

@@ -144,10 +154,12 @@

@@ -183,12 +195,14 @@

- - + +

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 8b0886f..b5438da 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 @@ -61,7 +61,9 @@

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 9b0bf73..5df2018 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/list.html @@ -1,19 +1,25 @@

Hotel Results

+

Change Search

+
+
+ @@ -37,17 +43,20 @@
+
Previous Results
@@ -56,15 +65,18 @@ More Results
+ 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 008e71a..6f74d76 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,4 @@ -
+
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 5054fea..1d4cfa1 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/searchForm.html @@ -11,19 +11,21 @@
diff --git a/booking-mvc/src/main/webapp/WEB-INF/hotels/show.html b/booking-mvc/src/main/webapp/WEB-INF/hotels/show.html index 2554d44..052ae43 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/show.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/show.html @@ -1,14 +1,17 @@ +

The Herb Plaza

-
- Thyme Square, 13 + +
+ Thyme Square, 13
- Icetown, - North Pole, - 0W + Icetown, + North Pole, + 0W
- Earth + Earth
-
+ +

Nightly Rate: 4,300

diff --git a/booking-mvc/src/main/webapp/WEB-INF/intro.html b/booking-mvc/src/main/webapp/WEB-INF/intro.html index 4212158..5389769 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/intro.html +++ b/booking-mvc/src/main/webapp/WEB-INF/intro.html @@ -3,7 +3,7 @@

This sample demonstrates how to use Spring MVC and Spring Web Flow together with JavaServerPages (JSP) and Tiles.

-
+

The key features illustrated in this sample include:

diff --git a/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html b/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html index 3ba6db6..7ea9555 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html +++ b/booking-mvc/src/main/webapp/WEB-INF/layouts/standard.html @@ -23,6 +23,7 @@
+ +

@@ -58,12 +60,15 @@ Body here...

+
+ +
\ No newline at end of file