source: trunk/spip/esqueleto-redcta/plugins/crayons/controleurs/id_parent.html @ 358

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

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

File size: 436 bytes
Line 
1[(#REM)
2
3        Controleur pour le crayon 'id_rubrique', uniquement html
4
5]
6#CACHE{0}
7
8<BOUCLE_a(ARTICLES){id_article}{statut==.}>
9#SET{id,#ID_RUBRIQUE}
10</BOUCLE_a>
11
12
13<select class="crayon-active" name="#ENV{name_id_rubrique}"
14 style="width:#ENV{largeur}px;#ENV{style}" />
15<BOUCLE_r(RUBRIQUES){par num titre, titre}>
16<option value="#ID_RUBRIQUE"[
17        (#GET{id}|=={#ID_RUBRIQUE}|?{selected})]>[(#TITRE|couper{30})]</option>
18</BOUCLE_r>
19</select>
Note: See TracBrowser for help on using the repository browser.