MOD avancement dans le module 'communication'
[euphorik.git] / js / pageProfile.js
index d7c4e62..d772317 100755 (executable)
@@ -69,7 +69,7 @@ euphorik.PageProfile.prototype.chargerProfile = function() {
          thisPage.client.chatOrder = $("form#profile select#chatOrder option:selected").attr("value");\r
          thisPage.client.nickFormat = $("form#profile select#affichagePseudo option:selected").attr("value");\r
          if (thisPage.client.ekMaster) {\r
-            thisPage.client.ostentatiousaster = $("form#profile select#degreeOstentatoire option:selected").attr("value");\r
+            thisPage.client.ostentatiousMaster = $("form#profile select#degreeOstentatoire option:selected").attr("value");\r
          }\r
          thisPage.client.viewTooltips = $("form#profile input#viewTooltips").attr("checked");\r
          thisPage.client.viewTimes = $("form#profile input#viewTimes").attr("checked");\r
@@ -113,6 +113,7 @@ euphorik.PageProfile.prototype.getHTML = function() {
       '  <tr>' +\r
       '   <td>login</td>' +\r
       '   <td><input class="login" type="text" size="20" maxlength="20" ' + (this.client.authentifie() ? 'readonly="readonly"' : '') + ' /></td>' +\r
+      (this.client.authentifie() ? '' : '   <td>(sensible à la <a href="http://fr.wikipedia.org/wiki/Casse_(informatique)">casse</a>)</td>') +\r
       '  </tr>' +\r
       '  <tr>' +\r
       '   <td>password</td>' +\r
@@ -142,7 +143,7 @@ euphorik.PageProfile.prototype.getHTML = function() {
          '  </tr>' +\r
          '  <tr>' +\r
             (this.client.ekMaster ? '' +\r
-            '   <td>Degrée d' +'ostentation</td>' +\r
+            '   <td>Degrée d\'ostentation</td>' +\r
             '   <td>' +\r
             '    <select id="degreeOstentatoire">' +\r
             '     <option value="invisible">Nul</option>' +\r
@@ -171,7 +172,7 @@ euphorik.PageProfile.prototype.getHTML = function() {
          '  </tr>' : '') +\r
       '  <tr>' +\r
       '   <td></td>' +\r
-      '   <td><button>Valider</button>' +\r
+      '   <td><button>Valider</button></td>' +\r
       '  </tr>' +\r
       ' </table>' +\r
       '</form>';\r