-
Notifications
You must be signed in to change notification settings - Fork 0
/
entry.html
57 lines (54 loc) · 2.25 KB
/
entry.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<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="section indent top-padding">
<!--Main Content-->
<div class="row row-centered top-padding">
<div class="col-md-6 col-md-push-3 entry">
<br/>
<div data-template="app:display-rec"/>
</div>
<div class="col-md-3 col-md-pull-6 toc noprint">
<div data-template="app:next-entry"/>
<div data-template="app:include-toc"/>
<!--
<xi:include href="toc.html">
<xi:fallback>
<p>No toc is available</p>
</xi:fallback>
</xi:include>
-->
<!-- <div data-template="browse:group-abc-entries"/>-->
</div>
<div class="col-md-3">
<div data-template="app:other-data-formats" data-template-formats="uri,print,tei,buy" class="noprint"/>
<div data-template="app:srophe-related"/>
</div>
</div>
</div>
<!-- Floating footnotes display -->
<div id="footnoteDisplay" class="footnote">
<div class="content"/>
</div>
<!-- Modal email form-->
<div data-template="app:contact-form-linked-data"/>
<script type="text/javascript">
$('html').click(function() {
$('#footnoteDisplay').hide();
$('#footnoteDisplay div.content').empty();
})
$('.footnote-ref a').click(function(e) {
e.stopPropagation();
e.preventDefault();
var link = $(this);
var href = $(this).attr('href');
var content = $(href).html()
$('#footnoteDisplay').css('display','block');
$('#footnoteDisplay').css({'top':e.pageY-50,'left':e.pageX+25, 'position':'absolute'});
$('#footnoteDisplay div.content').html( content );
});
</script>
</div>