From 48fe7d028deb8a0b1b2007ac5c59a5c1b98a661e Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 17 Jul 2018 12:18:01 +0200 Subject: [PATCH] [SKEL] -titre et auteurices quand necessaire --- www/plugins/skel_lhc/contenu/article.html | 3 - www/plugins/skel_lhc/contenu/mot.html | 79 ++++++++++++++++++++++ www/plugins/skel_lhc/contenu/rubrique.html | 2 - 3 files changed, 79 insertions(+), 5 deletions(-) create mode 100644 www/plugins/skel_lhc/contenu/mot.html diff --git a/www/plugins/skel_lhc/contenu/article.html b/www/plugins/skel_lhc/contenu/article.html index b890b4f7..ab72cd03 100755 --- a/www/plugins/skel_lhc/contenu/article.html +++ b/www/plugins/skel_lhc/contenu/article.html @@ -5,9 +5,6 @@
[(#LOGO_ARTICLE||image_reduire{200,200})] - [

(#SURTITRE)

] -

#TITRE

- [

(#SOUSTITRE)

]

[(#_articles:DATE|nom_jour) ][(#_articles:DATE|affdate)][, <:par_auteur:> (#_article:LESAUTEURS)]

diff --git a/www/plugins/skel_lhc/contenu/mot.html b/www/plugins/skel_lhc/contenu/mot.html new file mode 100644 index 00000000..e70c30c7 --- /dev/null +++ b/www/plugins/skel_lhc/contenu/mot.html @@ -0,0 +1,79 @@ + +[(#REM) Fil d'Ariane ] +

<:accueil_site:> > <:mots_clefs:> > [(#TITRE|couper{80})][ > (#TITRE|couper{80})]

+ +
+ +
+ [(#LOGO_MOT|image_reduire{200,200})] +
+ + [
(#TEXTE)
] + + [(#REM) Articles lies au mot-cle ] + +
+ #ANCRE_PAGINATION +

<:articles:>

+
    + +
  • +

    #TITRE

    +
    [(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)]
  • + +
+ [

(#PAGINATION)

] +
+
+ + [(#REM) Rubriques liees au mot-cle ] + +
+

<:rubriques:>

+ +
+
+ + [(#REM) Breves liees au mot-cle ] + +
+

<:breves:>

+ +
+
+ + [(#REM) Liens des forums ] + +
+

<:messages_forum:>

+ +
+
+ + [(#REM) Sites web lies au mot-cle ] + +
+

<:sites_web:>

+ +
+
+
+ +[

<:info_notes:>

(#NOTES)
] + diff --git a/www/plugins/skel_lhc/contenu/rubrique.html b/www/plugins/skel_lhc/contenu/rubrique.html index 3d1a2b04..d2df5f8a 100755 --- a/www/plugins/skel_lhc/contenu/rubrique.html +++ b/www/plugins/skel_lhc/contenu/rubrique.html @@ -6,8 +6,6 @@
[(#LOGO_RUBRIQUE||image_reduire{200,200})] -

#TITRE

- [

<:dernier_ajout:> : (#DATE|affdate_jourcourt).

]
[
(#TEXTE)
] -- 2.20.1