"._("bati"); 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."bati"; // SELECT $champAffiche = array( 'bati.bati as "'._("bati").'"', 'bati.code as "'._("code").'"', 'bati.type as "'._("type").'"', 'bati.geom as "'._("geom").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'bati.bati as "'._("bati").'"', 'bati.code as "'._("code").'"', 'bati.type as "'._("type").'"', ); $tri="ORDER BY bati.code ASC NULLS LAST"; $edition="bati"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = ""; ?>