CINXE.COM

Connexion

<!DOCTYPE html> <html lang="fr-FR"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1"/> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta http-equiv="cache-control" content="no-cache,no-store"/> <meta http-equiv="pragma" content="no-cache"/> <meta http-equiv="expires" content="-1"/> <meta name='mswebdialog-title' content='Connexion à Universit&#233; Paris Est Cr&#233;teil'/> <title>Connexion</title> <script type='text/javascript'> //<![CDATA[ function LoginErrors(){this.userNameFormatError = 'Entrez votre ID d\u0026#39;utilisateur au format \u0026#171; domaine\\utilisateur \u0026#187; ou \u0026#171; utilisateur@domaine \u0026#187;.'; this.passwordEmpty = 'Entrez votre mot de passe.'; this.passwordTooLong = 'Le mot de passe est trop long (\u0026gt; 128 caract\u0026#232;res).';}; var maxPasswordLength = 128; //]]> </script> <script type='text/javascript'> //<![CDATA[ // Copyright (c) Microsoft Corporation. All rights reserved. function InputUtil(errTextElementID, errDisplayElementID) { if (!errTextElementID) errTextElementID = 'errorText'; if (!errDisplayElementID) errDisplayElementID = 'error'; this.hasFocus = false; this.errLabel = document.getElementById(errTextElementID); this.errDisplay = document.getElementById(errDisplayElementID); }; InputUtil.prototype.canDisplayError = function () { return this.errLabel && this.errDisplay; } InputUtil.prototype.checkError = function () { if (!this.canDisplayError){ throw new Error ('Error element not present'); } if (this.errLabel && this.errLabel.innerHTML) { this.errDisplay.style.display = ''; var cause = this.errLabel.getAttribute('for'); if (cause) { var causeNode = document.getElementById(cause); if (causeNode && causeNode.value) { causeNode.focus(); this.hasFocus = true; } } } else { this.errDisplay.style.display = 'none'; } }; InputUtil.prototype.setInitialFocus = function (input) { if (this.hasFocus) return; var node = document.getElementById(input); if (node) { if ((/^\s*$/).test(node.value)) { node.focus(); this.hasFocus = true; } } }; InputUtil.prototype.setError = function (input, errorMsg) { if (!this.canDisplayError) { throw new Error('Error element not present'); } input.focus(); if (errorMsg) { this.errLabel.innerHTML = errorMsg; } this.errLabel.setAttribute('for', input.id); this.errDisplay.style.display = ''; }; InputUtil.makePlaceholder = function (input) { var ua = navigator.userAgent; if (ua != null && (ua.match(/MSIE 9.0/) != null || ua.match(/MSIE 8.0/) != null || ua.match(/MSIE 7.0/) != null)) { var node = document.getElementById(input); if (node) { var placeholder = node.getAttribute("placeholder"); if (placeholder != null && placeholder != '') { var label = document.createElement('input'); label.type = "text"; label.value = placeholder; label.readOnly = true; label.style.position = 'absolute'; label.style.borderColor = 'transparent'; label.className = node.className + ' hint'; label.tabIndex = -1; label.onfocus = function () { this.nextSibling.focus(); }; node.style.position = 'relative'; node.parentNode.style.position = 'relative'; node.parentNode.insertBefore(label, node); node.onkeyup = function () { InputUtil.showHint(this); }; node.onblur = function () { InputUtil.showHint(this); }; node.style.background = 'transparent'; node.setAttribute("placeholder", ""); InputUtil.showHint(node); } } } }; InputUtil.focus = function (inputField) { var node = document.getElementById(inputField); if (node) node.focus(); }; InputUtil.hasClass = function(node, clsName) { return node.className.match(new RegExp('(\\s|^)' + clsName + '(\\s|$)')); }; InputUtil.addClass = function(node, clsName) { if (!this.hasClass(node, clsName)) node.className += " " + clsName; }; InputUtil.removeClass = function(node, clsName) { if (this.hasClass(node, clsName)) { var reg = new RegExp('(\\s|^)' + clsName + '(\\s|$)'); node.className = node.className.replace(reg, ' '); } }; InputUtil.showHint = function (node, gotFocus) { if (node.value && node.value != '') { node.previousSibling.style.display = 'none'; } else { node.previousSibling.style.display = ''; } }; InputUtil.updatePlaceholder = function (input, placeholderText) { var node = document.getElementById(input); if (node) { var ua = navigator.userAgent; if (ua != null && (ua.match(/MSIE 9.0/) != null || ua.match(/MSIE 8.0/) != null || ua.match(/MSIE 7.0/) != null)) { var label = node.previousSibling; if (label != null) { label.value = placeholderText; } } else { node.placeholder = placeholderText; } } }; //]]> </script> <link rel="stylesheet" type="text/css" href="/adfs/portal/css/style.css?id=54C2B680B62A46CF4E93D1E2EC7098D2B1BE3965C87826E22BF9F6E5C96685C8" /><style>.illustrationClass {background-image:url(/adfs/portal/illustration/illustration.png?id=183128A3C941EDE3D9199FA37D6AA90E0A7DFE101B37D10B4FEDA0CF35E11AFD);}</style> </head> <body dir="ltr" class="body"> <div id="noScript" style="position:static; width:100%; height:100%; z-index:100"> <h1>JavaScript requis</h1> <p>JavaScript est requis. Ce navigateur Web ne prend pas en charge JavaScript ou JavaScript n&#39;est pas activ&#233; dans ce navigateur Web.</p> <p>Consultez l&#39;aide de votre navigateur Web pour savoir si votre navigateur Web prend en charge JavaScript ou pour activer JavaScript.</p> </div> <script type="text/javascript" language="JavaScript"> document.getElementById("noScript").style.display = "none"; </script> <div id="fullPage"> <div id="brandingWrapper" class="float"> <div id="branding"></div> </div> <div id="contentWrapper" class="float"> <div id="content"> <div id="header"> <img class='logoImage' id='companyLogo' src='/adfs/portal/logo/logo.jpg?id=A23DCC073F67FE46E735FD57562BE3DEF9A89E925C34D328535173B48DF77C02' alt='Universit&#233; Paris Est Cr&#233;teil'/> </div> <div id="workArea"> <div id="authArea" class="groupMargin"> <div id="loginArea"> <div id="loginMessage" class="groupMargin">Connexion avec votre compte professionnel</div> <form method="post" id="loginForm" autocomplete="off" novalidate="novalidate" onKeyPress="if (event && event.keyCode == 13) Login.submitLoginRequest();" action="/adfs/ls/?client-request-id=878841f7-fb5d-4e3e-aab3-a2a9d4713fc6&username=&wa=wsignin1.0&wtrealm=urn%3afederation%3aMicrosoftOnline&wctx=estsredirect%3d2%26estsrequest%3drQQIARAA42Kw0skoKSkottLXL8gvKknM0cvNTC7KL85PK8nPy8nMS9VLzs_Vyy9Kz0wBsYqEuAS-O3a0x_6281u1edHKK4X2x2YxcpTqFqQm66UVrWJUJmya_gVGxheMjLeYBP2L0j1TwovdUlNSixJLMvPzLrAIvGLhMWC24uBgE2CQYFBg-MHCuIgVaOkETR2RGRw3_OZ0nvd5257BeIpVP8nYOyndLcvDzEU_vLCoPCWvOLHAqTypKNciuyzLI9HUxbw0ytEgLMDTx9XW3MpwApvQBDamU2wMH9gYO9gZZrEzHOBkPMDL8IPv-7X7i-atOfLOY4MAwwMBBgA1" > <div id="error" class="fieldMargin error smallText"> <span id="errorText" for=""></span> </div> <div id="formsAuthenticationArea"> <div id="userNameArea"> <label id="userNameInputLabel" for="userNameInput" class="hidden">Compte d&#39;utilisateur</label> <input id="userNameInput" name="UserName" type="email" value="" tabindex="1" class="text fullWidth" spellcheck="false" placeholder="xyz@example.com" autocomplete="off"/> </div> <div id="passwordArea"> <label id="passwordInputLabel" for="passwordInput" class="hidden">Mot de passe</label> <input id="passwordInput" name="Password" type="password" tabindex="2" class="text fullWidth" placeholder="Mot de passe" autocomplete="off"/> </div> <div id="kmsiArea" style="display:none"> <input type="checkbox" name="Kmsi" id="kmsiInput" value="true" tabindex="3" /> <label for="kmsiInput">Maintenir la connexion</label> </div> <div id="submissionArea" class="submitMargin"> <span id="submitButton" class="submit" tabindex="4" role="button" onKeyPress="if (event && event.keyCode == 32) Login.submitLoginRequest();" onclick="return Login.submitLoginRequest();">Connexion</span> </div> </div> <input id="optionForms" type="hidden" name="AuthMethod" value="FormsAuthentication"/> </form> <div id="authOptions"> <form id="options" method="post" action="https://adfs.u-pec.fr:443/adfs/ls/?client-request-id=878841f7-fb5d-4e3e-aab3-a2a9d4713fc6&username=&wa=wsignin1.0&wtrealm=urn%3afederation%3aMicrosoftOnline&wctx=estsredirect%3d2%26estsrequest%3drQQIARAA42Kw0skoKSkottLXL8gvKknM0cvNTC7KL85PK8nPy8nMS9VLzs_Vyy9Kz0wBsYqEuAS-O3a0x_6281u1edHKK4X2x2YxcpTqFqQm66UVrWJUJmya_gVGxheMjLeYBP2L0j1TwovdUlNSixJLMvPzLrAIvGLhMWC24uBgE2CQYFBg-MHCuIgVaOkETR2RGRw3_OZ0nvd5257BeIpVP8nYOyndLcvDzEU_vLCoPCWvOLHAqTypKNciuyzLI9HUxbw0ytEgLMDTx9XW3MpwApvQBDamU2wMH9gYO9gZZrEzHOBkPMDL8IPv-7X7i-atOfLOY4MAwwMBBgA1"> <script type="text/javascript"> function SelectOption(option) { var i = document.getElementById('optionSelection'); i.value = option; document.forms['options'].submit(); return false; } </script> <input id="optionSelection" type="hidden" name="AuthMethod" /> <div id='authOptionLinks' class='groupMargin'></div> </form> </div> <div id="introduction" class="groupMargin"> <p>Exemple : prenom.nom@xxxx.u-pec.fr</p> </div> <script type="text/javascript"> //<![CDATA[ function Login() { } Login.userNameInput = 'userNameInput'; Login.passwordInput = 'passwordInput'; Login.initialize = function () { var u = new InputUtil(); u.checkError(); u.setInitialFocus(Login.userNameInput); u.setInitialFocus(Login.passwordInput); }(); Login.submitLoginRequest = function () { var u = new InputUtil(); var e = new LoginErrors(); var userName = document.getElementById(Login.userNameInput); var password = document.getElementById(Login.passwordInput); if (!userName.value || !userName.value.match('[@\\\\]')) { u.setError(userName, e.userNameFormatError); return false; } if (!password.value) { u.setError(password, e.passwordEmpty); return false; } if (password.value.length > maxPasswordLength) { u.setError(password, e.passwordTooLong); return false; } document.forms['loginForm'].submit(); return false; }; InputUtil.makePlaceholder(Login.userNameInput); InputUtil.makePlaceholder(Login.passwordInput); //]]> </script> </div> </div> </div> <div id="footerPlaceholder"></div> </div> <div id="footer"> <div id="footerLinks" class="floatReverse"> <div><span id="copyright">&#169; 2016 Microsoft</span></div> </div> </div> </div> </div> <script type='text/javascript'> //<![CDATA[ // IE doesn't support "startsWith", adding definition if (!String.prototype.startsWith) { String.prototype.startsWith = function(searchString, position){ position = position || 0; return this.substr(position, searchString.length) === searchString; }; } function PaginatedNext() { // NOTE: You can add any custom navigation logic you want here. // Check that a username was entered correctly var u = new InputUtil(); var e = new LoginErrors(); var usernameInput = document.getElementById('userNameInput'); if (!usernameInput.value || !usernameInput.value.match('[@\\\\]')) { u.setError(usernameInput, e.userNameFormatError); return false; } ShowPasswordPage(); } function PaginatedBack() { // NOTE: You can add any custom navigation logic you want here. ShowUsernamePage(); } function AdjustElementDisplay(elementList, display) { for ( var i = 0; i < elementList.length; i++ ) { if ( elementList[i] && elementList[i].style ) { elementList[i].style.display = display; } } } function GetLocalizedStringForElement(element) { // LOCALIZATION NOTE: The following table allows for the translation of the text items created // within this JavaScript. Elements created client-side are not localized by ADFS, so we must // localize the text ourselves. Admins can add additional translations to this table var translationTable = { "ms": { "backButton": "Ke belakang", "nextButton": "Seterusnya", "loginMessage": "Masukkan kata laluan" }, "gl": { "backButton": "Atrás", "nextButton": "Seguinte", "loginMessage": "Introducir contrasinal" }, "gu": { "backButton": "પાછળ", "nextButton": "આગલું", "loginMessage": "પાસવર્ડ દાખલ કરો" }, "km": { "backButton": "ថយក្រោយ", "nextButton": "បន្ទាប់", "loginMessage": "បញ្ចូលពាក្យសម្ងាត់" }, "ig": { "backButton": "Àzụ", "nextButton": "Osote", "loginMessage": "Tinye okwuntụghe" }, "uz": { "backButton": "Orqaga", "nextButton": "Keyingisi", "loginMessage": "Parolni kiriting" }, "sv": { "backButton": "Bakåt", "nextButton": "Nästa", "loginMessage": "Ange lösenord" }, "mi": { "backButton": "Hoki", "nextButton": "Panuku", "loginMessage": "Tāuru kupuhipa" }, "rw": { "backButton": "Gusubira inyuma", "nextButton": "Komeza", "loginMessage": "Andika ijambobanga" }, "lb": { "backButton": "Zréck", "nextButton": "Nächst", "loginMessage": "Passwuert aginn" }, "ku-Arab": { "backButton": "دواوە", "nextButton": "داهاتوو", "loginMessage": "لێدانی تێپەرەوشە" }, "yo": { "backButton": "Padàsẹ́yìn", "nextButton": "Tókàn", "loginMessage": "Ṣàtẹ̀wọlé ọ̀rọ̀ aṣínà" }, "am": { "backButton": "ወደኋላ", "nextButton": "ቀጣይ", "loginMessage": "የይለፍ ቃል ያስገቡ" }, "es-MX": { "backButton": "Atrás", "nextButton": "Siguiente", "loginMessage": "Escriba la contraseña" }, "ur": { "backButton": "واپس", "nextButton": "اگلا", "loginMessage": "پاس ورڈ درج کریں" }, "quc": { "backButton": "Tzalijsab\u0027al", "nextButton": "Teren chi uloq", "loginMessage": "Utz\u0027ib\u0027axik retokib\u0027al" }, "sl": { "backButton": "Nazaj", "nextButton": "Naprej", "loginMessage": "Vnesite geslo" }, "pa-Arab-PK": { "backButton": "پچھے جاؤ", "nextButton": "آگے", "loginMessage": "پاس ورڈ داخل کرو" }, "tk": { "backButton": "Yza", "nextButton": "Indiki", "loginMessage": "Parol giriz" }, "te": { "backButton": "వెనుకకు", "nextButton": "తదుపరి", "loginMessage": "పాస్‌వర్డ్‌ను నమోదు చేయండి" }, "ro": { "backButton": "Înapoi", "nextButton": "Următorul", "loginMessage": "Introduceți parola" }, "en": { "backButton": "Back", "nextButton": "Next", "loginMessage": "Enter password" }, "zh-hans": { "backButton": "后退", "nextButton": "下一步", "loginMessage": "输入密码" }, "ha": { "backButton": "Baya", "nextButton": "Na gaba", "loginMessage": "Shigar da kalmar sirri" }, "mt": { "backButton": "Lura", "nextButton": "Li Jmiss", "loginMessage": "Daħħal il-password" }, "tn": { "backButton": "Morago", "nextButton": "Latelang", "loginMessage": "Tsenya khunololamoraba" }, "mn": { "backButton": "Буцах", "nextButton": "Дараах", "loginMessage": "Нууц үг оруулах" }, "pa-IN": { "backButton": "ਪਿੱਛੇ ਜਾਓ", "nextButton": "ਅਗਲਾ", "loginMessage": "ਪਾਸਵਰਡ ਦਾਖ਼ਲ ਕਰੋ" }, "bn-IN": { "backButton": "ফিরে যান", "nextButton": "পরবর্তী", "loginMessage": "পাসওয়ার্ড লিখুন" }, "kok": { "backButton": "फाटीं व्हरचें", "nextButton": "फुडलें", "loginMessage": "पासवर्ड नोंद करचो" }, "id": { "backButton": "Kembali", "nextButton": "Selanjutnya", "loginMessage": "Masukkan sandi" }, "bg": { "backButton": "Назад", "nextButton": "Напред", "loginMessage": "Въведете парола" }, "da": { "backButton": "Tilbage", "nextButton": "Næste", "loginMessage": "Indtast adgangskode" }, "az": { "backButton": "Geri", "nextButton": "Növbəti", "loginMessage": "Parol daxil edin" }, "mk": { "backButton": "Назад", "nextButton": "Следно", "loginMessage": "Внесете ја лозинката" }, "mr": { "backButton": "मागे", "nextButton": "पुढे", "loginMessage": "पासवर्ड प्रविष्ठ करा" }, "kk": { "backButton": "Артқа", "nextButton": "Келесі", "loginMessage": "Құпия сөзді енгізіңіз" }, "ml": { "backButton": "മടങ്ങുക", "nextButton": "അടുത്തത്", "loginMessage": "പാസ്‌വേഡ് നൽകുക" }, "xh": { "backButton": "Emva", "nextButton": "Okulandelayo", "loginMessage": "Ngenisa iphaswedi" }, "gd": { "backButton": "Air ais", "nextButton": "Air adhart", "loginMessage": "Cuir a-steach am facal-faire" }, "as": { "backButton": "পিছলৈ যাওক", "nextButton": "পৰৱৰ্তী", "loginMessage": "পাছৱৰ্ড প্ৰৱিষ্ট কৰক" }, "tr": { "backButton": "Geri", "nextButton": "İleri", "loginMessage": "Parola girin" }, "is": { "backButton": "Til baka", "nextButton": "Áfram", "loginMessage": "Færa inn aðgangsorð" }, "fa": { "backButton": "برگشت", "nextButton": "بعدی", "loginMessage": "رمز عبور را وارد کنید" }, "ga": { "backButton": "Siar", "nextButton": "Ar aghaidh", "loginMessage": "Iontráil an pasfhocal" }, "sr-Cyrl-BA": { "backButton": "Назад", "nextButton": "Даље", "loginMessage": "Унесите лозинку" }, "tg": { "backButton": "Бозгашт", "nextButton": "Навбатӣ", "loginMessage": "Паролро дохил кунед" }, "or": { "backButton": "ପଶ୍ଚ୍ୟାତ୍", "nextButton": "ପରବର୍ତ୍ତୀ", "loginMessage": "ପାସ୍‌ୱାର୍ଡ୍‌ ଏଣ୍ଟର୍‌ କରନ୍ତୁ" }, "ru": { "backButton": "Назад", "nextButton": "Далее", "loginMessage": "Введите пароль" }, "sq": { "backButton": "Prapa", "nextButton": "Tjetër", "loginMessage": "Fut fjalëkalimin" }, "he": { "backButton": "הקודם", "nextButton": "הבא", "loginMessage": "הזן סיסמה" }, "ug": { "backButton": "قايتىش", "nextButton": "كېيىنكى", "loginMessage": "پارول كىرگۈزۈڭ" }, "eu": { "backButton": "Atzera", "nextButton": "Hurrengoa", "loginMessage": "Idatzi pasahitza" }, "wo": { "backButton": "Dellu", "nextButton": "Li ci topp", "loginMessage": "Dugalal baatu-jàll bi" }, "no": { "backButton": "Tilbake", "nextButton": "Neste", "loginMessage": "Skriv inn passord" }, "es": { "backButton": "Atrás", "nextButton": "Siguiente", "loginMessage": "Escribir contraseña " }, "pt-BR": { "backButton": "Voltar", "nextButton": "Avançar", "loginMessage": "Insira a senha" }, "bn-BD": { "backButton": "ফিরুন", "nextButton": "পরবর্তী", "loginMessage": "পাসওয়ার্ড লিখুন" }, "hy": { "backButton": "Հետ", "nextButton": "Հաջորդը", "loginMessage": "Մուտքագրեք գաղտնաբառը" }, "zh-hant": { "backButton": "返回", "nextButton": "下一步", "loginMessage": "輸入密碼" }, "vi": { "backButton": "Quay lại", "nextButton": "Tiếp theo", "loginMessage": "Nhập mật khẩu" }, "sr-cyrl-RS": { "backButton": "Назад", "nextButton": "Даље", "loginMessage": "Унесите лозинку" }, "sr-Latn-RS": { "backButton": "Nazad", "nextButton": "Dalje", "loginMessage": "Unesite lozinku" }, "nl": { "backButton": "Vorige", "nextButton": "Volgende", "loginMessage": "Wachtwoord invoeren" }, "th": { "backButton": "ย้อนกลับ", "nextButton": "ถัดไป", "loginMessage": "ใส่รหัสผ่าน" }, "lt": { "backButton": "Atgal", "nextButton": "Tolyn", "loginMessage": "Įveskite slaptažodį" }, "ja": { "backButton": "戻る", "nextButton": "次へ", "loginMessage": "パスワードの入力" }, "ko": { "backButton": "뒤로", "nextButton": "다음", "loginMessage": "암호 입력" }, "it": { "backButton": "Indietro", "nextButton": "Avanti", "loginMessage": "Immettere la password" }, "el": { "backButton": "Πίσω", "nextButton": "Επόμενο", "loginMessage": "Εισαγάγετε κωδικό πρόσβασης" }, "pt-PT": { "backButton": "Anterior", "nextButton": "Seguinte", "loginMessage": "Introduzir palavra-passe" }, "kn": { "backButton": "ಹಿಂದಕ್ಕೆ", "nextButton": "ಮುಂದೆ", "loginMessage": "ಪಾಸ್‌ವರ್ಡ್ ನಮೂದಿಸಿ" }, "de": { "backButton": "Zurück", "nextButton": "Weiter", "loginMessage": "Kennwort eingeben" }, "ne": { "backButton": "पछाडि जानुहोस्", "nextButton": "अर्को", "loginMessage": "पासवर्ड प्रविष्ट गर्नुहोस्" }, "sd": { "backButton": "واپس", "nextButton": "اڳيون", "loginMessage": "پاسورڊ داخل ڪريو" }, "ky": { "backButton": "Артка", "nextButton": "Кийинки", "loginMessage": "Сырсөз киргизүү" }, "ar": { "backButton": "الخلف", "nextButton": "التالي", "loginMessage": "أدخل كلمة المرور" }, "hi": { "backButton": "वापस जाएँ", "nextButton": "अगला", "loginMessage": "पासवर्ड दर्ज करें" }, "quz": { "backButton": "Qhipa", "nextButton": "Qatiq", "loginMessage": "Kichanata qillqay" }, "ka": { "backButton": "უკან", "nextButton": "შემდეგი", "loginMessage": "შეიყვანეთ პაროლი" }, "af": { "backButton": "Terug", "nextButton": "Volgende", "loginMessage": "Voer wagwoord in" }, "et": { "backButton": "Tagasi", "nextButton": "Edasi", "loginMessage": "Sisestage parool" }, "pl": { "backButton": "Wstecz", "nextButton": "Dalej", "loginMessage": "Wprowadź hasło" }, "ta": { "backButton": "பின் செல்", "nextButton": "அடுத்து", "loginMessage": "கடவுச்சொல்லை உள்ளிடவும்" }, "prs": { "backButton": "بازگشت", "nextButton": "بعدی", "loginMessage": "رمزعبور را وارد کنید" }, "tt": { "backButton": "Артка", "nextButton": "Алга", "loginMessage": "Серсүзне кертү" }, "fr": { "backButton": "Précédent", "nextButton": "Suivant", "loginMessage": "Entrez le mot de passe" }, "be": { "backButton": "Назад", "nextButton": "Наступны", "loginMessage": "Увядзіце пароль" }, "hr": { "backButton": "Natrag", "nextButton": "Dalje", "loginMessage": "Unesite lozinku" }, "zu": { "backButton": "Emuva", "nextButton": "Okulandelayo", "loginMessage": "Faka iphasiwedi" }, "sk": { "backButton": "Späť", "nextButton": "Ďalej", "loginMessage": "Zadajte heslo" }, "bs": { "backButton": "Nazad", "nextButton": "Dalje", "loginMessage": "Unesite lozinku" }, "fi": { "backButton": "Edellinen", "nextButton": "Seuraava", "loginMessage": "Anna salasana" }, "lo": { "backButton": "ກັບຄືນ", "nextButton": "ຖັດໄປ", "loginMessage": "ໃສ່ລະຫັດຜ່ານ" }, "lv": { "backButton": "Atpakaļ", "nextButton": "Tālāk", "loginMessage": "Ievadīt paroli" }, "fil": { "backButton": "Itim", "nextButton": "Susunod", "loginMessage": "Ipasok ang password" }, "ti": { "backButton": "ድሕሪት", "nextButton": "ቀጻሊ", "loginMessage": "መሕለፊ ቃል የእትው" }, "cy": { "backButton": "Yn ôl", "nextButton": "Nesaf", "loginMessage": "Rhowch gyfrinair" }, "si": { "backButton": "ආපසු", "nextButton": "ඊළඟ", "loginMessage": "මුරපදය ඇතුළු කරන්න" }, "sw": { "backButton": "Nyuma", "nextButton": "Ifuatayo", "loginMessage": "Ingiza nywila" }, "fr-CA": { "backButton": "Précédent", "nextButton": "Suivant", "loginMessage": "Entrer le mot de passe" }, "cs": { "backButton": "Zpět", "nextButton": "Další", "loginMessage": "Zadat heslo" }, "uk": { "backButton": "Назад", "nextButton": "Далі", "loginMessage": "Введіть пароль" }, "nn-NO": { "backButton": "Tilbake", "nextButton": "Neste", "loginMessage": "Skriv inn passord" }, "nso": { "backButton": "Morago", "nextButton": "Latelago", "loginMessage": "Tsenya phasewete" }, "hu": { "backButton": "Vissza", "nextButton": "Tovább", "loginMessage": "Jelszó megadása" }, "ca": { "backButton": "Endarrere", "nextButton": "Següent", "loginMessage": "Introduïu la contrasenya" } }; var languageAndCountry = navigator.languages && navigator.languages[0] || navigator.language || navigator.userLanguage; var language = "en"; if ( languageAndCountry && languageAndCountry.length >= 2 ) { var languageOptions = Object.keys(translationTable); // Sort the codes by length, so that we match longest first languageOptions.sort(function(a, b){ return b.length - a.length; }); for ( i = 0; i < languageOptions.length; i++ ) { // Prefix match the longest (most specific) langauge code we can if ( languageAndCountry.startsWith( languageOptions[i] ) ) { language = languageOptions[i]; break; } } } if ( !element || !element.id ) { return; } var returnText = ""; returnText = translationTable["en"][element.id]; if ( translationTable[language] ) { returnText = translationTable[language][element.id]; } return returnText; } function ShowUsernamePage(badUsernamePassword) { var nextButton = document.getElementById('nextButton'); var backButton = document.getElementById('backButton'); var idBanner = document.getElementById('identityBanner'); var idBannerImage = document.getElementById('identityBannerImage'); var thingsToHide = [ passArea, submitButton, backButton, idBannerImage, idBanner ]; var thingsToShow = [ nextButton, username ]; // Show/Hide elements AdjustElementDisplay(thingsToHide, 'none'); AdjustElementDisplay(thingsToShow, 'block'); // Set the login message to what it was originally if ( loginMessage ) { loginMessage.innerHTML = originalLoginMessage; } if ( errorText && errorText.innerHTML && !badUsernamePassword ) { errorDisplay.style.display = 'none'; } // Create the 'next' button if we don't have it yet if ( submissionArea && !nextButton ) { var nextButton = document.createElement("span"); nextButton.id = "nextButton"; nextButton.className = "submit nextButton"; nextButton.setAttribute("onclick", "PaginatedNext(); return false;"); var nextButtonText = GetLocalizedStringForElement(nextButton); nextButton.innerHTML = nextButtonText; nextButton.setAttribute("role", "button"); submissionArea.appendChild(nextButton); } if ( submissionArea ) { submissionArea.classList.remove('submitModified'); } // Add 'enter' key listener to username textbox if ( usernameInput && !didAddListener ) { usernameInput.addEventListener("keydown", function(event) { if (event.keyCode === 13) { event.preventDefault(); PaginatedNext(); return false; } }); didAddListener = true; } } function ShowPasswordPage() { var nextButton = document.getElementById('nextButton'); var idBanner = document.getElementById('identityBanner'); var idBannerImage = document.getElementById('identityBannerImage'); var backButton = document.getElementById('backButton'); var thingsToHide = [ errorDisplay, nextButton, username ]; var thingsToShow = [ submitButton, passArea, backButton, idBanner, idBannerImage ]; // Show/Hide elements AdjustElementDisplay(thingsToHide, 'none'); AdjustElementDisplay(thingsToShow, 'block'); if ( loginMessage ) { var loginMessageText = GetLocalizedStringForElement(loginMessage); loginMessage.innerHTML = loginMessageText; } if ( idBanner ) { idBanner.innerText = usernameInput.value; } // Create the ID Banner if we need to if ( workArea && !idBanner) { // Create the ID banner var idBanner = document.createElement("div"); idBanner.id = "identityBanner"; idBanner.className = "identityBanner"; idBanner.innerText = usernameInput.value; // Add the newly-created element workArea.insertBefore(idBanner, workArea.firstChild); } // Create the 'Back' button if we need to if ( submissionArea && !backButton ) { var backButton = document.createElement("span"); backButton.id = "backButton"; backButton.className = "submit"; backButton.classList.add('backButton'); backButton.setAttribute("onclick", "PaginatedBack(); return false;"); if ( submitButton ) { submitButton.classList.add('modifiedSignIn'); } var backButtonText = GetLocalizedStringForElement(backButton); backButton.innerHTML = backButtonText; backButton.setAttribute("role", "button"); submissionArea.appendChild(backButton); } if ( submissionArea ) { submissionArea.classList.add('submitModified'); } if ( passwordInput ) { passwordInput.focus(); } } var usernameInput = document.getElementById("userNameInput"); var passwordInput = document.getElementById('passwordInput'); if ( usernameInput && passwordInput) { var username = document.getElementById('userNameArea'); var passArea = document.getElementById('passwordArea'); var submitButton = document.getElementById('submitButton'); var submissionArea = document.getElementById('submissionArea'); var errorText = document.getElementById('errorText'); var errorDisplay = document.getElementById('error'); var workArea = document.getElementById('workArea'); var loginMessage = document.getElementById('loginMessage'); var originalLoginMessage = ""; var didLoadPasswordPageBefore = false; if ( loginMessage ) { originalLoginMessage = loginMessage.innerHTML; } var didAddListener = false; var errorIsShown = false; if ( errorDisplay && errorDisplay.style && errorDisplay.style.display != "none") { errorIsShown = true; } // Show the Username page, unless a username was already entered (login hint on the request), or we have an error if ( usernameInput && usernameInput.value && !errorIsShown ) { ShowPasswordPage(); } else { ShowUsernamePage(errorIsShown); } } function getStyle(element, styleProp) { var propStyle = null; if (element && element.currentStyle) { propStyle = element.currentStyle[styleProp]; } else if (element && window.getComputedStyle) { propStyle = document.defaultView.getComputedStyle(element, null).getPropertyValue(styleProp); } return propStyle; } var computeLoadIllustration = function () { var branding = document.getElementById("branding"); var brandingDisplay = getStyle(branding, "display"); var brandingWrapperDisplay = getStyle(document.getElementById("brandingWrapper"), "display"); if (brandingDisplay && brandingDisplay !== "none" && brandingWrapperDisplay && brandingWrapperDisplay !== "none") { var newClass = "illustrationClass"; if (branding.classList && branding.classList.add) { branding.classList.add(newClass); } else if (branding.className !== undefined) { branding.className += " " + newClass; } if (window.removeEventListener) { window.removeEventListener('load', computeLoadIllustration, false); window.removeEventListener('resize', computeLoadIllustration, false); } else if (window.detachEvent) { window.detachEvent('onload', computeLoadIllustration); window.detachEvent('onresize', computeLoadIllustration); } } }; if (window.addEventListener) { window.addEventListener('resize', computeLoadIllustration, false); window.addEventListener('load', computeLoadIllustration, false); } else if (window.attachEvent) { window.attachEvent('onresize', computeLoadIllustration); window.attachEvent('onload', computeLoadIllustration); } function SetIllustrationImage(imageUri) { var illustrationImageClass = '.illustrationClass {background-image:url(' + imageUri + ');}'; var css = document.createElement('style'); css.type = 'text/css'; if (css.styleSheet) css.styleSheet.cssText = illustrationImageClass; else css.appendChild(document.createTextNode(illustrationImageClass)); document.getElementsByTagName("head")[0].appendChild(css); } // IE doesn't support "startsWith", adding definition if (!String.prototype.startsWith) { String.prototype.startsWith = function(searchString, position){ position = position || 0; return this.substr(position, searchString.length) === searchString; }; } // Create new div to handle background tint overlay var tintDiv = document.createElement('div'); tintDiv.id = 'brandingTint'; tintDiv.class = 'illustrationClass'; // Locate branding div and apply add tintDiv as child var brandingDiv = document.getElementById('branding'); if (brandingDiv) { brandingDiv.appendChild(tintDiv); } // NOTE: If you wish to support the ADFS illustration (background image), you must use the following: // PSH> Set-AdfsWebTheme -TargetName <activeTheme> -AdditionalFileResource @{uri='/adfs/portal/images/illustration_mine.png';path='.\illustration_mine.png'} // SetIllustrationImage('/adfs/portal/images/illustration_mine.png'); // Sample code to change “Sign in with organizational account” string. // Check whether the loginMessage element is present on this page. var loginMessage = document.getElementById(‘loginMessage’); if (loginMessage) { // loginMessage element is present, modify its properties. loginMessage.innerHTML = 'Service d'authentification de l'UPEC'; } //]]> </script> </body> </html>