-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsearch.html
More file actions
17 lines (15 loc) · 870 Bytes
/
search.html
File metadata and controls
17 lines (15 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
<div class="main-content-block">
<!-- <form data-template="search:search-form" data-template-collection="OPTIONAL: COLLECTION NAME"/>-->
<form data-template="search:search-form"/>
<div class="results">
<div data-template="search:search-data">
<div data-template="app:pageination" data-template-search-string="yes" data-template-sort-options="title,author,pubDate"/>
<div data-template="app:display-map"/>
<hr/>
<div data-template="search:show-hits" data-template-kwic="yes"/>
<div data-template="app:pageination"/>
</div>
</div>
</div>
</div>