From f38996352c7dfd0434957752fe1a28b8ba51b426 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 27 Feb 2017 16:20:29 +0100 Subject: [PATCH] =?utf8?q?[SKEL]=20+affect=C3=A9=20le=20mot-cl=C3=A9=20"Da?= =?utf8?q?tes=20et=20auteurs"=20pour=20les=20rubriques=20dont=20on=20souha?= =?utf8?q?ite=20que=20leurs=20article=20affichent=20ses=20informations?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- www/plugins/skel_lhc/contenu/page-sommaire.html | 2 +- www/plugins/skel_lhc/contenu/rubrique.html | 2 +- www/plugins/skel_lhc/inclure/article-resume.html | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/www/plugins/skel_lhc/contenu/page-sommaire.html b/www/plugins/skel_lhc/contenu/page-sommaire.html index 9d636ff4..d3bc9b44 100644 --- a/www/plugins/skel_lhc/contenu/page-sommaire.html +++ b/www/plugins/skel_lhc/contenu/page-sommaire.html @@ -11,7 +11,7 @@ #ANCRE_PAGINATION [

(#PAGINATION)

] diff --git a/www/plugins/skel_lhc/contenu/rubrique.html b/www/plugins/skel_lhc/contenu/rubrique.html index 19009775..77916c6d 100644 --- a/www/plugins/skel_lhc/contenu/rubrique.html +++ b/www/plugins/skel_lhc/contenu/rubrique.html @@ -17,7 +17,7 @@ #ANCRE_PAGINATION [

(#PAGINATION)

] diff --git a/www/plugins/skel_lhc/inclure/article-resume.html b/www/plugins/skel_lhc/inclure/article-resume.html index bd24ff62..ec4c5c5a 100644 --- a/www/plugins/skel_lhc/inclure/article-resume.html +++ b/www/plugins/skel_lhc/inclure/article-resume.html @@ -8,7 +8,12 @@
  • [(#LOGO_ARTICLE_RUBRIQUE|image_reduire{150,100})]#TITRE

    -
    [(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)]
    + +
    [(#_articles:DATE|affdate_jourcourt)][, <:par_auteur:> (#_articles:LESAUTEURS)]
    + + [(#SI_PAGE{sommaire}) +
    [(#_articles:DATE|affdate_jourcourt)][, <:par_auteur:> (#_articles:LESAUTEURS)]
    + ] [
    (#INTRODUCTION)
    ]
  • -- 2.20.1