This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (187 loc) · 6.06 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VZG Normdatendienst</title>
<meta name="description" content="...">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="terminologyservice.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Normdatendienst</h1>
</div>
<form class="form-horizontal">
<div class="form-group">
<label for="terminology" class="col-sm-2 control-label hidden-xs">Normdatei</label>
<div class="col-sm-10">
<!--
<input type="text" class="form-control" id="terminology" placeholder="Normdatei">
-->
<p class="lead">
Dewey-Dezimalklassifikation (DDC)
<a href="" class="pull-right">
<span class="glyphicon glyphicon-chevron-down"/>
</a>
</p>
</div>
</div>
<div class="form-group">
<label for="search" class="col-sm-2 control-label hidden-xs">Suche</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="search" placeholder="Suche">
</div>
</div>
</form>
<hr/>
<div id="concept-tree"></div>
<div class="row" id="concept-details">
<ul class="nav nav-tabs">
<li role="presentation">
<a href="#">Metadaten</a>
</li>
<li role="presentation" class="active">
<a href="#">Mappings</a>
</li>
<li role="presentation">
<a href="#">Inhalte</a>
</li>
<li role="presentation" class="navbar-right">
<a href="#"> <!-- hide details -->
<span class="glyphicon glyphicon-chevron-right"/>
</a>
</li>
</ul>
<div>
<table class="table">
<!--thead>
<tr>
<th>Normdatei</th>
<th></th>
<th>Relevanz</th>
<th>Konkordanz</th>
<tr>
</thead-->
<tr>
<td><a href="">Gemeinsame Normdatei (GND)</a></td>
<td><a href="">Leukozyt</a></td>
<td>hoch</td>
<td><a href="">CrissCross</a></td>
</tr>
<tr>
<td></td>
<td><a href="">Alkalische Leukozytenphosphatase</a></td>
<td>mittel</td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="">Blutlymphozyt</a></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="">Granulozyt</a></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="">Leukozytenadhäsion</a></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="">Leukozytenphosphatase</a></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="">Monozyt</a></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td><a href="">Leukozytenintegrine</a></td>
<td>gering</td>
<td></td>
</tr>
<tr>
<td><a href="">Wikidata</a></td>
<td><a href="">Leukozyt</a></td>
<td>hoch</td>
<td><a href="">Wikidata</a></td>
</tr>
<tr>
<td><a href=""></a></td>
<td><a href="">Leukozytose</a></td>
<td>mittel</td>
<td><a href=""></a></td>
</tr>
<tr>
<td><a href=""></a></td>
<td><a href="">Leukozytendepletion</a></td>
<td></td>
<td><a href=""></a></td>
</tr>
<tr>
<td><a href=""></a></td>
<td><a href="">Leukodiapedese (Leukozytenmigration)</a></td>
<td></td>
<td><a href=""></a></td>
</tr>
<tr>
<td><a href=""></a></td>
<td><a href="">Leukopenie</a></td>
<td>gering</td>
<td><a href=""></a></td>
</tr>
<tfoot>
<tr>
<th>Normdatei</th>
<th></th>
<th>Relevanz</th>
<th>Konkordanz</th>
<tr>
</tfoot>
</table>
</div>
</div>
</div>
<!-- TODO: add padding between here -->
<footer class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<img src="img/vzglogo.png" alt="VZG" width="88" height="38" class="hidden-xs"/>
<a href="">Verbundzentrale des GBV</a>
<span class="visible-xs-inline">(VZG)</span>
</div>
</footer>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap-treeview.min.js"></script>
<script src="terminologyservice.js"></script>
<script>
$('#concept-tree').treeview({
data: tree,
showTags: true,
showBorder: false,
selectedColor: "#000",
selectedBackColor: "#dff0d8",
expandIcon: "glyphicon glyphicon-chevron-down",
collapseIcon: "glyphicon glyphicon-chevron-right",
levels: 7,
});
</script>
</html>