From 2ed31b40849ed625b40c8d35d87dc03807c4e263 Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 13 Mar 2020 16:40:49 +0100 Subject: [PATCH] =?UTF-8?q?on=20"normalise"=20l'affichage=20du=20contenu?= =?UTF-8?q?=20des=20pages=20statiques=20en=20un=20seul=20fichier=20avec=20?= =?UTF-8?q?param=C3=A8tre=20+=20on=20ajout=20l'affichage=20de=20fichiers?= =?UTF-8?q?=20en=20d=C3=A9but=20d'article=20et=20d'images=20en=20fin=20d'a?= =?UTF-8?q?rticle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/association.html | 4 +- content/methode.html | 2 +- inclure/association_contenu.html | 40 -------------------- inclure/methode_contenu.html | 40 -------------------- inclure/page_statique.html | 63 ++++++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 83 deletions(-) delete mode 100644 inclure/association_contenu.html delete mode 100644 inclure/methode_contenu.html create mode 100644 inclure/page_statique.html diff --git a/content/association.html b/content/association.html index bc1e2dc..76bc89f 100644 --- a/content/association.html +++ b/content/association.html @@ -1,11 +1,11 @@ [(#REM) On affiche le premier article par défaut] - + [(#ID_ARTICLE|setenv{id_article})]

L'Association

- +
\ No newline at end of file diff --git a/content/methode.html b/content/methode.html index 892b774..1e32622 100644 --- a/content/methode.html +++ b/content/methode.html @@ -6,6 +6,6 @@

La méthode

- +
\ No newline at end of file diff --git a/inclure/association_contenu.html b/inclure/association_contenu.html deleted file mode 100644 index 00e5c1d..0000000 --- a/inclure/association_contenu.html +++ /dev/null @@ -1,40 +0,0 @@ -
- - - -
- -

#TITRE

- - -
- Éditer -
- - - [
(#CHAPO)
] -
#TEXTE
- - - [(#REM) On affiche les images à la fin sur petits écrans] - -
- -
\ No newline at end of file diff --git a/inclure/methode_contenu.html b/inclure/methode_contenu.html deleted file mode 100644 index 6bb95ef..0000000 --- a/inclure/methode_contenu.html +++ /dev/null @@ -1,40 +0,0 @@ -
- - - -
- -

#TITRE

- - -
- Éditer -
- - - [
(#CHAPO)
] -
#TEXTE
- - - [(#REM) On affiche les images à la fin sur petits écrans] - -
- -
\ No newline at end of file diff --git a/inclure/page_statique.html b/inclure/page_statique.html new file mode 100644 index 0000000..322337d --- /dev/null +++ b/inclure/page_statique.html @@ -0,0 +1,63 @@ +
+ + + +
+ +

#TITRE

+ + +
+ Éditer +
+ + + + + + + [
(#CHAPO)
] +
#TEXTE
+ + + [(#REM) On affiche les images à la fin sur petits écrans] + +
+ +
\ No newline at end of file