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 - -
+ +
+ + +
+ + Ajouter un article +
+ + + + + + + + + + + + + + + + + + + + + + + +
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",