]> SAFE projects GIT repository - jmp/mailleur/commitdiff
Able to select language within login screen
authorJean-Marc Pigeon <jmp@safe.c>
Sat, 6 Sep 2025 14:50:18 +0000 (10:50 -0400)
committerJean-Marc Pigeon <jmp@safe.c>
Sat, 6 Sep 2025 14:50:18 +0000 (10:50 -0400)
www/lvllog.php

index 8632500b4d9bc439b3bf93c7e406cca2f6ab73f2..7fe1494a9f00560facee6eb71f6e3540c98303c8 100644 (file)
@@ -47,8 +47,7 @@ else {
 
 </script>
 
-
-<table border="0" align="center" width="400" cellpadding="0" cellspacing="0">
+<table border="0" align="center" width="500" cellpadding="0" cellspacing="0">
     <tr>
       <td><img src="/reg-icons/login.gif" alt="" border="0" /></td>
     </tr>
@@ -66,8 +65,13 @@ else {
                 <tr>
                   <td align="left" nowrap="nowrap">$lngemail:</td>
                   <td>
-                 <input type="text" name="email" size="20" onchange="" />
-                 </td>
+                  <input type="text" name="email" size="20" onchange="" />
+                  <select id="first-choice">
+                    <option selected value="eng">Language</option>
+                    <option value="Eng">English</option>
+                    <option value="Fra">Francais</option>
+                  </select>
+                  </td>
                 </tr>
 
                 <tr>