Aufgabe 1 ca 80%
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user