"._("defunt_archive"); 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."defunt_archive LEFT JOIN ".DB_PREFIXE."titre_de_civilite ON defunt_archive.titre=titre_de_civilite.titre_de_civilite "; // SELECT $champAffiche = array( 'defunt_archive.defunt as "'._("defunt").'"', 'defunt_archive.nature as "'._("nature").'"', 'defunt_archive.taille as "'._("taille").'"', 'defunt_archive.emplacement as "'._("emplacement").'"', 'titre_de_civilite.libelle as "'._("titre").'"', 'defunt_archive.nom as "'._("nom").'"', 'defunt_archive.prenom as "'._("prenom").'"', 'defunt_archive.marital as "'._("marital").'"', 'to_char(defunt_archive.datenaissance ,\'DD/MM/YYYY\') as "'._("datenaissance").'"', 'to_char(defunt_archive.datedeces ,\'DD/MM/YYYY\') as "'._("datedeces").'"', 'defunt_archive.lieudeces as "'._("lieudeces").'"', 'to_char(defunt_archive.dateinhumation ,\'DD/MM/YYYY\') as "'._("dateinhumation").'"', 'defunt_archive.exhumation as "'._("exhumation").'"', 'to_char(defunt_archive.dateexhumation ,\'DD/MM/YYYY\') as "'._("dateexhumation").'"', 'defunt_archive.reduction as "'._("reduction").'"', 'to_char(defunt_archive.datereduction ,\'DD/MM/YYYY\') as "'._("datereduction").'"', 'defunt_archive.verrou as "'._("verrou").'"', ); // $champNonAffiche = array( 'defunt_archive.observation as "'._("observation").'"', 'defunt_archive.historique as "'._("historique").'"', ); // $champRecherche = array( 'defunt_archive.defunt as "'._("defunt").'"', 'defunt_archive.nature as "'._("nature").'"', 'defunt_archive.taille as "'._("taille").'"', 'defunt_archive.emplacement as "'._("emplacement").'"', 'titre_de_civilite.libelle as "'._("titre").'"', 'defunt_archive.nom as "'._("nom").'"', 'defunt_archive.prenom as "'._("prenom").'"', 'defunt_archive.marital as "'._("marital").'"', 'defunt_archive.lieudeces as "'._("lieudeces").'"', 'defunt_archive.exhumation as "'._("exhumation").'"', 'defunt_archive.reduction as "'._("reduction").'"', 'defunt_archive.verrou as "'._("verrou").'"', ); $tri="ORDER BY defunt_archive.nature ASC NULLS LAST"; $edition="defunt_archive"; $selection=''; if ($retourformulaire== 'titre_de_civilite') { $selection=" WHERE (defunt_archive.titre ='".$idx."')"; } ?>