Se connecter
S'abonner
- Accueil
- Finistère
- Morbihan
- Côtes d’Armor
- Ille-et-Vilaine
- Publier un avis
- Aide
Revenir en haut
Newsletters La Matinale
Chaque matin, l’essentiel de l’actualité
Tous les matins à 8h
' + 'Veuillez écrire votre message
'); } } function reportAvis() { jQuery("#popAbus").toggle(); jQuery("#report-send-button").toggle(); jQuery("#report-button").toggleClass("active"); } function sendReport() { var firstname_val = $('#firstname').val(); var name_val = $('#name').val(); var email_val = $('#email').val(); var relationship = $("#family-relationship").val(); var eparm = $('#eparm'); if (eparm) eparm.remove(); if (! name_val) { $("#popAbus").after('Veuillez indiquer votre nom.
'); return false; } if (! firstname_val) { $("#popAbus").after('Veuillez indiquer votre prénom.
'); return false; } if (relationship === '_none') { $("#popAbus").after('Veuillez indiquer votre lien de parenté avec le défunt.
'); return false; } if (! email_val) { $("#popAbus").after('Veuillez indiquer votre adresse e-mail.
'); return false; } if (!$("#message").val().length) { $("#popAbus").after('Veuillez écrire un message.
'); return false; } $.get("/send-report", { family_relationship: relationship, firstname: firstname_val, name: name_val, email: email_val, message: $("#message").val(), field_notice_id: window.location.href.split("/")[window.location.href.split("/").length - 1].replace("#", ""), page_url: window.location.href, field_link: window.location.href }, function (data) { $("#popAbus").after("Votre demande a bien été envoyée. Elle sera traitée par notre Service Avis de décès dans les meilleurs délais. Un email de confirmation vous sera envoyé dès que le traitement sera effectif.
"); // ajouter un point $("#popAbus").remove(); $("#report-button").remove(); $("#report-send-button").remove(); // à ajouter }); } function isIE() { const ua = window.navigator.userAgent; // Check the userAgent property of the window.navigator object const msie = ua.indexOf('MSIE '); // IE 10 or older const trident = ua.indexOf('Trident/'); // IE 11 return(msie > 0 || trident > 0); } function autofillReportForm() { $('#firstname').val(globalProfileDatas.userData.prenom); $('#name').val(globalProfileDatas.userData.nom); $('#email').val(globalProfileDatas.userData.mail); $('#message').val("Bonjour, Je vous prie de bien vouloir retirer l’avis de décès ci-dessus. Merci"); } function manageCommentForm() { // globalProfileDatas.activeSession = true; if (globalProfileDatas.activeSession) { autofillReportForm() jQuery('#comments').show(); jQuery('#conseils-block').show(); jQuery('#comment-section').show(); } else { $('#message').val("Bonjour, Je vous prie de bien vouloir retirer l’avis de décès ci-dessus. Merci"); jQuery('#comment-section').show(); d = new Date(); available_today = "true"; if (userHasRights() || d.getHours() >= 14 || available_today != "false") { jQuery('#comment-login-infos').show(); } else { jQuery('#comment-login-infos').hide(); } } } available_today = "true"; d = new Date(); if (d.getHours() >= 14) { available_today = "true"; } if (isIE()) { browserStyle = "block"; } else { browserStyle = "grid"; } function customizePaywall() { console.log('customize paywall detail'); if (globalProfileDatas.activeSession) { jQuery('.wall_btn').remove(); jQuery('.btn__jaune').css("display", "inline-block"); jQuery('.btn__jaune').css("width", "200px"); jQuery(jQuery('.wall__content__btn')[0]).html('Pour consulter tous les avis chaque matin,abonnez-vous à partir de 1€ par mois'); jQuery('.wall__content__btn').css("column-count", 1); } if (globalProfileDatas.subscriptionsData.includes('WEBINITIAL') || globalProfileDatas.subscriptionsData.includes('WEBINITIAL1AN') || globalProfileDatas.subscriptionsData.includes('WEBINITIAL2ANS')) { jQuery('.wall__paragraphe').html(""); jQuery('.wall__title').html("Votre abonnement Numérique Initial ne vous permet pas d'accéder aux avis de décès du jour"); jQuery('.wall__paragraphe').after('
' + 'Pour accéder sans limite à toutes les rubriques, nous vous recommandons l\'abonnement Numérique Premium.
'); jQuery('.wall__paragraphe').remove(); jQuery('.btn__jaune').html('Je découvre l\'offre
Numérique Premium'); if (globalProfileDatas.activeSession) { // jQuery('.btn__jaune').css("margin-left", "30px"); jQuery('.btn__jaune').css("width", "300px"); jQuery('.btn__jaune').css("max-width", "initial"); } jQuery(".btn__jaune").attr("href", "https://abonnement.letelegramme.fr/num/web15e/connexion/"); } } function userHasRights() {return (true); var userIsSubscribed = false; var initial = false; /* check if the WEBINITIAL package is enabled */ jQuery(globalProfileDatas.subscriptionsData).each(function () { if (this == "WEBINITIAL" || this == "WEBINITIAL1AN" || this == 'WEBINITIAL2ANS') { initial = true; return false; /* break */ } }); var allowed_formulas = [ "100NUM", "FIDELITE", "FIDELITEPLUS", "GRATUITWEB", "GRATUITWEBPDF", "NLPARPRO", "NLPARPRO22", "NLPARPRO29", "NLPARPRO35", "NLPARPRO56", "NLPWEBPDF", "PROWIDGETAVISDEC", "WEB", "WEBPRO", "WEBPRO22", "WEBPRO29", "WEBPRO35", "WEBPRO56", "WEBSANSPDF" ]; /* check for a valid subscription */ jQuery(globalProfileDatas.formulesData).each(function () { /* ignore WEB if WEBINITIAL is enabled */ if (this == "WEB" && initial) { return true; /* continue */ } if (jQuery.inArray(this.toString(), allowed_formulas) > -1) { userIsSubscribed = true; return false; /* break */ } }); return userIsSubscribed; } document.addEventListener('DOMContentLoaded', function (event) { paywall_it = setInterval(function () { if (typeof globalProfileDatas != "undefined" && globalProfileDatas) { manageCommentForm(); d = new Date(); if (d.getHours() >= 14) { available_today = "true"; } if (userHasRights() || available_today == "true") { console.log('display grid content'); document.getElementById("avdc-content").style.display = browserStyle; } else { jQuery('#report-button').remove(); customizePaywall(); document.getElementById("custom-paywall").style.display = "block"; document.getElementById("avdc-content").remove(); document.getElementById("report-button").remove(); } clearInterval(paywall_it); } }, 200); })