forked from srophe/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsearch.html
26 lines (26 loc) · 1.48 KB
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<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" data-template-collection="bibl"/>
<div class="results">
<div data-template="search:search-data">
<div data-template="app:pageination" data-template-collection="bibl" data-template-search-string="yes" data-template-sort-options="relevance,title,author,pubDate,pubPlace"/>
<!--<div data-template="app:display-map"/>-->
<hr/>
<div data-template="search:show-hits" data-template-collection="bibl" data-template-kwic="yes"/>
<!--
<div class="row">
<div class="col-md-8 col-md-push-4">
<div data-template="search:show-hits" data-template-collection="bibl" data-template-kwic="yes"/>
</div>
<div class="col-md-4 col-md-pull-8">
<div data-template="app:display-facets" data-template-collection="bibl"/>
</div>
</div>
-->
<div data-template="app:pageination" data-template-collection="bibl"/>
</div>
</div>
</div>
</div>