{"id":4201,"date":"2024-05-08T00:35:53","date_gmt":"2024-05-07T23:35:53","guid":{"rendered":"https:\/\/www.easylog.com\/telechargez-lebook\/"},"modified":"2025-09-18T10:15:17","modified_gmt":"2025-09-18T09:15:17","slug":"telechargez-lebook","status":"publish","type":"page","link":"https:\/\/www.easylog.com\/fr\/telechargez-lebook\/","title":{"rendered":"T\u00e9l\u00e9chargez l&rsquo;ebook"},"content":{"rendered":"<div class=\"fl-builder-content fl-builder-content-4201 fl-builder-global-templates-locked\" data-post-id=\"4201\"><div class=\"fl-row fl-row-fixed-width fl-row-bg-none fl-node-vg6q2x5fimwe\" data-node=\"vg6q2x5fimwe\">\n\t<div class=\"fl-row-content-wrap\">\n\t\t\t\t\t\t<div class=\"fl-row-content fl-row-fixed-width fl-node-content\">\n\t\t\n<div class=\"fl-col-group fl-node-wbm6adtgs3fl\" data-node=\"wbm6adtgs3fl\">\n\t\t\t<div class=\"fl-col fl-node-gf2mh9d7i0w8 fl-col-small\" data-node=\"gf2mh9d7i0w8\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-heading fl-node-e8bwymszvrlu\" data-node=\"e8bwymszvrlu\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<h2 class=\"fl-heading\">\n\t\t<span class=\"fl-heading-text\">Apprenez comment am\u00e9liorer les performances de votre station de radio amateur en utilisant ad\u00e9quatement votre ordinateur. <\/span>\n\t<\/h2>\n\t<\/div>\n<\/div>\n<div class=\"fl-module fl-module-rich-text fl-node-hx4z081rbuet\" data-node=\"hx4z081rbuet\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-rich-text\">\n\t<p><strong><span style=\"color: #333333;\">T\u00e9l\u00e9chargez l'ebook maintenant, c'est totalement gratuit<\/span><\/strong><\/p>\n<\/div>\n\t<\/div>\n<\/div>\n<div class=\"fl-module fl-module-photo fl-node-rfya8wtnsgzh\" data-node=\"rfya8wtnsgzh\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-photo fl-photo-align-center\" itemscope itemtype=\"https:\/\/schema.org\/ImageObject\">\n\t<div class=\"fl-photo-content fl-photo-img-png\">\n\t\t\t\t<img decoding=\"async\" loading=\"lazy\" class=\"fl-photo-img wp-image-4294 size-large\" src=\"https:\/\/www.easylog.com\/wp-content\/uploads\/2024\/05\/yurorgCxSzW-1024x682.png\" alt=\"yurorgCxSzW\" itemprop=\"image\" height=\"682\" width=\"1024\" title=\"yurorgCxSzW\" srcset=\"https:\/\/www.easylog.com\/wp-content\/uploads\/2024\/05\/yurorgCxSzW-1024x682.png 1024w, https:\/\/www.easylog.com\/wp-content\/uploads\/2024\/05\/yurorgCxSzW-300x200.png 300w, https:\/\/www.easylog.com\/wp-content\/uploads\/2024\/05\/yurorgCxSzW-768x512.png 768w, https:\/\/www.easylog.com\/wp-content\/uploads\/2024\/05\/yurorgCxSzW-1536x1024.png 1536w, https:\/\/www.easylog.com\/wp-content\/uploads\/2024\/05\/yurorgCxSzW-2048x1365.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<\/div>\n<\/div>\n\t<\/div>\n<\/div>\n\t\t\t<div class=\"fl-col fl-node-l5snjwtm961p fl-col-small\" data-node=\"l5snjwtm961p\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-heading fl-node-fbzqdso6n5vj\" data-node=\"fbzqdso6n5vj\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<h2 class=\"fl-heading\">\n\t\t<span class=\"fl-heading-text\">Inscrivez votre courriel pour recevoir automatiquement votre ebook<\/span>\n\t<\/h2>\n\t<\/div>\n<\/div>\n<div class=\"fl-module fl-module-html fl-node-wsdvy38qf2ln\" data-node=\"wsdvy38qf2ln\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-html\">\n\t<html>\n     \n<head>\n<style>\ninput[type=button], input[type=submit]\n{\n  background-color: #04AA6D; \/* Green *\/\n  border: 2px solid #04AA6D; \/* Green *\/\n  color: white;\n  padding: 10px 32px;\n  text-align: center;\n  text-decoration: none;\n  display: inline-block;\n  font-size: 16px;\n  margin: 4px 2px;\n  cursor: pointer;\n  border-radius: 6px;\n}\n\n.button \n{\n  transition-duration: 0.4s;\n}\n\ninput[type=submit]:hover \n{\n  background-color: #4C8C67; \/* Darker Green *\/\n  color: white;\n  border: 2px solid #4C8C67; \/* Darker Green *\/\n}\n<\/style>\n\n\n<script type=\"text\/javascript\">\n\n\/\/ Detect HTML v5 compatibility\nvar isHtml5Compatible = document.createElement('canvas').getContext != undefined;\n\n\/\/ Trim function\nfunction LTrim(value) {var re = \/s*((S+s*)*)\/; return value.replace(re, \"$1\");}\nfunction RTrim(value) {var re = \/((s*S+)*)s*\/; return value.replace(re, \"$1\");}\nfunction Trim(value) {return LTrim(RTrim(value));}\n\n\n\/\/ Form Validation\nfunction validateForm() \n{\n  var femail;      \n\n  \/\/ Retrieve email from form depending on the browser\n  if (isHtml5Compatible) \n  {  \n    femail = document.forms[\"EmailForm\"][\"femail\"].value;\n  } \n  \/\/ old browsers not HTML5 compatible\n  if (!isHtml5Compatible)\n  {\n   femail=window.document.EmailForm.femail.value;\n  }\n  \n  \/\/ Empty email\n  if (Trim(femail)==\"\") \n  { \n    alert(\"SVP entrez un email valide\");\n    return false; \n  }\n  \/\/ invalid email\n  if (!checkEmailAddress(femail))\n  {\n    alert(\"email non-valide\");\n    return false;\n  }\n}\n<\/script>\n\n<script src=\"https:\/\/www.google.com\/recaptcha\/api.js\" async defer><\/script>\n\n<\/head>  \n\n<body>\n\n\n<form id=\"EmailForm\" name=\"EmailForm\" action=\"\/templates\/scripts\/send-free-ebook-fra.php\" onsubmit=\"return validateForm()\" method=\"post\">\n  <input name=\"femail\" type=\"text\" id=\"femail\" size=\"60\" maxlength=\"60\" placeholder=\"Entrez un email valide\" \/><br>\n\n<div class=\"g-recaptcha\" data-sitekey=\"6Ld_ZcspAAAAALq9BrlkEKiIKWEIF5njGpTp6Z81\"><\/div>  \n\n<br>\n  <input type=\"submit\" value=\"Envoyez-moi l'ebook maintenant\">\n  \n<\/form> \n\n\n <\/body>\n \n<\/html><\/div>\n\t<\/div>\n<\/div>\n<div class=\"fl-module fl-module-separator fl-node-dtjxzefm59k2\" data-node=\"dtjxzefm59k2\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-separator\"><\/div>\n\t<\/div>\n<\/div>\n\t<\/div>\n<\/div>\n\t<\/div>\n\n<div class=\"fl-col-group fl-node-lo4hs9te5db8\" data-node=\"lo4hs9te5db8\">\n\t\t\t<div class=\"fl-col fl-node-5q47c36oyltm\" data-node=\"5q47c36oyltm\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-separator fl-node-abd5icq8u01r\" data-node=\"abd5icq8u01r\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-separator\"><\/div>\n\t<\/div>\n<\/div>\n\t<\/div>\n<\/div>\n\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<div class=\"fl-row fl-row-fixed-width fl-row-bg-none fl-node-k2gtmvjy1l4b\" data-node=\"k2gtmvjy1l4b\">\n\t<div class=\"fl-row-content-wrap\">\n\t\t\t\t\t\t<div class=\"fl-row-content fl-row-fixed-width fl-node-content\">\n\t\t\n<div class=\"fl-col-group fl-node-tpfg1ukl0v43\" data-node=\"tpfg1ukl0v43\">\n\t\t\t<div class=\"fl-col fl-node-1v8h3grfe0zc\" data-node=\"1v8h3grfe0zc\">\n\t<div class=\"fl-col-content fl-node-content\">\n\t<div class=\"fl-module fl-module-html fl-node-i0p9bgrsonjk\" data-node=\"i0p9bgrsonjk\">\n\t<div class=\"fl-module-content fl-node-content\">\n\t\t<div class=\"fl-html\">\n\t<script>\n(function(){\n  var LANG = 'FRA'; \/\/ ENG\/FRA\/SPA nelle altre pagine\n\n  \/\/ \ud83d\udc49 Imposta il selettore del tuo form (esempi: '#ebook-free-form', 'form[name=\"EmailForm\"]')\n  var FORM_SELECTOR = 'form[name=\"EmailForm\"]';\n\n  function whenFbqReady(cb){\n    var i=0,t=setInterval(function(){i++; if(window.fbq&&fbq.callMethod){clearInterval(t);cb();} if(i>200){clearInterval(t);}},50);\n  }\n  function fireLead(){\n    whenFbqReady(function(){\n      if (window.__EL_FREEBIE_LEAD_FIRED) return;\n      window.__EL_FREEBIE_LEAD_FIRED = true;\n      fbq('track','Lead',{\n        content_name:'EasyLog Freebie ('+LANG+')',\n        content_ids:['EL-FREEBIE-LEAD-'+LANG],\n        content_type:'content',\n        language: LANG\n      });\n    });\n  }\n\n  document.addEventListener('submit', function(e){\n    var f = e.target;\n    if (!f || !f.matches || !f.matches(FORM_SELECTOR)) return;\n    \/\/ Se c'\u00e8 validazione JS che blocca il submit, il browser non prosegue: \u00e8 ok non tracciare\n    if (e.defaultPrevented===true) return;\n    fireLead();\n  }, true);\n\n  \/\/ Se il form invia via click JS (non-submit), aggancia anche i pulsanti dentro il form\n  document.addEventListener('click', function(e){\n    var btn = e.target.closest(FORM_SELECTOR+' button, '+FORM_SELECTOR+' input[type=\"submit\"], '+FORM_SELECTOR+' a');\n    if (!btn) return;\n    \/\/ Spara subito in caso di invio AJAX\n    fireLead();\n  }, true);\n})();\n<\/script><\/div>\n\t<\/div>\n<\/div>\n\t<\/div>\n<\/div>\n\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Apprenez comment am\u00e9liorer les performances de votre station de radio amateur en utilisant ad\u00e9quatement votre ordinateur. T\u00e9l\u00e9chargez l&rsquo;ebook maintenant, c&rsquo;est totalement gratuit Inscrivez votre courriel pour recevoir automatiquement votre ebook<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.easylog.com\/fr\/wp-json\/wp\/v2\/pages\/4201"}],"collection":[{"href":"https:\/\/www.easylog.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.easylog.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.easylog.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.easylog.com\/fr\/wp-json\/wp\/v2\/comments?post=4201"}],"version-history":[{"count":7,"href":"https:\/\/www.easylog.com\/fr\/wp-json\/wp\/v2\/pages\/4201\/revisions"}],"predecessor-version":[{"id":10410,"href":"https:\/\/www.easylog.com\/fr\/wp-json\/wp\/v2\/pages\/4201\/revisions\/10410"}],"wp:attachment":[{"href":"https:\/\/www.easylog.com\/fr\/wp-json\/wp\/v2\/media?parent=4201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}