/** * Created by seivjobs on 23/09/18. */ function createContainer(d, id, domTag, styles){ var container = d.createElement(domTag); container.id = id; container.style.position = styles.position; container.style.width = styles.width+'px'; container.style.height = styles.height+'px'; container.style.bottom = styles.bottom+'px'; container.style.right = styles.right+'px'; container.style.zIndex = styles.zIndex; container.style.backgroundColor = styles.backgroundColor; //return d.body.appendChild(container); return d.getElementsByTagName("head")[0].appendChild(container); } function createScript(d, src){ var s = d.createElement('script'); s.charset = 'utf-8'; s.src = src; return s; } function createInlineScript(d, code) { var script = d.createElement("script"); script.type="text/javascript"; var inlineScript = d.createTextNode(code); script.appendChild(inlineScript); return script } function createIframeWithScript(d, id, src){ var i = d.createElement('iframe'); i.id = id; i.style.display = 'none'; //d.body.appendChild(i); d.getElementsByTagName("head")[0].appendChild(i); //d.getElementById("riminder-dropzone").appendChild(i); i.contentWindow.document.open("text/html", "replace"); i.contentWindow.document.write(unescape("%3C%21doctype%20html%3E%3Chead%3E%3C/head%3E%3Cbody%3E%3C/body%3E%3C/html%3E")); i.contentWindow.document.close(); var script = createScript(d, src); i.contentWindow.document.head.appendChild(script); return i; } function insertScript(d, ScriptSrc){ var s = createScript(d, ScriptSrc); d.getElementsByTagName("head")[0].appendChild(s); //d.head.appendChild(s); return s; } function insertInlineScript(d, ScriptCode){ var s = createInlineScript(d, ScriptCode); d.getElementsByTagName("head")[0].appendChild(s); return s; } function createLink(w, rel, src){ var d = w.document; var linkTag = d.createElement("link"); linkTag.rel = rel; linkTag.href = src; return linkTag; } function createInlineStyle(w, src){ var d = w.document; var styleTag = d.createElement("style"); var inlineCss = d.createTextNode(src); styleTag.appendChild(inlineCss); return styleTag; } !(function(w, d, n, u, u2, a){ w[n] = w[n] || function() { (w[n].q = w[n].q || []).push(arguments) }, w[n].l = 1 * new Date(); w[n].sourceId = "6e1247c8bc8f309d22eb66c2c20cff4a981cb329"; w[n].apiKey = "askw_84922395fcaeff463f2ac1bf13044931"; w[n].apiUrl = "https\u003A\/\/api.hrflow.ai\/v1\/profile\/parsing\/file"; w[n].powerByRiminderLinkHref = "https://hrflow.ai"; //"https://goo.gl/zMGVLX"; w[n].privacyLinkHref = "https://help.hrflow.ai/en/articles/4418910-privacy-policy"; w[n].width = 315; w[n].height = 170; w[n].settings = "\u007B\u0022dropHeadline\u0022\u003A\u0022D\\u00e9posez\u0020ici\u0020votre\u0020CV.\u0022,\u0022dropButton\u0022\u003A\u0022T\\u00c9L\\u00c9CHARGEZ\u0020UN\u0020FICHIER\u0022,\u0022color\u0022\u003A\u0022\u00233ca890\u0022,\u0022width\u0022\u003A315,\u0022height\u0022\u003A170,\u0022welcomeHeadline\u0022\u003A\u0022We\u0020are\u0020hiring\u0021\u0022,\u0022welcomeMessage\u0022\u003A\u0022\u0028Plus\u0020besoin\u0020de\u0020valider,\u0020il\u0020est\u0020envoy\\u00e9\u0020instantan\\u00e9ment\u0029\u0020\u003Cbr\u003EAttention\u0020\u003A\u0020pour\u0020qu\u0027il\u0020soit\u0020bien\u0020orient\\u00e9,\u0020il\u0020doit\u0020contenir\u0020nom,\u0020pr\\u00e9nom,\u0020email\u0020et\u0020num\\u00e9ro\u0020de\u0020t\\u00e9l\\u00e9phone.\u0022,\u0022successTitle\u0022\u003A\u0022Bien\u0020re\\u00e7u,\u0020merci\u0020\u0021\u0022,\u0022successMessage\u0022\u003A\u0022Bonjour,\u0020merci\u0020d\\u2019avoir\u0020d\\u00e9pos\\u00e9\u0020votre\u0020candidature\u0020\u0021\u0020L\\u2019un\u0020de\u0020nos\u0020consultants\u0020va\u0020l\\u2019\\u00e9tudier\u0020avec\u0020toute\u0020l\\u2019attention\u0020qu\\u2019elle\u0020m\\u00e9rite\u0020\u0021\u0022,\u0022errorTitle\u0022\u003A\u0022Ooops\u0021\u0020Something\u0020went\u0020wrong\u0022,\u0022errorMessage\u0022\u003A\u0022Please\u0020re\u002Dsubmit\u0020your\u0020resume\u0020again.\u0022,\u0022errorSizeTitle\u0022\u003A\u0022Sorry\u0021\u0020This\u0020file\u0020is\u0020too\u0020big\u0022,\u0022errorSizeMessage\u0022\u003A\u0022This\u0020file\u0020exceeds\u0020the\u0020maximum\u0020\u0020size\u0020limit.\u0020Please\u0020choose\u0020a\u0020file\u0020with\u0020less\u0020than\u00202\u0020Mo\u0021.\u0022,\u0022errorExtensionTitle\u0022\u003A\u0022Sorry\u0021\u0020This\u0020file\u0027s\u0020extension\u0020is\u0020not\u0020supported\u0022,\u0022errorExtensionMessage\u0022\u003A\u0022this\u0020extension\u0020is\u0020not\u0020supported.\u0020Please\u0020choose\u0020a\u0020file\u0020among\u0020these\u0020ones\u003A\u0020pdf,\u0020doc,\u0020docx,\u0020png,\u0020jpg,\u0020jpeg,\u0020bmp,\u0020odp,\u0020ppt,\u0020pptx,\u0020rtf,\u0020msg.\u0022,\u0022consent\u0022\u003A0,\u0022consentUrlName\u0022\u003A\u0022Read\u0020our\u0020Privacy\u0020Policy\u0020Terms\u0022,\u0022consentUrlLink\u0022\u003Anull,\u0022consentTitle\u0022\u003A\u0022Privacy\u0020Policy\u0022,\u0022consentMessage\u0022\u003A\u0022By\u0020confirming\u0020you\u0020are\u0020accepting\u0020the\u0020terms\u0020of\u0020our\u0020privacy\u0020policy\u0022,\u0022consentButtonConfirm\u0022\u003A\u0022I\u0020Agree\u0022,\u0022consentButtonCancel\u0022\u003A\u0022Cancel\u0022,\u0022confirmationPage\u0022\u003Anull,\u0022enable_searching\u0022\u003A0,\u0022board_keys\u0022\u003A\u005B\u005D,\u0022scoring_algorithm_key\u0022\u003Anull,\u0022redirect_url\u0022\u003Anull,\u0022version\u0022\u003A1,\u0022customJavascript\u0022\u003A\u0022\u0022,\u0022customStyle\u0022\u003A\u0022\u0022\u007D"; w[n].consentUrl = ""; // pb taille // w[n].dropHeadline = "Drop your resume"; w[n].highlightColor = "\u00233ca890"; //(string / CSS color) Couleur de "highlight" choisie par l'utilisateur w[n].messages = { cvUploadSuccess: "Bonjour,\u0020merci\u0020d\u2019avoir\u0020d\u00E9pos\u00E9\u0020votre\u0020candidature\u0020\u0021\u0020L\u2019un\u0020de\u0020nos\u0020consultants\u0020va\u0020l\u2019\u00E9tudier\u0020avec\u0020toute\u0020l\u2019attention\u0020qu\u2019elle\u0020m\u00E9rite\u0020\u0021" //"Thanks for your submission, we will get back to you shortly.", } // consent w[n].consent = 0; w[n].consentButtonCancel = "Cancel"; w[n].consentButtonConfirm = "I\u0020Agree"; w[n].consentMessage = "By\u0020confirming\u0020you\u0020are\u0020accepting\u0020the\u0020terms\u0020of\u0020our\u0020privacy\u0020policy"; w[n].consentTitle = "Privacy\u0020Policy"; w[n].consentUrlLink = ""; w[n].consentUrlName = "Read\u0020our\u0020Privacy\u0020Policy\u0020Terms"; // texts and content w[n].dropButton = "T\u00C9L\u00C9CHARGEZ\u0020UN\u0020FICHIER"; w[n].dropHeadline = "D\u00E9posez\u0020ici\u0020votre\u0020CV."; w[n].welcomeMessage = "\u0028Plus\u0020besoin\u0020de\u0020valider,\u0020il\u0020est\u0020envoy\u00E9\u0020instantan\u00E9ment\u0029\u0020\u003Cbr\u003EAttention\u0020\u003A\u0020pour\u0020qu\u0027il\u0020soit\u0020bien\u0020orient\u00E9,\u0020il\u0020doit\u0020contenir\u0020nom,\u0020pr\u00E9nom,\u0020email\u0020et\u0020num\u00E9ro\u0020de\u0020t\u00E9l\u00E9phone."; w[n].errorTitle = "Ooops\u0021\u0020Something\u0020went\u0020wrong"; w[n].errorMessage = "Please\u0020re\u002Dsubmit\u0020your\u0020resume\u0020again."; w[n].errorExtensionTitle = "Sorry\u0021\u0020This\u0020file\u0027s\u0020extension\u0020is\u0020not\u0020supported"; w[n].errorExtensionMessage = "this\u0020extension\u0020is\u0020not\u0020supported.\u0020Please\u0020choose\u0020a\u0020file\u0020among\u0020these\u0020ones\u003A\u0020pdf,\u0020doc,\u0020docx,\u0020png,\u0020jpg,\u0020jpeg,\u0020bmp,\u0020odp,\u0020ppt,\u0020pptx,\u0020rtf,\u0020msg."; w[n].errorSizeTitle = "Sorry\u0021\u0020This\u0020file\u0020is\u0020too\u0020big"; w[n].errorSizeMessage = "This\u0020file\u0020exceeds\u0020the\u0020maximum\u0020\u0020size\u0020limit.\u0020Please\u0020choose\u0020a\u0020file\u0020with\u0020less\u0020than\u00202\u0020Mo\u0021."; w[n].successTitle = "Bien\u0020re\u00E7u,\u0020merci\u0020\u0021"; w[n].successMessage = "Bonjour,\u0020merci\u0020d\u2019avoir\u0020d\u00E9pos\u00E9\u0020votre\u0020candidature\u0020\u0021\u0020L\u2019un\u0020de\u0020nos\u0020consultants\u0020va\u0020l\u2019\u00E9tudier\u0020avec\u0020toute\u0020l\u2019attention\u0020qu\u2019elle\u0020m\u00E9rite\u0020\u0021"; insertScript(d, a); insertScript(d, u); insertInlineScript(d, "") //var iframe = createIframeWithScript(d, 'dropzone-riminder-iframe-6e1247c8bc8f309d22eb66c2c20cff4a981cb329', u); var externalCss = createLink(w, 'stylesheet', u2); d.head.appendChild(externalCss); var inlineCss = createInlineStyle(w, ""); d.head.appendChild(inlineCss); })(window, document, "dropzone", "https\u003A\/\/api\u002Ddashboard.hrflow.ai\/sf\/js\/dropzone.js", "https\u003A\/\/api\u002Ddashboard.hrflow.ai\/sf\/css\/dropzone.css", "https\u003A\/\/api\u002Ddashboard.hrflow.ai\/sf\/js\/analytics.js")