-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
19 lines (19 loc) · 960 Bytes
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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="banner-title full-page">
<span class="img-credit">
<h1>Gorgias Encyclopedic Dictionary of the Syriac Heritage: Electronic Edition</h1>
</span>
</div>
<div class="container top-padding">
<div data-template="search:show-form"/>
<div data-template="search:get-results">
<!-- Calls paging and search parameters string -->
<div data-template="search:pageination" data-template-sort-options="relevance,title"/>
<!-- Prints search results -->
<div data-template="search:build-page"/>
<div class="page-bottom">
<div data-template="search:pageination" data-template-sort-options="relevance,title"/>
</div>
</div>
</div>
</div>