source: trunk/spip/esqueleto-redcta/plugins/crayons/controleurs/mots_article_brut.html @ 69

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

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

File size: 540 bytes
Line 
1[(#REM)
2
3        Controleur pour le crayon 'mots_article_brut'
4
5]
6#CACHE{0}
7<BOUCLE_a(ARTICLES){id_article}{statut==.}>
8<fieldset style="#ENV{style}"><legend>Mots-clé pour #TITRE (#ID_ARTICLE)</legend>
9<B_moex>
10<label>Existants</label>
11<select class="crayon-active" name="#ENV{name_existants}" style="width:#ENV{largeur}px; height:#ENV{hauteur}px;">
12<BOUCLE_moex(MOTS){id_article}{doublons}>
13        <option value="#ID_GROUPE:#ID_MOT">[(#TITRE|entites_html)]</option>
14</BOUCLE_moex>
15</select>
16</B_moex>
17Pas d'existant
18<//B_moex>
19</fieldset>
20</BOUCLE_a>
Note: See TracBrowser for help on using the repository browser.