You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
402 B
13 lines
402 B
[(#REM) |
|
|
|
Controleur pour le crayon 'podcast' sur un document |
|
|
|
]<BOUCLE_d(DOCUMENTS){id_document}{tout}> |
|
<select class="crayon-active" name="#ENV{name_podcast}" |
|
style="width:#ENV{largeur}px;#ENV{style}"> |
|
<option value="oui"[ |
|
(#PODCAST|=={oui}|?{selected="selected"})]><:item_oui:></option> |
|
<option value="non"[ |
|
(#PODCAST|=={non}|?{selected="selected"})]><:item_non:></option> |
|
</select> |
|
</BOUCLE_d> |