128 lines
4.3 KiB
HTML
128 lines
4.3 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 {margin:0;}
|
|
|
|
|
|
|
|
|
|
.button1 {
|
|
background-color: rgb(107, 110, 107);
|
|
color: white;
|
|
padding: 14px 20px;
|
|
margin: 8px;
|
|
border: none;
|
|
cursor: pointer;
|
|
width: auto;
|
|
}
|
|
div.ex1 {
|
|
background-color: lightblue;
|
|
width:auto;
|
|
height: 110px;
|
|
overflow: scroll;
|
|
margin: 8px;
|
|
}
|
|
button {
|
|
background-color: rgb(107, 110, 107);
|
|
color: white;
|
|
padding: 14px 20px;
|
|
margin: 8px;
|
|
border: none;
|
|
cursor: pointer;
|
|
width: 30%;
|
|
}
|
|
select {
|
|
font-size: .9rem;
|
|
padding: 2px 4px;
|
|
}
|
|
|
|
footer {
|
|
font-size: .8rem;
|
|
position: absolute;
|
|
bottom: 30px;
|
|
left: 30px;
|
|
}
|
|
@keyframes flashred {
|
|
0% {background-color: white;}
|
|
10% {background-color: red;}
|
|
100% {background-color: white;}
|
|
}
|
|
@keyframes flashgreen {
|
|
0% {background-color: white;}
|
|
10% {background-color: rgb(47, 255, 47);}
|
|
100% {background-color: white;}
|
|
}
|
|
@keyframes onload{
|
|
0% {opacity: 0}
|
|
100% {opacity: 1}
|
|
}
|
|
</style>
|
|
<body style="animation: onload 1s linear">
|
|
<form action="/action_page.php" method="post" id="main" >
|
|
<div>
|
|
<div>
|
|
<button class="button1" type="submit"><i class="fa fa-close"></i></button>
|
|
</div>
|
|
|
|
<div style="text-align:center">
|
|
<div class="w3-light-grey">
|
|
<div class="w3-green" id="progressBar" style="height:24px;width:25px"></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="container" style="display: flex; flex-direction: column; justify-content: space-between; padding: 1rem;">
|
|
|
|
|
|
<div style="display: grid; grid-template-columns: 1fr 2fr 1fr;">
|
|
<label id="Text_9_a" style="font: size 20px;margin:10px;" class="text">Text_9_a</label>
|
|
<label></label>
|
|
<label id="Text_17_a" style="font: size 20px;margin:10px;" class="text">Text_17_a</label>
|
|
|
|
<label id="Text_9_b" style="font: size 20px;margin:10px;" class="text">Text_9_b</label>
|
|
<label></label>
|
|
<label id="Text_17_b" style="font: size 20px;margin:10px;" class="text">Text_17_b</label>
|
|
|
|
|
|
<label id="Text_9_c" style="font: size 20px;margin:10px;" class="text">Text_9_c</label>
|
|
<label></label>
|
|
<label id="Text_17_c" style="font: size 20px;margin:10px;" class="text">Text_17_c</label>
|
|
|
|
<label id="Text_9_d" style="font: size 20px;margin:10px;" class="text">Text_9_d</label>
|
|
<label></label>
|
|
<label id="Text_17_d" style="font: size 20px;margin:10px;" class="text">Text_17_d</label>
|
|
|
|
<label id="Text_9_e" style="font: size 20px;margin:10px;" class="text1">Text_9_e</label>
|
|
<label></label>
|
|
<label id="Text_17_e" style="font: size 20px;margin:10px;" class="text">Text_17_e</label>
|
|
|
|
<label id="Text_9_f" style="font: size 20px;margin:10px;" class="text1">Text_9_f</label>
|
|
<label></label>
|
|
<label id="Text_17_f" style="font: size 20px;margin:10px;" class="text">Text_17_f</label>
|
|
|
|
<label id="Text_9_g" style="font: size 20px;margin:10px;" class="text1">Text_9_g</label>
|
|
<label></label>
|
|
<label id="Text_17_g" style="font: size 20px;margin:10px;" class="text">Text_17_g</label>
|
|
|
|
<label id="Text_9_h" style="font: size 20px;margin:10px;" class="text1">Text_9_h</label>
|
|
<label></label>
|
|
<label id="Text_17_h" style="font: size 20px;margin:10px;" class="text">Text_17_h</label>
|
|
</div>
|
|
<p id="Text_6" style="height: 100%; width: 100%;">
|
|
Text_6
|
|
</p>
|
|
</div>
|
|
<button type="submit" id="naechsteFrage">zur nächsten Frage</button> <button id="adminSave" style="display: none;">Änderungen Speichern</button><button id="allezeigen" style="display: none;">Alle Zeigen</button>
|
|
</form>
|
|
</body>
|
|
<script type="text/javascript" src="editAdmin.js"></script>
|
|
<script type="text/javascript" src="/app_51.js"></script>
|
|
<script type="text/javascript" src="progressBar.js"></script>
|
|
<script type="text/javascript" src="stretchForm.js"></script>
|
|
<script type="text/javascript" src="nextQ.js"></script>
|
|
</html>
|