forked from digicademy/svsal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
60 lines (60 loc) · 2.93 KB
/
authors.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
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns:i18n="http://exist-db.org/xquery/i18n" data-template="templates:surround" data-template-with="templates/template_authors.html" data-template-at="content">
<div data-template="i18n:translate" data-template-catalogues="data/i18n">
<div class="container">
<h2 style="margin-top: 3%" class="hidden-md hidden-sm hidden-xs">
<span class="text-muted">
<span class="glyphicon glyphicon-user" aria-hidden="true"/>
<i18n:text key="authors">Autoren</i18n:text>
</span>
<hr/>
</h2>
<h2 style="margin-top: 2%" class="hidden-lg hidden-sm hidden-xs">
<span class="text-muted">
<span class="glyphicon glyphicon-user" aria-hidden="true"/>
<i18n:text key="authors">Autoren</i18n:text>
</span>
<hr/>
</h2>
<h2 class="hidden-lg hidden-md">
<span class="text-muted">
<span class="glyphicon glyphicon-user" aria-hidden="true"/>
<i18n:text key="authors">Autoren</i18n:text>
</span>
<hr/>
</h2>
<div style="margin-bottom:1em;border:1px solid gray;border-radius:5px;">
<div style="font-size:1em;padding:0.2em;text-align:justify">
<i18n:text key="authorsNotice"/>
</div>
</div>
<div class="row" data-template="app:loadListOfAuthors">
<div class="col-md-3 hidden-xs hidden-sm">
<ul class="fadeIn" id="facets" style="padding-top: 20%; padding-left: 5%"/>
<!-- show this when js is disabled -->
<noscript>
<div style="margin-top: -13%;" data-template="app:sortAUT"/>
</noscript>
</div>
<div class="col-md-9" id="results" style="padding-top: 5%">
<!-- show this when js is disabled -->
<noscript>
<div class="col-md-12" style="top: -27px; margin-bottom: -3%;">
<span data-template="app:countAUTsnoJs"/>
<span>
<i18n:text key="authors">Autoren</i18n:text>
</span>
</div>
<div data-template="templates:each" data-template-from="listOfAuthors" data-template-to="currentAuthor">
<span data-template="app:AUTmakeList"/>
</div>
</noscript>
</div>
<script type="text/javascript">
var works_items = [ <span data-template="app:AUTfinalFacets"/>
];
</script>
</div>
</div>
</div>
</div>