From f60181ad06c0623ec18b7677f51c5b133d076e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Fern=C3=A1ndez?= Date: Sat, 29 Dec 2012 21:45:18 +0100 Subject: [PATCH] Added static content to search.html --- booking-mvc/src/main/webapp/WEB-INF/hotels/search.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 a8c1692..35f5f0a 100644 --- a/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html +++ b/booking-mvc/src/main/webapp/WEB-INF/hotels/search.html @@ -49,9 +49,14 @@ -
Search form here...
+
+ A search form will go here. See it at searchForm.html. +
-
Bookings table here...
+
+ A table with the current hotel bookings will go here. + See it at bookingsTable.html. +