You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
<BOUCLE_secteurs(RUBRIQUES) {id_rubrique}>
|
|
<BOUCLE_RacineMenuHaut(HIERARCHIE){id_rubrique}{tout}{titre_mot=MenuHaut}{inverse} {0,1}>
|
|
[(#SET{secteurencours,#ID_RUBRIQUE})]
|
|
</BOUCLE_RacineMenuHaut>
|
|
|
|
[(#SET{titretop,[(#TITRE|attribut_html|sc_nettoyer_marqueur|texte_script)]})]
|
|
[(#SET{title,[(#TITRE|attribut_html|texte_script)] (<:soyezcreateurs:chapitre_complet|texte_script:>})]
|
|
<INCLURE{fond=noisettes/header/header}
|
|
{rubriqueencours=#ID_RUBRIQUE}
|
|
{secteurencours=#GET{secteurencours}}
|
|
{title=#GET{title}}
|
|
{titretop=#GET{titretop}}
|
|
{id_rubrique}
|
|
{id_secteur}
|
|
{type=aff_rub_complet}
|
|
>
|
|
<div class="texte">
|
|
<main id="main" role="main">
|
|
[(#CONFIG{soyezcreateurs_layout/positioncartouchetitre,contenu}|=={contenu}|oui)
|
|
<div class="cartouche">
|
|
<div class="titrepage"><h1 class="titre-texte">[(#TITRE)][(#PLUGIN{ARTICLE_PDF}|oui)#SECTEUR_PDF]</h1></div>
|
|
</div>
|
|
]
|
|
<div id="letexte">
|
|
[(#INCLURE{fond=noisettes/aff_rub_complet_texte,id_rubrique})]
|
|
</div><!-- Fin de #LeTexte -->
|
|
</main>
|
|
</div><!-- Fin de .texte -->
|
|
|
|
|
|
<INCLURE{fond=noisettes/footer/footer}
|
|
{id_rubrique}
|
|
{secteurencours=#GET{secteurencours}}
|
|
{titretop=#GET{titretop}}
|
|
>
|
|
</BOUCLE_secteurs>
|
|
#FILTRE{mini_html}
|