From 60393f5f5b09fa27e8b0fa14aad00a4495fece43 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Thu, 5 Jun 2014 16:58:34 +0200 Subject: [PATCH] [SKEL] +divers ameliorations --- www/plugins/skel_lhc/contenu/auteur.html | 23 ++++++ www/plugins/skel_lhc/contenu/mot.html | 1 - .../skel_lhc/contenu/page-sommaire.html | 1 - www/plugins/skel_lhc/contenu/rubrique.html | 72 +++++++++++++++++++ www/plugins/skel_lhc/extra/mot.html | 0 www/plugins/skel_lhc/inclure/mots.html | 10 +++ www/plugins/skel_lhc/inclure/rubriques.html | 0 www/plugins/skel_lhc/navigation/dist.html | 4 ++ 8 files changed, 109 insertions(+), 2 deletions(-) create mode 100644 www/plugins/skel_lhc/contenu/auteur.html create mode 100644 www/plugins/skel_lhc/contenu/rubrique.html create mode 100644 www/plugins/skel_lhc/extra/mot.html create mode 100644 www/plugins/skel_lhc/inclure/mots.html create mode 100644 www/plugins/skel_lhc/inclure/rubriques.html create mode 100644 www/plugins/skel_lhc/navigation/dist.html diff --git a/www/plugins/skel_lhc/contenu/auteur.html b/www/plugins/skel_lhc/contenu/auteur.html new file mode 100644 index 00000000..b3cb9caf --- /dev/null +++ b/www/plugins/skel_lhc/contenu/auteur.html @@ -0,0 +1,23 @@ + + +[(#REM) Fil d'Ariane ] +

<:accueil_site:> > <:info_auteurs:>[ > (#NOM|couper{80})]

+ +
+
[(#REM) microformat vcard] +
+ [(#LOGO_AUTEUR|image_reduire{200,200})] +

#NOM

+
+ + [
(#BIO)
] + [

<:voir_en_ligne:> : [(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]

] +
[(#REM) / vcard] + +
+ +#FORMULAIRE_ECRIRE_AUTEUR + +[

<:info_notes:>

(#NOTES)
] + + diff --git a/www/plugins/skel_lhc/contenu/mot.html b/www/plugins/skel_lhc/contenu/mot.html index fdf2823c..97734f7a 100644 --- a/www/plugins/skel_lhc/contenu/mot.html +++ b/www/plugins/skel_lhc/contenu/mot.html @@ -15,7 +15,6 @@
#ANCRE_PAGINATION -

<:articles:>

  • diff --git a/www/plugins/skel_lhc/contenu/page-sommaire.html b/www/plugins/skel_lhc/contenu/page-sommaire.html index 3b053bb0..526c66d4 100644 --- a/www/plugins/skel_lhc/contenu/page-sommaire.html +++ b/www/plugins/skel_lhc/contenu/page-sommaire.html @@ -9,7 +9,6 @@
    #ANCRE_PAGINATION -

    <:derniers_articles:>

      #INCLURE{fond=inclure/article-resume,id_article} diff --git a/www/plugins/skel_lhc/contenu/rubrique.html b/www/plugins/skel_lhc/contenu/rubrique.html new file mode 100644 index 00000000..da3cf2d4 --- /dev/null +++ b/www/plugins/skel_lhc/contenu/rubrique.html @@ -0,0 +1,72 @@ + +[(#REM) Fil d'Ariane ] +

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

      + +
      + +
      + [(#LOGO_RUBRIQUE|image_reduire{200,200})] +

      #TITRE

      +
      + + [
      (#TEXTE)
      ] +
      + + +
      + #ANCRE_PAGINATION +
        + + #INCLURE{fond=inclure/article-resume,id_article} + +
      + [

      (#PAGINATION)

      ] +
      +
      + + [(#REM) Si aucun article, affiche un plan de la rubrique ] + + + + + +[(#REM) Gestion du portfolio et des documents ] +[(#INCLURE{fond=inclure/documents}{id_rubrique})] + +[(#REM) Breves du secteur ] + +
      + #ANCRE_PAGINATION +

      <:breves:>

      +
        + +
      • [(#DATE|affdate_jourcourt) – ]#TITRE
      • + +
      + [

      (#PAGINATION)

      ] +
      +
      + +[

      <:info_notes:>

      (#NOTES)
      ] + diff --git a/www/plugins/skel_lhc/extra/mot.html b/www/plugins/skel_lhc/extra/mot.html new file mode 100644 index 00000000..e69de29b diff --git a/www/plugins/skel_lhc/inclure/mots.html b/www/plugins/skel_lhc/inclure/mots.html new file mode 100644 index 00000000..8d171306 --- /dev/null +++ b/www/plugins/skel_lhc/inclure/mots.html @@ -0,0 +1,10 @@ +

      Autres

      + + + + +Se tenir informer diff --git a/www/plugins/skel_lhc/inclure/rubriques.html b/www/plugins/skel_lhc/inclure/rubriques.html new file mode 100644 index 00000000..e69de29b diff --git a/www/plugins/skel_lhc/navigation/dist.html b/www/plugins/skel_lhc/navigation/dist.html new file mode 100644 index 00000000..6edeb04b --- /dev/null +++ b/www/plugins/skel_lhc/navigation/dist.html @@ -0,0 +1,4 @@ +[(#REM) Menu de navigation par rubriques ] + + +#FORMULAIRE_RECHERCHE -- 2.20.1