From 8e954a0656d610291a3e0fb817a2e960cbcbe943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= Date: Sat, 20 Apr 2024 21:19:56 +0200 Subject: [PATCH] feat(DevWeb): Add icons --- .../webapp/WEB-INF/tags/components/navbar.tag | 21 ++- .../WEB-INF/tags/forms/forgotten-password.tag | 54 +----- .../main/webapp/WEB-INF/tags/forms/login.tag | 161 +++++++----------- .../webapp/WEB-INF/tags/forms/register.tag | 118 ++++++------- .../WEB-INF/tags/forms/reset-password.tag | 147 +++++++--------- 5 files changed, 199 insertions(+), 302 deletions(-) diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/navbar.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/navbar.tag index f1825c8..6a8a58b 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/navbar.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/components/navbar.tag @@ -22,10 +22,20 @@ User user = (User) session.getAttribute("user"); %> <% } else {%> @@ -33,7 +43,12 @@ Inscription <% } %> diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/forgotten-password.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/forgotten-password.tag index 50a79dc..a13bf7d 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/forgotten-password.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/forgotten-password.tag @@ -3,55 +3,17 @@
- +
+ + + + +
+
Veuillez entrer votre email pour obtenir un lien de récupération
- +
- - diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/register.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/register.tag index 0e54f79..31085b5 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/register.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/register.tag @@ -3,22 +3,34 @@
- +
+ + +
- +
+ + +
- +
+ + +
- +
+ + +
@@ -28,65 +40,27 @@
-
- +
+
+ +
+
-
-

Déjà inscrit ? Se connecter

- - diff --git a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/reset-password.tag b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/reset-password.tag index e0939df..4758dcb 100644 --- a/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/reset-password.tag +++ b/S2/DevWeb/Projet/src/main/webapp/WEB-INF/tags/forms/reset-password.tag @@ -4,111 +4,82 @@
- +
+ + +
- +
+ + +
-
-

Déjà inscrit ? Se connecter

- -