-
Notifications
You must be signed in to change notification settings - Fork 7
/
dictionary.html
58 lines (58 loc) · 2.89 KB
/
dictionary.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
<div xmlns:i18n="http://exist-db.org/xquery/i18n" data-template="templates:surround" data-template-with="templates/template_lemmata.html" data-template-at="content">
<div class="container">
<h2 style="margin-top: 3%" class="hidden-md hidden-sm hidden-xs">
<span class="text-muted">
<span class="glyphicon glyphicon-book" aria-hidden="true"/>
<i18n:text key="dictionary">Wörterbuch</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-book" aria-hidden="true"/>
<i18n:text key="dictionary">Wörterbuch</i18n:text>
</span>
<hr/>
</h2>
<h2 class="hidden-lg hidden-md">
<span class="text-muted">
<span class="glyphicon glyphicon-book" aria-hidden="true"/>
<i18n:text key="dictionary">Wörterbuch</i18n:text>
</span>
<hr/>
</h2>
<div class="row" data-template="app:loadDictionary">
<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:sortLEM"/>
</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:countLEMsnoJs"/>
<span>
<i18n:text key="lemmata">Lemma</i18n:text>
</span>
</div>
<div data-template="templates:each" data-template-from="listOfLemmata" data-template-to="currentLemma">
<span data-template="app:LEMlist"/>
</div>
</noscript>
</div>
<!--<script type="text/javascript">
var lemmata_items = [ <span data-template="app:LEMfinalFacets"/> ];
</script>-->
</div>
<div class="col-md-9">
<img src="resources/img/slider/dict.jpg" style="width:100%"/><p class="lead"/>
<p class="lead" style="text-align: justify">
<i18n:text key="dictUnderConstruction">Hier entsteht das Wörterbuch der juristisch-politischen Sprache der Schule von Salamanca: ca. 200 Artikel mit lateinischen und spanischen Lemmata, den Quellen selbst entnommen.
Die Artikel werden voraussichtlich ab 2023 sukzessive veröffentlicht.</i18n:text>
</p>
</div>
</div>
</div>