-
Notifications
You must be signed in to change notification settings - Fork 2
/
record.html
25 lines (25 loc) · 1.31 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
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" data-template="templates:surround" data-template-with="templates/geo.html" data-template-at="content">
<div class="record">
<div class="interior-content">
<!-- <div data-template="app:h1"/>-->
<br/>
<div data-template="app:other-data-formats" data-template-formats="print,tei,rdf,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">
<div data-template="app:display-related-places-map"/>
<br/>
<div data-template="app:internal-relationships" data-template-label="Relationships"/>
<br/>
<!-- <div data-template="app:external-relationships" data-template-label="Additional Relationships"/>-->
<!-- Worldcat? -->
<!-- <div data-template="app:external-relationships"/>-->
</div>
</div>
</div>
</div>
<!-- Modal email form-->
<div data-template="app:contact-form"/>
</div>