|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
[(#GET{avec_filtre}|oui)
|
|
|
|
|
<div class="filtre">
|
|
|
|
|
<form method="GET" action="#SELF" onChange="this.submit(); return true;">
|
|
|
|
|
[(#SELF|parametre_url{categorie,''}|form_hidden)]
|
|
|
|
|
[(#SELF|parametre_url{categorie,''}|parametre_url{iso_pays,''}|form_hidden)]
|
|
|
|
|
[(#SAISIE{territoires_categories, categorie,
|
|
|
|
|
type=#GET{type_territoire},
|
|
|
|
|
pays=#ENV{iso_pays, ''},
|
|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
[<div class="filtre">
|
|
|
|
|
(#GET{type_territoire}|in_array{#LISTE{subdivision, infrasubdivision}}|or{#ENV{type}|non}|oui)
|
|
|
|
|
<form method="GET" action="#SELF" onChange="this.submit(); return true;">
|
|
|
|
|
[(#SELF|parametre_url{iso_pays,''}|form_hidden)]
|
|
|
|
|
[(#SELF|parametre_url{categorie,''}|parametre_url{iso_pays,''}|form_hidden)]
|
|
|
|
|
[(#SAISIE{territoires_pays, iso_pays,
|
|
|
|
|
type=#GET{type_territoire},
|
|
|
|
|
categorie=#ENV{categorie, ''},
|
|
|
|
|