-
Notifications
You must be signed in to change notification settings - Fork 0
/
oldadmin.html.disabled
40 lines (33 loc) · 1.21 KB
/
oldadmin.html.disabled
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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Technikprobleme Admin</title>
<meta name="description" content="Projekt DB">
<meta name="author" content="Informatikkurs 2020">
<link rel="stylesheet" href="style.css">
</head>
<body>
<hr class="headlogo" />
<img class="headlogo" src="logo-1.png" />
<script src="script.js"></script>
<div id="container">
<div id="5" class="container adminItem" style="animation: 0.5s ease 0s 1 normal none running fadeIn;">
<span class="adminRoom">27</span>
<span class="adminWhat">Smartboard</span>
<span class="adminWho">me</span>
<span class="adminX"><button onclick="pushRemoval(5);">✗</button></span>
<span class="adminWhy">Schaltet nicht ein</span>
</div>
<div id="11" class="container adminItem" style="animation: 0.5s ease 0s 1 normal none running fadeIn;">
<span class="adminRoom">31</span>
<span class="adminWhat">Beamer</span>
<span class="adminWho">you</span>
<span class="adminX"><button onclick="pushRemoval(11);">✗</button></span>
<span class="adminWhy">flackert</span>
</div>
<button class="submit" id="reload" onclick="pull()">🗘</button>
</div>
</div>
</body>
</html>