-
Notifications
You must be signed in to change notification settings - Fork 1
/
search.html
15 lines (15 loc) · 961 Bytes
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="main-content-block">
<h1 class="search-header">Advanced Search</h1>
<!-- <form data-template="search:search-form" data-template-collection="OPTIONAL: COLLECTION NAME"/>-->
<form data-template="search:search-form" data-template-collection="places"/>
<div class="results">
<div data-template="search:search-data" data-template-collection="places">
<div data-template="app:pageination" data-template-collection="places" data-template-search-string="yes"/>
<div data-template="app:display-map"/>
<div data-template="search:show-hits" data-template-kwic="no"/>
<div data-template="app:pageination"/>
</div>
</div>
</div>
</div>