X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2FpageProfile.js;h=7bbe045a541a983bc54ef22e53897ab2037b05fd;hp=d7c4e623f3808d6f498e86679e23bea9854c0fc9;hb=5dc140390551c133ac5525725a86854ca69679af;hpb=cdff108e3b859493cff8e3f37fc8b52cb20d75d5 diff --git a/js/pageProfile.js b/js/pageProfile.js index d7c4e62..7bbe045 100755 --- a/js/pageProfile.js +++ b/js/pageProfile.js @@ -16,11 +16,11 @@ // You should have received a copy of the GNU General Public License // along with Euphorik. If not, see . -euphorik.PageProfile = function(client, formateur, util) { - this.nom = "profile"; +euphorik.PageProfile = function(client, formater, util) { + this.name = "profile"; this.client = client; - this.formateur = formateur; + this.formater = formater; this.util = util; }; @@ -46,7 +46,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() { var thisPage = this; $("form#profile input.login").val(this.client.login); - $("form#profile input.pseudo").val(this.client.pseudo); + $("form#profile input.nick").val(this.client.nick); $("form#profile input.email").val(this.client.email); $("form#profile input#viewTooltips").attr("checked", this.client.viewTooltips); $("form#profile input#viewTimes").attr("checked", this.client.viewTimes); @@ -64,12 +64,12 @@ euphorik.PageProfile.prototype.chargerProfile = function() { $("form#profile button").click( function() { - thisPage.client.pseudo = thisPage.formateur.filtrerInputPseudo($("form#profile input.pseudo").val()); + thisPage.client.nick = thisPage.formate.formatNick($("form#profile input.nick").val()); thisPage.client.email = $("form#profile input.email").val(); thisPage.client.chatOrder = $("form#profile select#chatOrder option:selected").attr("value"); thisPage.client.nickFormat = $("form#profile select#affichagePseudo option:selected").attr("value"); if (thisPage.client.ekMaster) { - thisPage.client.ostentatiousaster = $("form#profile select#degreeOstentatoire option:selected").attr("value"); + thisPage.client.ostentatiousMaster = $("form#profile select#degreeOstentatoire option:selected").attr("value"); } thisPage.client.viewTooltips = $("form#profile input#viewTooltips").attr("checked"); thisPage.client.viewTimes = $("form#profile input#viewTimes").attr("checked"); @@ -78,17 +78,17 @@ euphorik.PageProfile.prototype.chargerProfile = function() { var passwordRe = $("form#profile input.passwordRe").val(); if (password !== "" || passwordRe !== "") { if (password !== passwordRe) { - thisPage.util.messageDialogue("Les mots de passes ne correspondent pas"); + thisPage.util.messageDialog("Les mots de passes ne correspondent pas"); return; } thisPage.client.password = thisPage.util.md5(password); } if(!thisPage.client.flush()) { - thisPage.util.messageDialogue("Impossible de mettre à jour votre profile, causes inconnues", euphorik.Util.messageType.erreur); + thisPage.util.messageDialog("Impossible de mettre à jour votre profile, causes inconnues", euphorik.Util.messageType.erreur); } else { - thisPage.util.messageDialogue("Votre profile a été mis à jour"); - thisPage.pages.afficherPage("minichat"); + thisPage.util.messageDialog("Votre profile a été mis à jour"); + thisPage.pages.displayPage("minichat"); } } ); @@ -101,7 +101,7 @@ euphorik.PageProfile.prototype.chargerLogin = function() { function() { if(thisPage.client.connexionLogin($("form#profile input.login").val(), thisPage.util.md5($("form#profile input.password").val()))) { // TODO afficher un message "ok" - thisPage.pages.afficherPage("minichat"); + thisPage.pages.displayPage("minichat"); } } ); @@ -113,6 +113,7 @@ euphorik.PageProfile.prototype.getHTML = function() { ' ' + ' login' + ' ' + + (this.client.authentifie() ? '' : ' (sensible à la casse)') + ' ' + ' ' + ' password' + @@ -124,8 +125,8 @@ euphorik.PageProfile.prototype.getHTML = function() { ' ' + ' ' + ' ' + - ' pseudo' + - ' ' + + ' nick' + + ' ' + ' ' + ' ' + ' e-mail' + @@ -142,7 +143,7 @@ euphorik.PageProfile.prototype.getHTML = function() { ' ' + ' ' + (this.client.ekMaster ? '' + - ' Degrée d' +'ostentation' + + ' Degrée d\'ostentation' + ' ' + '