/** * 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 = "19c0f8086445f57061cddaf7c57bf4457b0cfca8"; 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\\u00e9janos\u0020tu\u0020curr\\u00edculum.\u0022,\u0022dropButton\u0022\u003A\u0022SUBIR\u0020ARCHIVO\u0022,\u0022color\u0022\u003A\u0022\u00233ca890\u0022,\u0022width\u0022\u003A315,\u0022height\u0022\u003A170,\u0022welcomeHeadline\u0022\u003A\u0022We\u0020are\u0020hiring\u0021\u0022,\u0022welcomeMessage\u0022\u003A\u0022No\u0020es\u0020necesario\u0020validar,\u0020se\u0020env\\u00eda\u0020autom\\u00e1ticamente.\u0020\u003Cbr\u003E\u0020Atenci\\u00f3n\u003A\u0020para\u0020que\u0020est\\u00e9\u0020bien\u0020clasificado,\u0020debe\u0020contener\u0020nombre,\u0020apellidos,\u0020correo\u0020electr\\u00f3nico\u0020y\u0020n\\u00famero\u0020de\u0020tel\\u00e9fono.\u0022,\u0022successTitle\u0022\u003A\u0022\\u00a1Enhorabuena\u0021\u0020\u0022,\u0022successMessage\u0022\u003A\u0022Tu\u0020curr\\u00edculum\u0020ha\u0020sido\u0020enviado\u0020con\u0020\\u00e9xito.\u0020\u0022,\u0022errorTitle\u0022\u003A\u0022\\u00a1Oops\u0021\u0020Algo\u0020sali\\u00f3\u0020mal.\u0022,\u0022errorMessage\u0022\u003A\u0022Por\u0020favor,\u0020vuelve\u0020a\u0020enviar\u0020tu\u0020curriculum.\u0022,\u0022errorSizeTitle\u0022\u003A\u0022Lo\u0020siento,\u0020este\u0020archivo\u0020es\u0020demasiado\u0020grande.\u0022,\u0022errorSizeMessage\u0022\u003A\u0022Este\u0020archivo\u0020supera\u0020el\u0020l\\u00edmite\u0020del\u0020tama\\u00f1o\u0020m\\u00e1ximo.\u0020\\u00a1\u0020Por\u0020favor,\u0020elije\u0020un\u0020archivo\u0020con\u0020menos\u0020de\u00202\u0020Mb.\u0020\u0022,\u0022errorExtensionTitle\u0022\u003A\u0022Esta\u0020extensi\\u00f3n\u0020no\u0020es\u0020compatible.\u0020\u0022,\u0022errorExtensionMessage\u0022\u003A\u0022Por\u0020favor,\u0020elije\u0020un\u0020archivo\u0020entre\u0020estos\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: "Tu\u0020curr\u00EDculum\u0020ha\u0020sido\u0020enviado\u0020con\u0020\u00E9xito.\u0020" //"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 = "SUBIR\u0020ARCHIVO"; w[n].dropHeadline = "D\u00E9janos\u0020tu\u0020curr\u00EDculum."; w[n].welcomeMessage = "No\u0020es\u0020necesario\u0020validar,\u0020se\u0020env\u00EDa\u0020autom\u00E1ticamente.\u0020\u003Cbr\u003E\u0020Atenci\u00F3n\u003A\u0020para\u0020que\u0020est\u00E9\u0020bien\u0020clasificado,\u0020debe\u0020contener\u0020nombre,\u0020apellidos,\u0020correo\u0020electr\u00F3nico\u0020y\u0020n\u00FAmero\u0020de\u0020tel\u00E9fono."; w[n].errorTitle = "\u00A1Oops\u0021\u0020Algo\u0020sali\u00F3\u0020mal."; w[n].errorMessage = "Por\u0020favor,\u0020vuelve\u0020a\u0020enviar\u0020tu\u0020curriculum."; w[n].errorExtensionTitle = "Esta\u0020extensi\u00F3n\u0020no\u0020es\u0020compatible.\u0020"; w[n].errorExtensionMessage = "Por\u0020favor,\u0020elije\u0020un\u0020archivo\u0020entre\u0020estos\u003A\u0020pdf,\u0020doc,\u0020docx,\u0020png,\u0020jpg,\u0020jpeg,\u0020bmp,\u0020odp,\u0020ppt,\u0020pptx,\u0020rtf,\u0020msg."; w[n].errorSizeTitle = "Lo\u0020siento,\u0020este\u0020archivo\u0020es\u0020demasiado\u0020grande."; w[n].errorSizeMessage = "Este\u0020archivo\u0020supera\u0020el\u0020l\u00EDmite\u0020del\u0020tama\u00F1o\u0020m\u00E1ximo.\u0020\u00A1\u0020Por\u0020favor,\u0020elije\u0020un\u0020archivo\u0020con\u0020menos\u0020de\u00202\u0020Mb.\u0020"; w[n].successTitle = "\u00A1Enhorabuena\u0021\u0020"; w[n].successMessage = "Tu\u0020curr\u00EDculum\u0020ha\u0020sido\u0020enviado\u0020con\u0020\u00E9xito.\u0020"; insertScript(d, a); insertScript(d, u); insertInlineScript(d, "") //var iframe = createIframeWithScript(d, 'dropzone-riminder-iframe-19c0f8086445f57061cddaf7c57bf4457b0cfca8', 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")