Max-Meier-Projekt-alpha/htdocs/48.html

151 lines
5.5 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;
scroll-padding-right: 1px;
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>
<div style="text-align:lift">
<label id="Text_5_a" style="font-size:24px;margin:10px;" class="text">Text_5_a</label>
</div>
<div class="img" style="display: grid; grid-template-columns: 1fr 3fr 2fr 3fr; margin-bottom: 3px;">
<img style="height: 25px; width: 25px;" id="img_4a" src="img/vv.jpg">
<label id="Text_4a">Text_4a</label>
<label></label>
<label id="Text_17a">Text_17a</label>
</div>
<div class="img" style="display: grid; grid-template-columns: 1fr 3fr 2fr 3fr; margin-bottom: 3px;">
<img style="height: 25px; width: 25px;" id="img_4b" src="img/vv.jpg">
<label id="Text_4b">Text_4b</label>
<label></label>
<label id="Text_17b">Text_17b</label>
</div>
<div class="img" style="display: grid; grid-template-columns: 1fr 3fr 2fr 3fr; margin-bottom: 3px;">
<img style="height: 25px; width: 25px;" id="img_4c" src="img/vv.jpg">
<label id="Text_4c">Text_4c</label>
<label></label>
<label id="Text_17c">Text_17c</label>
</div>
<div class="img" style="display: grid; grid-template-columns: 1fr 3fr 2fr 3fr; margin-bottom: 3px;">
<img style="height: 25px; width: 25px;" id="img_4d" src="img/vv.jpg">
<label id="Text_4d">Text_4d</label>
<label></label>
<label id="Text_17d">Text_17d</label>
</div>
<div>
<div style="text-align:lift">
<label id="Text_5_b" style="font-size:24px;margin:10px;" class="text">Text_5_b</label>
</div>
<div class="img" style="display: grid; grid-template-columns: 1fr 3fr 2fr 3fr; margin-bottom: 3px;">
<img style="height: 25px; width: 25px;" id="img_4e" src="img/vv.jpg">
<label id="Text_4e">Text_4e</label>
<label></label>
<label id="Text_17e">Text_17e</label>
</div>
<div class="img" style="display: grid; grid-template-columns: 1fr 3fr 2fr 3fr; margin-bottom: 3px;">
<img style="height: 25px; width: 25px;" id="img_4f" src="img/vv.jpg">
<label id="Text_4f">Text_4f</label>
<label></label>
<label id="Text_17f">Text_17f</label>
</div>
<div class="img" style="display: grid; grid-template-columns: 1fr 3fr 2fr 3fr; margin-bottom: 3px;">
<img style="height: 25px; width: 25px;" id="img_4g" src="img/vv.jpg">
<label id="Text_4g">Text_4g</label>
<label></label>
<label id="Text_17g">Text_17g</label>
</div>
<div class="img" style="display: grid; grid-template-columns: 1fr 3fr 2fr 3fr; margin-bottom: 3px;">
<img style="height: 25px; width: 25px;" id="img_4h" src="img/vv.jpg">
<label id="Text_4h">Text_4h</label>
<label></label>
<label id="Text_17h">Text_17h</label>
</div>
</div>
<div>
<p id="Text_6" style="height: 100%; width: 100%;">
Text_6
</p>
</div>
</div>
<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>
</div>
</div>
</form>
</body>
<script type="text/javascript" src="editAdmin.js"></script>
<script type="text/javascript" src="/app_48.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>