-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrental.html
48 lines (48 loc) · 1.41 KB
/
rental.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8"/>
<title>Re|Ma</title>
<link rel=stylesheet href="assets/css/reset.css" type="text/css" charset=utf-8>
<link rel=stylesheet href="assets/css/master.css" type="text/css" charset=utf-8>
<link rel=stylesheet href="assets/css/rental.css" type="text/css" charset=utf-8>
<script src="assets/js/jq.js" type="text/javascript"></script>
<script src="assets/js/master.js" type="text/javascript"></script>
</head>
<body>
<h1 id="logo">Rental|Managment</h2>
<div id="wrap">
<div id="sidebar">
<div class="boxheader">
<h3>Re|Ma</h3>
<p class="loggedin">Pablo Prietz</p>
</div>
<ul>
<li><a href="#" title="current" class="selected">Derzeit leihend</a></li>
<li class="hr"></li>
<li><a href="#" title="rental">Ausleihe</a></li>
<li class="hr"></li>
<li><a href="#" title="management">Management</a></li>
<ul>
<li><a href="#" title="persons">Personen</a></li>
<li><a href="#" title="devices">Geräte</a></li>
<li><a href="#" title="categories">Kategorien</a></li>
</ul>
</ul>
</div>
<div id="content">
<div class="boxheader">
<h3>Derzeit leihend</h3>
<p>Abmelden</p>
<p>Information</p>
</div>
</div>
</div>
<ul id=border>
<li id=top></li>
<li id=right></li>
<li id=bottom></li>
<li id=left></li>
</ul>
</body>
</html>