Small mods to login page

git-svn-id: file:///svn/phpbb/trunk@191 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-04-19 17:26:24 +00:00
parent fdbafb32f6
commit 525c09e3e6
3 changed files with 24 additions and 14 deletions

View file

@ -425,4 +425,9 @@ $l_passexplain = "Please fill out the form, a new password will be sent to your
$l_sendpass = "Send Password"; $l_sendpass = "Send Password";
// Full page login
$l_autologin = "Log me on automatically each visit";
$l_resend_password = "I have forgotten my password";
?> ?>

View file

@ -101,28 +101,29 @@ else
"PHPEX" => $phpEx, "PHPEX" => $phpEx,
"PHP_SELF" => $PHP_SELF, "PHP_SELF" => $PHP_SELF,
"T_TR_COLOR1" => "#AA0000", "T_TR_COLOR1" => "#",
"T_TR_COLOR2" => "#AA0000", "T_TR_COLOR2" => "#",
"T_TR_COLOR3" => "#AA0000", "T_TR_COLOR3" => "#",
"T_TH_COLOR1" => "#495FA8", "T_TH_COLOR1" => "#495FA8",
"T_TH_COLOR2" => "#AAAA00", "T_TH_COLOR2" => "#",
"T_TH_COLOR3" => "#AA00AA", "T_TH_COLOR3" => "#",
"T_TD_COLOR1" => "#000000", "T_TD_COLOR1" => "#000000",
"T_TD_COLOR2" => "#CCCCCC", "T_TD_COLOR2" => "#CCCCCC",
"T_TD_COLOR3" => "#DDDDDD", "T_TD_COLOR3" => "#DDDDDD",
"T_FONTFACE1" => "sans-serif", "T_FONTFACE1" => "sans-serif",
"T_FONTFACE2" => "sans-serif", "T_FONTFACE2" => "",
"T_FONTFACE3" => "sans-serif", "T_FONTFACE3" => "",
"T_FONTSIZE1" => "2", "T_FONTSIZE1" => "2",
"T_FONTSIZE2" => "2", "T_FONTSIZE2" => "",
"T_FONTSIZE3" => "2", "T_FONTSIZE3" => "",
"T_FONTCOLOR1" => "#FFFFFF", "T_FONTCOLOR1" => "#FFFFFF",
"T_FONTCOLOR2" => "#000000", "T_FONTCOLOR2" => "#000000",
"T_FONTCOLOR3" => "2", "T_FONTCOLOR3" => "",
"L_USERNAME" => $l_username, "L_USERNAME" => $l_username,
"L_PASSWORD" => $l_password, "L_PASSWORD" => $l_password,
"L_SEND_PASSWORD" => "Send me a new password", "L_SEND_PASSWORD" => $l_resend_password,
"L_AUTO_LOGIN" => $l_autologin,
"L_LOGIN" => $l_login, "L_LOGIN" => $l_login,
"USERNAME" => $userdata['username'] "USERNAME" => $userdata['username']

View file

@ -16,13 +16,16 @@
<td bgcolor="{T_TD_COLOR3}" align="right"><font face="verdana,serif" size="2" color="{T_FONTCOLOR2}">{L_PASSWORD}:&nbsp;</font></td><td bgcolor="{T_TD_COLOR3}"><input type="password" name="password" size="25" maxlength="25"></td> <td bgcolor="{T_TD_COLOR3}" align="right"><font face="verdana,serif" size="2" color="{T_FONTCOLOR2}">{L_PASSWORD}:&nbsp;</font></td><td bgcolor="{T_TD_COLOR3}"><input type="password" name="password" size="25" maxlength="25"></td>
</tr> </tr>
<tr> <tr>
<td colspan="2" bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0"> <td colspan="2" bgcolor="{T_TD_COLOR3}" align="center"><font face="verdana,serif" size="2" color="{T_FONTCOLOR2}">{L_AUTO_LOGIN}</font>:&nbsp;<input type="checkbox" name="autologin"></td>
<tr>
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="sendpassword.{PHPEX}">{L_SEND_PASSWORD}</a></font></td>
</tr> </tr>
<tr>
<td colspan="2" bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0">
<tr> <tr>
<td align="center"><input type="submit" name="submit" value="{L_LOGIN}"></td> <td align="center"><input type="submit" name="submit" value="{L_LOGIN}"></td>
</tr> </tr>
<tr>
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="sendpassword.{PHPEX}">{L_SEND_PASSWORD}</a></font></td>
</tr>
</table></td> </table></td>
</tr> </tr>
</table></td> </table></td>
@ -31,4 +34,5 @@
</tr> </tr>
</table> </table>
</td></tr> </td>
</tr>