Added static content to search.html
This commit is contained in:
committed by
Rossen Stoyanchev
parent
802a3e919a
commit
f60181ad06
@@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user