/** * 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 = "eec39135737c5c15663e954be0e02033f7862e97"; w[n].apiKey = "askw_5664d381728bb1b12b0673d9ac5d9ac2"; 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\u0022Drop\u0020your\u0020resume\u0022,\u0022dropButton\u0022\u003A\u0022UPLOAD\u0020FILE\u0022,\u0022color\u0022\u003A\u0022\u00233ca890\u0022,\u0022width\u0022\u003A315,\u0022height\u0022\u003A170,\u0022welcomeHeadline\u0022\u003A\u0022We\u0020are\u0020hiring\u0021\u0022,\u0022welcomeMessage\u0022\u003A\u0022We\u0020love\u0020talented\u0020and\u0020smart\u0020people.\u0020If\u0020you\u0020want\u0020to\u0020join\u0020our\u0020mission,\u0020please\u0020drop\u0020your\u0020resume\u0020in\u0020the\u0020right\u0020zone.\u0022,\u0022successTitle\u0022\u003A\u0022Congratulations\u0021\u0022,\u0022successMessage\u0022\u003A\u0022Your\u0020resume\u0020has\u0020been\u0020submitted\u0020successfully.\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: "Your\u0020resume\u0020has\u0020been\u0020submitted\u0020successfully." //"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 = "UPLOAD\u0020FILE"; w[n].dropHeadline = "Drop\u0020your\u0020resume"; w[n].welcomeMessage = "We\u0020love\u0020talented\u0020and\u0020smart\u0020people.\u0020If\u0020you\u0020want\u0020to\u0020join\u0020our\u0020mission,\u0020please\u0020drop\u0020your\u0020resume\u0020in\u0020the\u0020right\u0020zone."; 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 = "Congratulations\u0021"; w[n].successMessage = "Your\u0020resume\u0020has\u0020been\u0020submitted\u0020successfully."; insertScript(d, a); insertScript(d, u); insertInlineScript(d, "") //var iframe = createIframeWithScript(d, 'dropzone-riminder-iframe-eec39135737c5c15663e954be0e02033f7862e97', 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")