-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
49 lines (40 loc) · 1.79 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.toast.min.js"></script>
<script type="text/javascript" src="js/toast.js"></script>
<script type="text/javascript" src="js/worker.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.toast.min.css"/>
<link rel="stylesheet" type="text/css" href="css/availabilityStyle.css"/>
<title>Availability Service</title>
</head>
<body>
<div class="logo">
<a href="https://www.unisg.ch/universitaet/bibliothek"><img src="img/hsg_logo_de.jpg" width="180px" alt="HSG-Bibliothek"></a>
</div>
<header>Verfügbarkeit Kleinmaterialien</header>
<nav>
<ul id="navi">
<li><a href="index.php"><img src="img/refresh.png" alt="Refresh"></a></li>
<li><a href="info.php"><img src="img/info.png" alt="Info"></a></li>
</ul>
</nav>
<div id="search">
<input type="text" placeholder="Suche nach..." id="filter-search"/>
</div>
<div id="loading"></div>
<div id="items"></div>
<footer>
<address>
<a href="https://www.unisg.ch/universitaet/bibliothek" >HSG-Bibliothek</a> •
<a href="mailto:bibliothek@unisg.ch">bibliothek@unisg.ch</a> •
+41 71 224 22 70 •
Dufourstrasse 50 •
CH-9000 St.Gallen •
Icon pack by <a href="https://icons8.com" target="blank">Icons8</a>
</address>
</footer>
</body>
</html>