forked from srophe/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecord.html
31 lines (30 loc) · 1.79 KB
/
record.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
<?xml version="1.0" encoding="UTF-8"?>
<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 data-template="app:fix-links" class="record">
<div class="main-content-block">
<div data-template="app:h1"/>
<div data-template="app:other-data-formats" data-template-formats="print,tei,rdf,ttl,json,text"/>
<div class="row">
<div class="col-md-7 col-lg-8">
<div data-template="app:display-nodes" data-template-paths="descendant-or-self::tei:TEI"/>
</div>
<div class="col-md-5 col-lg-4 right-menu">
<h4>place holder</h4>
<!-- <div data-template="app:display-map"/>-->
<!--<div data-template="app:display-timeline"/>-->
<!-- <div data-template="app:internal-relationships" data-template-display="list-description"/>-->
<!--<div data-template="app:internal-relationships" data-template-display="sentence"/>-->
<!-- <div data-template="app:external-relationships"/>-->
<!-- Button trigger corrections email modal -->
<!-- <button class="btn btn-default" data-toggle="modal" data-target="#feedback">Corrections/Additions?</button> -->
</div>
</div>
<div>
<!-- Entry Citation information, pass TEI header to citation.xsl -->
<div data-template="app:display-nodes" data-template-paths="descendant::tei:teiHeader"/>
</div>
</div>
</div>
<!-- Modal email form-->
<div data-template="app:contact-form"/>
</div>