"._("titre_de_civilite"); $om_validite = true; 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."titre_de_civilite"; // SELECT $champAffiche = array( 'titre_de_civilite.titre_de_civilite as "'._("titre_de_civilite").'"', 'titre_de_civilite.code as "'._("code").'"', 'titre_de_civilite.libelle as "'._("libelle").'"', 'titre_de_civilite.description as "'._("description").'"', 'to_char(titre_de_civilite.om_validite_debut ,\'DD/MM/YYYY\') as "'._("om_validite_debut").'"', 'to_char(titre_de_civilite.om_validite_fin ,\'DD/MM/YYYY\') as "'._("om_validite_fin").'"', ); // $champNonAffiche = array( ); // $champRecherche = array( 'titre_de_civilite.titre_de_civilite as "'._("titre_de_civilite").'"', 'titre_de_civilite.code as "'._("code").'"', 'titre_de_civilite.libelle as "'._("libelle").'"', 'titre_de_civilite.description as "'._("description").'"', ); $tri="ORDER BY titre_de_civilite.libelle ASC NULLS LAST"; $edition="titre_de_civilite"; $selection=' WHERE ((titre_de_civilite.om_validite_debut IS NULL AND (titre_de_civilite.om_validite_fin IS NULL OR titre_de_civilite.om_validite_fin > CURRENT_DATE)) OR (titre_de_civilite.om_validite_debut <= CURRENT_DATE AND (titre_de_civilite.om_validite_fin IS NULL OR titre_de_civilite.om_validite_fin > CURRENT_DATE)))'; if (isset($_GET['valide']) and $_GET['valide'] == 'false') { if (!isset($where_om_validite) or (isset($where_om_validite) and $where_om_validite == '')) { if (trim($selection) != '') { $selection = ''; } } else { $selection = trim(str_replace($where_om_validite, '', $selection)); } } $sousformulaire = array( 'autorisation', 'autorisation_archive', 'defunt', 'defunt_archive', 'operation_defunt',); ?>