From 96a62cef3bfacced89fc96e5a247fe99a9c8eb91 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Wed, 26 Mar 2025 19:39:28 +0100 Subject: [PATCH] update styles --- templates/login_failed.html | 5 +++- templates/login_success.html.php | 3 +++ view/View.php | 43 +++++++++----------------------- 3 files changed, 19 insertions(+), 32 deletions(-) diff --git a/templates/login_failed.html b/templates/login_failed.html index 8cd560b..e948568 100644 --- a/templates/login_failed.html +++ b/templates/login_failed.html @@ -3,8 +3,11 @@ Mauvaise connexion + + + -

Erreur lors de la connexion !

+

Erreur lors de la connexion !

\ No newline at end of file diff --git a/templates/login_success.html.php b/templates/login_success.html.php index a9136ba..98be86d 100644 --- a/templates/login_success.html.php +++ b/templates/login_success.html.php @@ -3,6 +3,9 @@ Connexion + + + "; -} - -function brrr() -{ - return "
"; -} - -function PrintList(string $title, array $liste): string -{ - $result = ""; - return $result; -} - function PrintListFirsts(string $title, array $liste): string { - $result = "
  • " . $title . "
  • "; - $result .= ""; + $result .= ""; return $result; } function PrintLoginInfo($info) { - $body = "Nom complet de l'utilisateur : " . $info->fullName; - $body .= ""; + $body .= ""; return $body; }