fixed typo and added close button to edit pages

This commit is contained in:
Grisu
2022-09-16 09:49:36 +02:00
parent 506982f1b1
commit 0a3beeeaec
7 changed files with 103 additions and 92 deletions

View File

@@ -14,7 +14,7 @@
<header>
<nav class="navbar">
<div id="logo">
Punktesystem-KSP
Punktesystem-Kreispokalwettbewerb
</div>
<a href="#" class="toggle-button">
<span class="bar"></span>
@@ -32,9 +32,9 @@
echo "<li><a href=\"stationen.php\">Stationen</a></li>\n";
}
if ($_SESSION['user_group'] == 'statistics') {
echo "<li><a href=\"statistik.php\">Ergebnisse</a></li>";
echo "<li><a href=\"statistik.php\">Ergebnis</a></li>";
} else {
echo "<li><a href=\"statistik.php\">Ergebnisse eintragen</a></li>";
echo "<li><a href=\"statistik.php\">Ergebnis eintragen</a></li>";
}
}
?>