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