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; }