Added static content to search.html

This commit is contained in:
Daniel Fernández
2012-12-29 21:45:18 +01:00
committed by Rossen Stoyanchev
parent 802a3e919a
commit f60181ad06

View File

@@ -49,9 +49,14 @@
<div tiles:include="searchForm">Search form here...</div>
<div tiles:include="searchForm">
A search form will go here. See it at <a href="searchForm.html">searchForm.html</a>.
</div>
<div tiles:include="bookingsTable">Bookings table here...</div>
<div tiles:include="bookingsTable">
A table with the current hotel bookings will go here.
See it at <a href="bookingsTable.html">bookingsTable.html</a>.
</div>