108 lines
3.2 KiB
HTML
108 lines
3.2 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;
|
|
}
|
|
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 onload{
|
|
0% {opacity: 0}
|
|
100% {opacity: 1}
|
|
}
|
|
</style>
|
|
<body style="animation: onload 1s linear">
|
|
<form action="/action_page.php" method="post" id="main">
|
|
<div id="container" style="display: flex; flex-direction: column; justify-content: space-between; padding: 1rem">
|
|
<div style="display: flex; flex-direction: column; align-content: center;">
|
|
<label id="Text_15_a" style="font: size 20px;margin:10px;" class="text">Text_15_a</label>
|
|
<select name="pets" id="sel1" style="width: 80%;">
|
|
</select>
|
|
</div>
|
|
|
|
<div style="display: flex; flex-direction: column; align-content: center;">
|
|
|
|
<label id="Text_15_b" style="font: size 20px;margin:10px;" class="text">Text_15_b</label>
|
|
|
|
<select id="sel2" style="width: 80%;">
|
|
</select>
|
|
</div>
|
|
|
|
<div style="display: flex; flex-direction: column; align-content: center;">
|
|
|
|
<label id="Text_15_c" style="font: size 20px;margin:10px;" class="text">Text_15_c</label>
|
|
|
|
<select id="sel3" style="width: 80%;">
|
|
|
|
</select>
|
|
</div>
|
|
|
|
<div style="display: flex; flex-direction: column; align-content: center;">
|
|
|
|
<label id="Text_15_d" style="font: size 20px;margin:10px;" class="text">Text_15_d</label>
|
|
|
|
<select id="sel4" style="width: 80%;">
|
|
|
|
</select>
|
|
</div>
|
|
|
|
<div style="display: flex; flex-direction: column; align-content: center;">
|
|
|
|
<label id="Text_15_e" style="font: size 20px;margin:10px;" class="text1">Text_15_e</label>
|
|
|
|
<select id="sel5" style="width: 80%;">
|
|
|
|
</select>
|
|
</div>
|
|
|
|
|
|
<div style="display: flex; flex-direction: column; align-content: center;">
|
|
|
|
<label id="Text_15_f" style="font: size 20px;margin:10px;" class="text1">Text_15_f</label>
|
|
|
|
<select id="sel6" style="width: 80%;">
|
|
</select>
|
|
</div>
|
|
<div>
|
|
<button type="submit" id="beantworten">Weiter</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_53.js"></script>
|
|
<script type="text/javascript" src="selectAnswers.js"></script>
|
|
<script type="text/javascript" src="stretchForm.js"></script>
|
|
</html>
|