From 33b0c0cab8894c91eaeb4243ed6d2e062a712717 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 10 Dec 2025 12:24:00 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20login=20page=20de=20connexion=20+=20mis?= =?UTF-8?q?e=20a=20jours=20des=20pages=20mdp=20oubli=C3=A9,=20page=20de=20?= =?UTF-8?q?connxeion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/html/liste_article.html | 95 ++++++++++--------- blog/html/liste_categorie.html | 3 +- blog/js/liste_categorie.js | 9 +- connexion/html/mot_de_passe_oublie.html | 4 +- connexion/html/page_de_connexion.html | 9 ++ .../html/reinitialisation_mot_de_passe.html | 11 ++- package-lock.json | 3 +- 7 files changed, 77 insertions(+), 57 deletions(-) diff --git a/blog/html/liste_article.html b/blog/html/liste_article.html index f48d43b..93434a9 100644 --- a/blog/html/liste_article.html +++ b/blog/html/liste_article.html @@ -1,67 +1,72 @@ - + - Liste des article + Liste des articles + + - -
-
-

Listes des articles

- Ajouter un article -
- - - - - - - - - - - - - - - - +
+

Liste des articles

-
- - - - - - -
TitreCatégoriePubliéActions
Mon premier articleChienOui - Voir - Modifier - -
Mon deuxième articleChatOui - Voir - Modifier - -
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
TitreActions
Mon premier article + Modifier + +
Mon deuxième article + Modifier + +
+
+ - - - \ No newline at end of file + diff --git a/blog/html/liste_categorie.html b/blog/html/liste_categorie.html index 85ed338..1f6d747 100644 --- a/blog/html/liste_categorie.html +++ b/blog/html/liste_categorie.html @@ -38,8 +38,7 @@ Nom - Description - Actions + Actions diff --git a/blog/js/liste_categorie.js b/blog/js/liste_categorie.js index 4f8ef98..550fee7 100644 --- a/blog/js/liste_categorie.js +++ b/blog/js/liste_categorie.js @@ -17,14 +17,15 @@ function afficherCategories() { const row = ` ${cat.nom} - ${cat.description || "-"} - - + + Modifier - diff --git a/connexion/html/mot_de_passe_oublie.html b/connexion/html/mot_de_passe_oublie.html index d17c54f..043d7e2 100644 --- a/connexion/html/mot_de_passe_oublie.html +++ b/connexion/html/mot_de_passe_oublie.html @@ -27,7 +27,7 @@

Mot de passe oublié

-

+

Nous avons besoin de votre adresse mail pour pouvoir réinitialiser votre mot de passe.

@@ -42,6 +42,8 @@ />
+ + diff --git a/connexion/html/page_de_connexion.html b/connexion/html/page_de_connexion.html index b928365..5c795c8 100644 --- a/connexion/html/page_de_connexion.html +++ b/connexion/html/page_de_connexion.html @@ -28,6 +28,15 @@

Connexion Admin

+
+
+ + +
diff --git a/connexion/html/reinitialisation_mot_de_passe.html b/connexion/html/reinitialisation_mot_de_passe.html index 904d98c..8624328 100644 --- a/connexion/html/reinitialisation_mot_de_passe.html +++ b/connexion/html/reinitialisation_mot_de_passe.html @@ -27,7 +27,7 @@

Nouveau mot de passe

-

+

Pour réinitialiser votre mot de passe, veuillez saisir un nouveau mot de passe ainsi qu'une confirmation. @@ -42,7 +42,7 @@

-
+
@@ -57,7 +57,7 @@
Confirmer le mot de passe Changer le mot de passe +
diff --git a/package-lock.json b/package-lock.json index 1bfd43d..890a3bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -76,8 +76,7 @@ "node_modules/scheduler": { "version": "0.27.0", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz", - "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==", - "peer": true + "integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==" }, "node_modules/tinymce": { "version": "8.2.2",