From ec86397359c6d1635d204cc172bcc2f81eb1ecff Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 8 Mar 2020 21:03:06 +0100 Subject: [PATCH] =?UTF-8?q?petites=20modifications=20demand=C3=A9es=20:=20?= =?UTF-8?q?on=20retire=20les=20dates,=20etc.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/article.html | 8 +++++--- content/sommaire.html | 2 +- inclure/association_contenu.html | 4 ++-- inclure/bloc_article.html | 4 +++- inclure/bouton_ordre.html | 4 ++-- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/content/article.html b/content/article.html index 52a3676..8f5f669 100644 --- a/content/article.html +++ b/content/article.html @@ -26,10 +26,12 @@ #DATE_AGENDA ] - [(#DATE_AGENDA|non) - [(#DATE|affdate_jourcourt)] + [(#REM) On n'affiche plus la date. + [(#DATE_AGENDA|non) + [(#DATE|affdate_jourcourt)] + ] ] - +
#TEXTE
diff --git a/content/sommaire.html b/content/sommaire.html index 65dcf39..2f29534 100644 --- a/content/sommaire.html +++ b/content/sommaire.html @@ -28,7 +28,7 @@
-

À la une

+

Actualités

diff --git a/inclure/association_contenu.html b/inclure/association_contenu.html index ba97ca9..c5853ad 100644 --- a/inclure/association_contenu.html +++ b/inclure/association_contenu.html @@ -7,7 +7,7 @@ [(#FICHIER|balise_img{#TITRE}|image_recadre{380:362,-,focus}|image_reduire{380,362})] - [
(#TITRE)
] + [
(#TITRE|sinon{"titre"})
]
@@ -24,7 +24,7 @@ [(#FICHIER|balise_img{#TITRE}|image_recadre{380:362,-,focus}|image_reduire{380,362})] - [
(#TITRE)
] + [
(#TITRE|sinon{"titre"})
]
diff --git a/inclure/bloc_article.html b/inclure/bloc_article.html index 64febe8..441e3f2 100644 --- a/inclure/bloc_article.html +++ b/inclure/bloc_article.html @@ -12,7 +12,9 @@
[(#ENV{evenement}|=={oui}?{ [(#DATE_AGENDA)], - [(#DATE|affdate)] + [(#REM) On n'affiche plus la date. + [(#DATE|affdate)] + ] })]
[
(#DESCRIPTIF|sinon{#TEXTE|couper{130,'...'}})
] diff --git a/inclure/bouton_ordre.html b/inclure/bouton_ordre.html index c44d38c..cd58106 100644 --- a/inclure/bouton_ordre.html +++ b/inclure/bouton_ordre.html @@ -1,4 +1,4 @@ - [(#ENV{ordre}|=={DESC}|oui) Ordre décroissant] - [(#ENV{ordre}|=={ASC}|oui) Ordre croissant] + [(#ENV{ordre}|=={DESC}|oui) par date décroissante] + [(#ENV{ordre}|=={ASC}|oui) par date croissante]