source: trunk/spip/esqueleto-redcta/plugins/crayons/controleurs/auteur_qui.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: 514 bytes
Line 
1[(#REM)
2
3        Controleur pour le crayon 'auteur_qui', uniquement html
4
5]
6#CACHE{0}
7
8<BOUCLE_a(AUTEURS){id_auteur}{tous}>
9<fieldset style="#ENV{style}"><legend>Qui ?</legend>
10<label><:ecrire:info_nom:> :</label> <input class="crayon-active" name="#ENV{name_nom}"
11 style="width:#ENV{largeur}px;" value="[(#NOM**|entites_html)]" />
12 <br />
13 <label><:ecrire:email_2:></label> <input class="crayon-active" name="#ENV{name_email}"
14 style="width:#ENV{largeur}px;" value="[(#EMAIL**|entites_html)]" />
15</fieldset>
16</BOUCLE_a>
Note: See TracBrowser for help on using the repository browser.