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