[PLUGINS] +crayons
[lhc/web/clavette_www.git] / www / plugins / crayons / vues / mots_article_brut.html
1 [(#REM)
2
3 Vue pour le crayon 'mots_article_brut'
4
5 ]
6 #CACHE{0}
7 <BOUCLE_a(ARTICLES){id_article}{lang}{statut==.}>
8 <B_moex>
9 <ul class="mots_article"><p>Mots-clé pour #TITRE (#ID_ARTICLE)</p>
10 <BOUCLE_moex(MOTS){id_article}{doublons}>
11 <li class="#EDIT{id_mot} mots_article">#ID_GROUPE:#ID_MOT : [(#TITRE|entites_html)] </li>
12 </BOUCLE_moex>
13 </ul>
14 </B_moex>
15 <p>Pas de mot-clé existant</p>
16 <//B_moex>
17 </BOUCLE_a>