name="login">
<table align="center" border="0" cellspacing="5" cellpadding="0">
<tr>
- <td align="left" nowrap="nowrap">$lngemail:</td>
+ <td align="left" nowrap="nowrap"><span class="translatable" trkey="Email">Email</span><span>:</span></td>
<td>
<input type="text" name="email" size="20" onchange="" />
<select id="first-choice" onchange="updateTranslations()">
</tr>
<tr>
- <td align="left" nowrap="nowrap">$lngpass:</td>
+ <td align="left" nowrap="nowrap"><span class="translatable" trkey="Password">Password</span><span>:</span></td>
<td>
<input type="password" name="passwd" size="20" id="myInput" />
- <input type="checkbox" onclick="showpass()" >$lngshow
+ <input type="checkbox" onclick="showpass()"
+
+ ><span class="translatable" trkey="Show" >Show</span>
</td>
</tr>
- <tr>
-
- <td align="left" nowrap="nowrap" class="translatable" trkey="Tr1">0</td>
- </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="1" border="0">
var translationMap = new Map();
+var translationEn = new Map();
+translationEn.set("Email","Email");
+translationEn.set("Password","Password");
+translationEn.set("Show","Show");
var translationFr = new Map();
-translationFr.set("Tr1", "1");
-translationFr.set("Tr2", "2");
-
-var translationEn = new Map();
-translationEn.set("Tr1", "3");
-translationEn.set("Tr2", "4");
+translationFr.set("Email", "Courriel");
+translationFr.set("Password","Mot de passe");
+translationFr.set("Show","Afficher");
translationMap.set("fr", translationFr);
translationMap.set("en", translationEn);