F-d-ration_de_groupes/content/article.html
2020-03-25 00:42:20 +01:00

25 lines
801 B
HTML

#SET{id_grpe_tags, 0} #SET{grpes_importants,#ARRAY}
<BOUCLE_tags(GROUPES_MOTS){grigri = tags}>#SET{id_grpe_tags, #ID_GROUPE} </BOUCLE_tags>
<BOUCLE_grpes_importants(GROUPES_MOTS){obligatoire=oui}>#SET{grpes_importants,#GET{grpes_importants}|push{#ID_GROUPE}} </BOUCLE_grpes_importants>
<BOUCLE_article(ARTICLES){id_article}{statut}>
<section class="section-top section-bottom container">
<div class="cadre-blanc">
#SET{mots,#ARRAY}
<BOUCLE_mots(MOTS){id_article}>
[(#SET{mots,#GET{mots}|push{#ID_MOT}})]
</BOUCLE_mots>
[(#AUTORISER{lire, article, #ID_ARTICLE,'',#GET{mots}}|?{
<INCLURE{fond=inclure/article_contenu,env}> ,
<div class="reponse_formulaire reponse_formulaire_erreur">Votre n'avez pas l'autorisation de lire cet article.</div>
})]
</div>
</section>
</BOUCLE_article>