"._("pays"); 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."pays"; // SELECT $champAffiche = array( 'pays.pays as "'._("pays").'"', 'pays.libelle as "'._("libelle").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'pays.pays as "'._("pays").'"', 'pays.libelle as "'._("libelle").'"', ); $tri="ORDER BY ISNULL(pays.libelle) ASC, pays.libelle ASC"; $edition="pays"; $selection=''; ?>