-
Notifications
You must be signed in to change notification settings - Fork 7
/
workDetails.html
18 lines (18 loc) · 1007 Bytes
/
workDetails.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div data-template="app:loadWorkMetadata">
<div xmlns:i18n="http://exist-db.org/xquery/i18n" data-template="templates:surround" data-template-with="templates/template_basic.html" data-template-at="content">
<div data-template="i18n:translate" data-template-catalogues="data/i18n">
<div class="container" data-template="app:loadWorkMetadata">
<h2 style="margin-top: 3%" class="hidden-md hidden-sm hidden-xs">
<span class="text-muted" data-template="app:WRKcatRecordTitle"/>
</h2>
<h2 style="margin-top: 2%" class="hidden-lg hidden-sm hidden-xs">
<span class="text-muted" data-template="app:WRKcatRecordTitle"/>
</h2>
<h2 class="hidden-lg hidden-md">
<span class="text-muted" data-template="app:WRKcatRecordTitle"/>
</h2>
<div data-template="app:WRKcatRecord"/>
</div>
</div>
</div>
</div>