204 lines
5.6 KiB
HTML
204 lines
5.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<style>
|
|
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.navbar {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
background-color: rgb(199, 199, 199);
|
|
overflow: auto;
|
|
}
|
|
|
|
.navbar a {
|
|
float: left;
|
|
font-size: 16px;
|
|
color: white;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.dropdown {
|
|
float: left;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.dropdown .dropbtn {
|
|
font-size: 16px;
|
|
border: none;
|
|
outline: none;
|
|
color: white;
|
|
padding: 14px 16px;
|
|
background-color: inherit;
|
|
font-family: inherit;
|
|
margin-left: left;
|
|
}
|
|
|
|
.navbar a:hover, .dropdown:hover .dropbtn {
|
|
background-color: red;
|
|
}
|
|
|
|
.dropdown-content {
|
|
display: none;
|
|
position: absolute;
|
|
background-color: #f9f9f9;
|
|
min-width: 160px;
|
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
|
z-index: 1;
|
|
}
|
|
|
|
.dropdown-content a {
|
|
float: none;
|
|
color: black;
|
|
padding: 12px 16px;
|
|
text-decoration: none;
|
|
display: block;
|
|
text-align: left;
|
|
margin-left: left;
|
|
}
|
|
|
|
.dropdown-content a:hover {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
.dropdown:hover .dropdown-content {
|
|
display: block;
|
|
}
|
|
.dot {
|
|
height: 150px;
|
|
width: 150px;
|
|
background-color: #4CAF50;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
}
|
|
.dot1 {
|
|
border: none;
|
|
height: 50px;
|
|
width: 50px;
|
|
background-color: #ABEE5E;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
h4 {
|
|
text-align: center;
|
|
}
|
|
@keyframes fadein {
|
|
0% {opacity: 0;}
|
|
100% {opacity: 1;}
|
|
}
|
|
@keyframes fadeout {
|
|
0% {opacity: 1;}
|
|
100%{opacity: 0;}
|
|
}
|
|
|
|
@keyframes onload{
|
|
0% {opacity: 0}
|
|
100% {opacity: 1}
|
|
}
|
|
@keyframes highlight {
|
|
0% { background-color: #ABEE5E;}
|
|
50% { background-color:#4CAF50;}
|
|
0% {background-color: #ABEE5E;}
|
|
}
|
|
</style>
|
|
<body style="animation: onload 1s linear">
|
|
<form action="/action_page.php" method="post" id="main">
|
|
<div class="navbar">
|
|
<div class="dropdown">
|
|
<button class="dropbtn">
|
|
<img style="width: 40px; height: 40px;" src="img/menubar/menu.svg" class="img-fluid">
|
|
</button>
|
|
<div class="dropdown-content">
|
|
<a id="adminpage" style="display: none;" href="adminpage.html">Adminbereich</a>
|
|
<a href="10.html?q={%22main%22:%22about%22}">Über uns</a>
|
|
<a href="10.html?q={%22main%22:%22help%22}">Hilfe</a>
|
|
<a href="10.html?q={%22main%22:%22agb%22}">AGB</a>
|
|
<a href="10.html?q={%22main%22:%22datschu%22}">Datenschutz</a>
|
|
<a id="33html" style="display: none;" href="33.html">Umgebung Control</a>
|
|
<a id="35html" style="display: none;" href="35.html">Umgebung Badges</a>
|
|
<a id="36html" style="display: none;" href="36.html">Umgebung Points</a>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<a id="homebtn" href="#home"><img style="width: 40px; height: 40px;" src="img/menubar/tools-and-utensils.svg" class="tools-and-utensils"></a>
|
|
</div>
|
|
|
|
<div>
|
|
<a href="37.html"><img style="width: 40px; height: 40px;" src="img/menubar/file.svg" class="img-fluid"></a>
|
|
</div>
|
|
|
|
<div>
|
|
<a id="logoutbtn" href="#logout"><img style="width: 40px; height: 40px;" src="img/menubar/logout.svg" class="img-fluid"></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="apan">
|
|
<div id="editA">
|
|
<h1>
|
|
your ad here
|
|
</h1>
|
|
</div>
|
|
<button id="rmad">x</button>
|
|
</div>
|
|
<div id="contentPanel" style="display: none;">
|
|
<div style="text-align:center">
|
|
<h1 id="modulName1">Modul 1</h1>
|
|
<span class="dot">
|
|
<img id="moduleimg1" src="img/vv.jpg" class="rounded-circles" alt="Cinque Terre" width="100" height="100" style="position: relative; top: 25px">
|
|
</span>
|
|
</div>
|
|
<div style="text-align:center">
|
|
<h1></h1>
|
|
<button id="Modul1-mod1" class="dot1" ></button>
|
|
<button id="Modul1-mod2"class="dot1" ></button>
|
|
<button id="Modul1-mod3" class="dot1" ></button>
|
|
</div>
|
|
<div style="text-align:center">
|
|
<h1 id="modulName2">Modul 2</h1>
|
|
<span class="dot">
|
|
<img id="moduleimg2" src="img/vv.jpg" class="rounded-circles" alt="Cinque Terre" width="100" height="100" style="position: relative; top: 25px">
|
|
</span>
|
|
</div>
|
|
<div style="text-align:center">
|
|
<h1></h1>
|
|
<button id="Modul2-mod1" class="dot1" ></button>
|
|
<button id="Modul2-mod2"class="dot1" ></button>
|
|
<button id="Modul2-mod3" class="dot1" ></button>
|
|
</div>
|
|
<div style="text-align: center;">
|
|
<select id="selector" style="margin: 8px;">
|
|
<option>Insgesamt - erster Durchlauf</option>
|
|
<option>Insgesamt - alle Durchläufe</option>
|
|
<option>Modul 1 - erster Durchlauf</option>
|
|
<option>Modul 1 - alle Durchläufe</option>
|
|
<option>Modul 2 - erster Durchlauf</option>
|
|
<option>Modul 2 - alle Durchläufe</option>
|
|
</select></div>
|
|
<div id="ranktab" style="display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 2rem;">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<button id="edit_admin" style="display: none;">Änderungen speichern</button>
|
|
</form>
|
|
|
|
</body>
|
|
|
|
<script type="text/javascript" src="editAdmin.js"></script>
|
|
<script type="text/javascript" src="/app_34.js"></script>
|
|
<script type="text/javascript" src="/umgebungButtons.js"></script></html>
|