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