Aufgabe 1 ca 80%

This commit is contained in:
Robert
2024-01-19 03:15:12 +01:00
parent 800d84bd41
commit 5756f2b7d5
12 changed files with 1392 additions and 1094 deletions

View File

@@ -2,9 +2,17 @@
@section("main")
@if($anmeldung == 1)
@if($anmeldung == 1){
<meta http-equiv="refresh" content="/"/>
<form id="form_ok" action="/"></form>
<?php if(session("bewertung",0)==0){
echo "<form id=\"form_ok\" action=\"/\"></form>";
}else{
echo "<form id=\"form_ok\" action=\"/bewertung\"></form>";
session(["bewertung" => 0]);
}
?>
<script type="text/javascript">
@@ -19,7 +27,7 @@
window.onload = formAutoSubmit;
</script>
</script>}
@else
<form method="post" id="auto_form" action="/anmeldung_fehler">