forked from srophe/srophe-eXist-app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrecord.html
56 lines (54 loc) · 3.17 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
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
<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="interior-content white">
<div data-template="app:h1"/>
<div style="margin:-1.5em 3em 0 0"><div data-template="app:other-data-formats" data-template-formats="print,tei,rdf,citations"/></div>
<div class="row">
<div class="col-md-8 column1">
<div data-template="app:display-nodes" data-template-paths="/descendant::tei:body"/>
</div>
<!-- Column 2 -->
<div class="col-md-4 column2">
<!--<div data-template="app:other-data-formats" data-template-formats="print,tei,rdf"/>-->
<div data-template="app:subject-headings"/>
<div data-template="app:cited"/>
<div data-template="app:rec-status"/>
<div class="info-btns">
<!-- Button trigger corrections email modal -->
<button class="btn btn-default" data-toggle="modal" data-target="#feedback">Corrections/Additions?</button>
</div>
</div>
</div>
</div>
<br/>
<div data-template="app:about"/>
</div>
<!-- Modal email form-->
<div data-template="app:contact-form"/>
<!-- Additional Citations -->
<div id="citationsDisplay" class="footnote citations">
<h3>Citation Styles</h3>
<form method="GET" id="getCitationStyle">
<select class="citeItemSelect" id="citeItemSelect">
<option value="">Select Style</option>
<option value="american-political-science-association">American Political Science Association</option>
<option value="apa">American Psychological Association</option>
<option value="american-sociological-association">American Sociological Association</option>
<option value="chicago-author-date">Chicago Manual of Style (Author-Date format)</option>
<option value="chicago-fullnote-bibliography">Chicago Manual of Style (Full Note with Bibliography)</option>
<option value="chicago-note-bibliography">Chicago Manual of Style (Note with Bibliography)</option>
<option value="harvard1">Harvard Reference format 1</option>
<option value="ieee">IEEE</option>
<option value="modern-humanities-research-association">Modern Humanities Research Association</option>
<option value="modern-language-association">Modern Language Association</option>
<option value="national-library-of-medicine">National Library of Medicine</option>
<option value="nature">Nature</option>
<option value="vancouver">Vancouver</option>
</select>
</form>
<hr/>
<div class="content"/>
<button class="btn btn-default pull-right" id="citationsHide">Close</button>
</div>
<br/>
</div>