source: trunk/spip/esqueleto-redcta/plugins/crayons/vues/mots_article_brut.html @ 357

Last change on this file since 357 was 69, checked in by guille, 16 years ago

Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione

File size: 408 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.