From 4d68b83e97301c861183b45d26ff057afbe9fc04 Mon Sep 17 00:00:00 2001 From: Bess1k Date: Tue, 24 Feb 2026 13:02:48 +0100 Subject: [PATCH] Ajouter le titre dans browser.tpl --- views/login.tpl | 164 +++++++++++++++++++----------------------------- 1 file changed, 66 insertions(+), 98 deletions(-) diff --git a/views/login.tpl b/views/login.tpl index 2ea1286..02f9390 100644 --- a/views/login.tpl +++ b/views/login.tpl @@ -1,116 +1,84 @@ {extends file="views/layout.tpl"} +{block name="title" append} - Connexion{/block} {block name="content"}
- {* Affichage des erreurs *} - {if $arrError|count > 0} -
- {foreach from=$arrError item=strError} -

{$strError}

- {/foreach} -
- {/if} - -
- -
- -
+
+ +
+
- -
-
+ +
- -
+ +

Connexion

- -

Connexion

+ +

+ Connectez-vous à votre compte. +

- -

- Connectez-vous à votre compte. -

+ + +
+
- - - + +
+ + +
-
+ +
+ + +
- -
- - -
+ +
+ +
- -
- - -
+ +
+ + Pas encore de compte ? + + Créer un compte + + +
- -
-
- - -
-
+
+ - -
- -
+
- -
- - Pas encore de compte ? - Créer un compte - -
+
+
+
- - - -
- - -
- -
-
-
-{/block} \ No newline at end of file +{/block}