From 151e06299da8125ad7b37a3743e531a6ed688686 Mon Sep 17 00:00:00 2001 From: piapassecker Date: Fri, 3 Nov 2023 12:37:44 +0100 Subject: [PATCH] tournaments page added --- web/pages/tournaments/controller.php | 4 +-- web/pages/tournaments/tournaments.html | 44 ++++++++------------------ 2 files changed, 15 insertions(+), 33 deletions(-) diff --git a/web/pages/tournaments/controller.php b/web/pages/tournaments/controller.php index 9492488..0639414 100644 --- a/web/pages/tournaments/controller.php +++ b/web/pages/tournaments/controller.php @@ -31,7 +31,7 @@ class Tournaments extends Page { } function index() { - + $this->set('template', 'tournaments.html'); } function manage() @@ -189,7 +189,7 @@ class Tournaments extends Page { return; } - //var_dump($_SESSION['user']->data['dogs']); + //var_dump($_SESSION['user']->data['tournaments']); if(!is_array($_SESSION['user']->data['tournaments']) || !in_array($tid, $_SESSION['user']->data['tournaments'])) // new t! { diff --git a/web/pages/tournaments/tournaments.html b/web/pages/tournaments/tournaments.html index 0ca4598..8ad7825 100644 --- a/web/pages/tournaments/tournaments.html +++ b/web/pages/tournaments/tournaments.html @@ -1,35 +1,17 @@ - -
-

Wettkämpfe

-
-
-
- <?= escape($dogdata['name']); ?>'s profile Picture -
-
-

- -

    -
  • Rasse:
  • -
  • Alter: y ?>
  • -
  • Zuchtname:
  • -
  • Größe: cm
  • -
  • Agility Größe:
  • -
- -
- -
-
-
+

Turnier Veranstaltungen

+

Hier kannst du alle Veranstaltungen einsehen.

+
+ +
+ +
+

+

+ + +
-
- Second Column -
- -
+