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