if (typeof pageData != "undefined") {
pageData.loginForm = pageData.loginOthers ? "/en/resources/modal/login-others/index2.html" : "/en/resources/modal/login/index2.html";
pageData.recoverPassword = pageData.loginOthers ? "/en/resources/modal/recover-password-others/index2.html" : "/en/resources/modal/recover-password/index2.html";
pageData.confirmationPassword = "/en/resources/modal/confirmation-password/index2.html";
}else{
var pageData = {
loginForm : pageData.loginOthers ? "/en/resources/modal/login-others/index2.html" : "/en/resources/modal/login/index2.html",
recoverPassword : pageData.loginOthers ? "/en/resources/modal/recover-password-others/index2.html" : "/en/resources/modal/recover-password/index2.html",
confirmationPassword : "/en/resources/modal/confirmation-password/index2.html"
}
}
Oops, something went wrong. Please contact the administrator