From 843fc4ec332d82f8ea142d4250d94bf9cb0f3146 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 9 Feb 2022 03:13:46 +0100 Subject: [PATCH] Commit --- app/view/pages/teamtable/edit/index.php | 14 ++++++++++---- public/login.php | 1 + public/static/style/main.css | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/app/view/pages/teamtable/edit/index.php b/app/view/pages/teamtable/edit/index.php index 292faee..3f90999 100644 --- a/app/view/pages/teamtable/edit/index.php +++ b/app/view/pages/teamtable/edit/index.php @@ -2,7 +2,6 @@
- @@ -11,13 +10,20 @@ + '; - foreach ($row as $key) { - echo ""; - } + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; + echo ""; echo ''; } ?> diff --git a/public/login.php b/public/login.php index 6016ea8..e9a4fc0 100644 --- a/public/login.php +++ b/public/login.php @@ -14,6 +14,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') $app->session->flash("Velkommen {$_POST['username']}!"); $app->redirect('index.php'); } + http_response_code(401); $app->session->flash('Feil påloggingsinformasjon', 'danger'); } diff --git a/public/static/style/main.css b/public/static/style/main.css index 88250dd..4298eec 100644 --- a/public/static/style/main.css +++ b/public/static/style/main.css @@ -131,7 +131,7 @@ table { width: 100%; } table td, table th { - border: 0.05rem solid #aaa; + border-bottom: 0.05rem solid #aaa; padding: 0.05rem 0.25rem 0.05rem 0.25rem; } table tr:nth-child(even) { @@ -139,5 +139,5 @@ table tr:nth-child(even) { } table th { font-weight: bold; - text-align: center; + text-align: left; } \ No newline at end of file
ID Navn Bedrift KortnummerDeltagere Runder BestetidHandling
$key{$row['LagNavn']}{$row['Bedrift']}{$row['Kortnummer']}{$row['Lagleder']}{$row['Telefon']}{$row['Deltagere']}{$row['Runder']}{$row['Bestetid']}Slett