-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowse.html
31 lines (31 loc) · 1.67 KB
/
browse.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
27
28
29
30
31
<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">
<h1>Browse Entries</h1>
<!-- Calls xquery functions -->
<div data-template="browse:get-all" data-template-collection="e-gedsh">
<div class="tabbable">
<!-- Browse Tabs -->
<ul class="nav nav-tabs" id="nametabs">
<!--<li data-template="browse:tabs" data-template-text="English" data-template-param="lang" data-template-value="en" data-template-sort-value="A"/>-->
<!--
<li data-template="browse:tabs" data-template-text="ܠܫܢܐ ܣܘܪܝܝܐ" data-template-param="lang" data-template-value="syr" data-template-sort-value="ܐ"/>
<li data-template="browse:tabs" data-template-text="اللغة العربية" data-template-param="lang" data-template-value="ar" data-template-sort-value="ا"/>
-->
</ul>
<!-- Browse Content -->
<div class="tab-content">
<div class="tab-pane active">
<div class="row">
<div data-template="browse:results-panel" data-template-collection="e-gedsh"/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>