| 10 | | <form method="post" action="#SELF"> |
| 11 | | <div> |
| 12 | | <div>[(#ENV{_cfg_}|form_hidden)]</div> |
| 13 | | |
| 14 | | |
| 15 | | <fieldset class="cadre"><legend><:sunny:configuration:></legend> |
| 16 | | |
| 17 | | |
| 18 | | <label for="sun_id_rubrique_region"><:sunny:rubrique_region:></label><br /> |
| 19 | | <select name="id_rubrique_region" id="sun_id_rubrique_region" class="forml"> |
| 20 | | <option value="0"> </option> |
| 21 | | <BOUCLE_r(RUBRIQUES){racine}{par num titre}> |
| 22 | | <option value="#ID_RUBRIQUE" |
| 23 | | [(#ID_RUBRIQUE|=={#ENV{id_rubrique_region}}|?{' selected="selected"'})]> |
| 24 | | #TITRE |
| 25 | | </option> |
| 26 | | </BOUCLE_r> |
| 27 | | </select> |
| 28 | | <br /> |
| 29 | | |
| 30 | | <label for="sun_id_mot_agenda_region"><:sunny:mot_agenda_region:></label><br /> |
| 31 | | <select name="id_mot_agenda_region" id="sun_id_mot_agenda_region" class="forml"> |
| 32 | | <option value="0"> </option> |
| 33 | | <BOUCLE_m1(MOTS){par titre}> |
| 34 | | <option value="#ID_MOT" |
| 35 | | [(#ID_MOT|=={#ENV{id_mot_agenda_region}}|?{' selected="selected"'})]> |
| 36 | | #TITRE |
| 37 | | </option> |
| 38 | | </BOUCLE_m1> |
| 39 | | </select> |
| 40 | | <br /> |
| 41 | | |
| 42 | | <label for="sun_id_mot_agenda_departement"><:sunny:mot_agenda_departement:></label><br /> |
| 43 | | <select name="id_mot_agenda_departement" id="sun_id_mot_agenda_departement" class="forml"> |
| 44 | | <option value="0"> </option> |
| 45 | | <BOUCLE_m2(MOTS){par titre}> |
| 46 | | <option value="#ID_MOT" |
| 47 | | [(#ID_MOT|=={#ENV{id_mot_agenda_departement}}|?{' selected="selected"'})]> |
| 48 | | #TITRE |
| 49 | | </option> |
| 50 | | </BOUCLE_m2> |
| 51 | | </select> |
| 52 | | <br /> |
| 53 | | </fieldset> |
| 54 | | |
| 55 | | <br /> |
| 56 | | |
| 57 | | |
| 58 | | <div> |
| 59 | | <input type="submit" name="_cfg_ok" value="<:oK:>" class="fondo" /> |
| 60 | | <input type="reset" value="<:reset:>" class="fondo" /> |
| 61 | | <input type="submit" name="_cfg_delete" value="<:supprimer:>" class="fondo" /> |
| 62 | | </div> |
| 63 | | </div> |
| 64 | | </form> |
| 65 | | |
| 66 | | |