"._("autorisation"); 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."autorisation LEFT JOIN ".DB_PREFIXE."emplacement ON autorisation.emplacement=emplacement.emplacement LEFT JOIN ".DB_PREFIXE."titre_de_civilite ON autorisation.titre=titre_de_civilite.titre_de_civilite "; // SELECT $champAffiche = array( 'autorisation.autorisation as "'._("autorisation").'"', 'autorisation.nom as "'._("nom").'"', 'autorisation.marital as "'._("marital").'"', 'autorisation.prenom as "'._("prenom").'"', 'to_char(autorisation.datenaissance ,\'DD/MM/YYYY\') as "'._("datenaissance").'"', "case autorisation.dcd when 't' then 'Oui' else 'Non' end as \""._("dcd")."\"", ); // $champNonAffiche = array( 'autorisation.emplacement as "'._("emplacement").'"', 'autorisation.nature as "'._("nature").'"', 'autorisation.titre as "'._("titre").'"', 'autorisation.adresse1 as "'._("adresse1").'"', 'autorisation.adresse2 as "'._("adresse2").'"', 'autorisation.cp as "'._("cp").'"', 'autorisation.ville as "'._("ville").'"', 'autorisation.telephone as "'._("telephone").'"', 'autorisation.parente as "'._("parente").'"', 'autorisation.observation as "'._("observation").'"', ); // $champRecherche = array( 'autorisation.autorisation as "'._("autorisation").'"', 'autorisation.nom as "'._("nom").'"', 'autorisation.marital as "'._("marital").'"', 'autorisation.prenom as "'._("prenom").'"', ); $tri="ORDER BY emplacement.nature ASC NULLS LAST"; $edition="autorisation"; $selection=''; if ($retourformulaire== 'emplacement') { $selection=" WHERE (autorisation.emplacement ='".$idx."')"; } if ($retourformulaire== 'titre_de_civilite') { $selection=" WHERE (autorisation.titre ='".$idx."')"; } $sousformulaire = array( 'courrier',); ?>