1
|
<!DOCTYPE html>
|
2
|
<html lang="en">
|
3
|
<head>
|
4
|
<meta charset="UTF-8">
|
5
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
|
6
|
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
7
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
|
8
|
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
9
|
crossorigin="anonymous"></script>
|
10
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
|
11
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
12
|
crossorigin="anonymous"></script>
|
13
|
|
14
|
<title>Old Babylonian Text Corpus >> PROTOTYP</title>
|
15
|
<style>
|
16
|
.header-logo {
|
17
|
background-color: #006666;
|
18
|
color: white;
|
19
|
padding: 16px;
|
20
|
font-size: 2rem;
|
21
|
margin-bottom: 0;
|
22
|
}
|
23
|
|
24
|
.display-4 {
|
25
|
font-size: 2.5rem;
|
26
|
}
|
27
|
|
28
|
.display-4 a {
|
29
|
color: white;
|
30
|
}
|
31
|
|
32
|
.display-4 a:hover {
|
33
|
text-decoration: none;
|
34
|
}
|
35
|
|
36
|
.display-4 a:active {
|
37
|
color: white;
|
38
|
}
|
39
|
|
40
|
.display-4 a:visited {
|
41
|
color: white;
|
42
|
}
|
43
|
|
44
|
.display-5 {
|
45
|
font-size: 2rem;
|
46
|
font-weight: 300;
|
47
|
line-height: 1.2;
|
48
|
}
|
49
|
|
50
|
.content {
|
51
|
margin: 32px 64px;
|
52
|
}
|
53
|
|
54
|
html {
|
55
|
position: relative;
|
56
|
min-height: 100%;
|
57
|
}
|
58
|
|
59
|
body {
|
60
|
/* Margin bottom by footer height + margin */
|
61
|
margin-bottom: 96px;
|
62
|
}
|
63
|
|
64
|
.footer {
|
65
|
position: absolute;
|
66
|
bottom: 0;
|
67
|
width: 100%;
|
68
|
/* Set the fixed height of the footer here */
|
69
|
height: 64px;
|
70
|
padding: 8px;
|
71
|
background-color: #003366;
|
72
|
color: rgba(255, 255, 255, .5);
|
73
|
}
|
74
|
|
75
|
.search-options .form-group.row {
|
76
|
margin-bottom: 0.5rem;
|
77
|
}
|
78
|
|
79
|
.navbar.navbar-expand-lg {
|
80
|
padding-top: 0;
|
81
|
padding-bottom: 0;
|
82
|
}
|
83
|
|
84
|
.pagination-header {
|
85
|
margin-bottom: 0;
|
86
|
margin-top: 1rem;
|
87
|
}
|
88
|
|
89
|
.pagination-header ul {
|
90
|
margin-bottom: 0;
|
91
|
}
|
92
|
|
93
|
.linefound {
|
94
|
font-weight: bold;
|
95
|
}
|
96
|
|
97
|
.found {
|
98
|
font-weight: bold;
|
99
|
color: #003366;
|
100
|
}
|
101
|
|
102
|
.page-link {
|
103
|
color: #003366;
|
104
|
}
|
105
|
|
106
|
.page-item.active .page-link {
|
107
|
background-color: #003366;
|
108
|
border-color: #003366;
|
109
|
}
|
110
|
|
111
|
.nav .nav-item a {
|
112
|
color: #003366;
|
113
|
}
|
114
|
|
115
|
ul.nav {
|
116
|
padding: 0 1rem;
|
117
|
}
|
118
|
</style>
|
119
|
</head>
|
120
|
<body>
|
121
|
<!--Navbar-->
|
122
|
<div class="jumbotron jumbotron-fluid header-logo">
|
123
|
<div class="container text-center">
|
124
|
<div class="display-4"><a href="landing-page.html">Old Babylonian Text Corpus</a></div>
|
125
|
</div>
|
126
|
</div>
|
127
|
<nav class="navbar navbar-expand-lg navbar-dark bg-primary" style="background-color: #003366 !important;">
|
128
|
<ul class="navbar-nav mr-auto">
|
129
|
<li class="nav-item">
|
130
|
<a class="nav-link" href="search-texts.html">Search & edit texts <span class="sr-only">(current)</span></a>
|
131
|
</li>
|
132
|
<li class="nav-item">
|
133
|
<a class="nav-link" href="#">Search dictionary</a>
|
134
|
</li>
|
135
|
<li class="nav-item">
|
136
|
<a class="nav-link" href="#">Text catalogue</a>
|
137
|
</li>
|
138
|
<li class="nav-item">
|
139
|
<a class="nav-link" href="#">Catalogue of cuneiform signs</a>
|
140
|
</li>
|
141
|
<li class="nav-item">
|
142
|
<a class="nav-link" href="#">Contact & members</a>
|
143
|
</li>
|
144
|
<li class="nav-item">
|
145
|
<a class="nav-link" href="#">Input new text</a>
|
146
|
</li>
|
147
|
<li class="nav-item active">
|
148
|
<a class="nav-link" href="admin.html">Admin</a>
|
149
|
</li>
|
150
|
</ul>
|
151
|
<span class="navbar-text" style="padding-right: 1rem">
|
152
|
User: <strong>Medici</strong>
|
153
|
</span>
|
154
|
<div class="navbar-nav nav-item">
|
155
|
<a class="nav-link" href="#">Logout</a>
|
156
|
<a class="nav-link" href="#">Change Password</a>
|
157
|
</div>
|
158
|
</nav>
|
159
|
|
160
|
<ul class="nav">
|
161
|
<li class="nav-item"><a href="#" class="nav-link" title="Users">
|
162
|
Users </a></li>
|
163
|
<li class="nav-item"><a href="#" class="nav-link active" title="Groups">
|
164
|
Groups </a></li>
|
165
|
<li class="nav-item"><a href="#" class="nav-link" title="Rules">
|
166
|
Rules </a></li>
|
167
|
|
168
|
<li class="nav-item"><a href="#" class="nav-link" title="Book">
|
169
|
Book </a></li>
|
170
|
<li class="nav-item"><a href="#" class="nav-link" title="Transliteration">
|
171
|
Transliteration </a></li>
|
172
|
<li class="nav-item"><a href="#" class="nav-link" title="Book type">
|
173
|
Book type </a></li>
|
174
|
<li class="nav-item"><a href="#" class="nav-link" title="Object type">
|
175
|
Object type </a></li>
|
176
|
<li class="nav-item"><a href="#" class="nav-link" title="Surface type">
|
177
|
Surface type </a></li>
|
178
|
|
179
|
<li class="nav-item"><a href="#" class="nav-link" title="Museum">
|
180
|
Museum </a></li>
|
181
|
<li class="nav-item"><a href="#" class="nav-link" title="Origin">
|
182
|
Origin </a></li>
|
183
|
<li class="nav-item"><a href="#" class="nav-link" title="Upload">
|
184
|
Upload texts </a></li>
|
185
|
<li class="nav-item"><a href="#" class="nav-link" title="Replace">
|
186
|
Mass replace </a></li>
|
187
|
</ul>
|
188
|
|
189
|
<!--Content-->
|
190
|
<div class="content">
|
191
|
<div class="display-5">Administrace - Role</div>
|
192
|
|
193
|
<table class="table table-striped" style="margin-top: 2rem">
|
194
|
<thead>
|
195
|
<tr>
|
196
|
<th scope="col">#</th>
|
197
|
<th scope="col">Role</th>
|
198
|
<th scope="col">Úroveň zabezpečení</th>
|
199
|
<th scope="col">Akce</th>
|
200
|
</tr>
|
201
|
</thead>
|
202
|
<tbody>
|
203
|
<tr>
|
204
|
<th scope="row">1</th>
|
205
|
<td>admin</td>
|
206
|
<td>99</td>
|
207
|
<td class="actions">
|
208
|
<a href="#">Detail</a>
|
209
|
<a href="#">Uprav</a>
|
210
|
<a href="#" onclick="return confirm('Opravdu chcete vybranou roli smazat?');">Smaž</a>
|
211
|
</td>
|
212
|
</tr>
|
213
|
<tr>
|
214
|
<th scope="row">2</th>
|
215
|
<td>anonymous</td>
|
216
|
<td>1</td>
|
217
|
<td class="actions">
|
218
|
<a href="#">Detail</a>
|
219
|
<a href="#">Uprav</a>
|
220
|
<a href="#" onclick="return confirm('Opravdu chcete vybranou roli smazat?');">Smaž</a>
|
221
|
</td>
|
222
|
</tr>
|
223
|
<tr>
|
224
|
<th scope="row">3</th>
|
225
|
<td>User</td>
|
226
|
<td>20</td>
|
227
|
<td class="actions">
|
228
|
<a href="#">Detail</a>
|
229
|
<a href="#">Uprav</a>
|
230
|
<a href="#" onclick="return confirm('Opravdu chcete vybranou roli smazat?');">Smaž</a>
|
231
|
</td>
|
232
|
</tr>
|
233
|
</tbody>
|
234
|
</table>
|
235
|
</div>
|
236
|
|
237
|
<!--Footer-->
|
238
|
<footer class="footer">
|
239
|
<div class="container">
|
240
|
<div class="text-center">
|
241
|
© Furat Rahman - Faculty of Philosophy - University of West Bohemia in Pilsen and Cuneiform Circle 2002-2005<br>
|
242
|
Created by Medici - Faculty of Applied Science - University of West Bohemia in Pilsen
|
243
|
</div>
|
244
|
</div>
|
245
|
</footer>
|
246
|
</body>
|
247
|
</html>
|