mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Introduced a full page login box inc prelim themeing
git-svn-id: file:///svn/phpbb/trunk@190 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
34
phpBB/templates/Default/login_body.tpl
Normal file
34
phpBB/templates/Default/login_body.tpl
Normal file
@@ -0,0 +1,34 @@
|
||||
<tr>
|
||||
<td><br clear="all" /><br />
|
||||
|
||||
<table border="0" align="center" width="95%" cellspacing="2">
|
||||
<tr>
|
||||
<td align="center"><table border="0" cellpadding="1" cellspacing="0" width="60%">
|
||||
<tr><form action="{PHP_SELF}" method="post">
|
||||
<td bgcolor="{T_TD_COLOR1}"><table border="0" cellpadding="4" cellspacing=1" width="100%">
|
||||
<tr>
|
||||
<th colspan="2" bgcolor="{T_TH_COLOR1}" align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}"><p><b>Please enter your username and password to login</b></p></font></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="45%" bgcolor="{T_TD_COLOR3}" align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR2}">{L_USERNAME}: </font></td><td bgcolor="{T_TD_COLOR3}"><input type="text" name="username" size="25" maxlength="40" value="{USERNAME}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="{T_TD_COLOR3}" align="right"><font face="verdana,serif" size="2" color="{T_FONTCOLOR2}">{L_PASSWORD}: </font></td><td bgcolor="{T_TD_COLOR3}"><input type="password" name="password" size="25" maxlength="25"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0">
|
||||
<tr>
|
||||
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="sendpassword.{PHPEX}">{L_SEND_PASSWORD}</a></font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><input type="submit" name="submit" value="{L_LOGIN}"></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</td></tr>
|
Reference in New Issue
Block a user