X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2FpageProfile.js;h=7f3a64b954c3f55cff5ad2fc44a12fb6287a89bc;hb=09608ab29e1c39ea51b51a5f8669dcde36efb306;hp=fa7235b48e1fc7908760df71eefaf9e9d75ff7a6;hpb=4f15129b495827b1894f8a234cc8f32262233fb1;p=euphorik.git diff --git a/js/pageProfile.js b/js/pageProfile.js index fa7235b..7f3a64b 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) { +euphorik.PageProfile = function(client, formater, util) { this.nom = "profile"; this.client = client; - this.formateur = formateur; + this.formateur = formater; this.util = util; }; @@ -64,7 +64,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() { $("form#profile button").click( function() { - thisPage.client.pseudo = thisPage.formateur.filtrerInputPseudo($("form#profile input.pseudo").val()); + thisPage.client.pseudo = thisPage.formate.filtrerInputPseudo($("form#profile input.pseudo").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"); @@ -113,6 +113,7 @@ euphorik.PageProfile.prototype.getHTML = function() { ' ' + ' login' + ' ' + + (this.client.authentifie() ? '' : ' (sensible à la casse)') + ' ' + ' ' + ' password' + @@ -171,7 +172,7 @@ euphorik.PageProfile.prototype.getHTML = function() { ' ' : '') + ' ' + ' ' + - ' ' + + ' ' + ' ' + ' ' + '';