"._("arrondissement"); if(!isset($premier)) $premier=''; if(!isset($recherche1)) $recherche1=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (isset($idx) && $idx != ']' && trim($idx) != '') { $ent .= "-> ".$idx." "; } if (isset($idz) && trim($idz) != '') { $ent .= " ".strtoupper($idz)." "; } // FROM $table = DB_PREFIXE."arrondissement"; // SELECT $champAffiche = array( 'arrondissement.arrondissement as "'._("arrondissement").'"', 'arrondissement.libelle as "'._("libelle").'"', 'arrondissement.code_postal as "'._("code_postal").'"', 'arrondissement.code_impots as "'._("code_impots").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'arrondissement.arrondissement as "'._("arrondissement").'"', 'arrondissement.libelle as "'._("libelle").'"', 'arrondissement.code_postal as "'._("code_postal").'"', 'arrondissement.code_impots as "'._("code_impots").'"', ); $tri="ORDER BY arrondissement.libelle ASC NULLS LAST"; $edition="arrondissement"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; /** * Gestion SOUSFORMULAIRE => $sousformulaire */ $sousformulaire = array( 'affectation_automatique', 'demande', 'dossier_autorisation', 'quartier', ); ?>