mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Updated to use same style as rest of default template
git-svn-id: file:///svn/phpbb/trunk@238 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
aa8a051a98
commit
5c92a2a2dd
3 changed files with 37 additions and 27 deletions
|
@ -1,38 +1,36 @@
|
|||
<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%">
|
||||
<table border="0" align="center" width="60%" bgcolor="#000000" cellpadding="0" cellspacing="1">
|
||||
<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>
|
||||
<td><table border="0" width="100%" cellpadding="3" cellspacing="1">
|
||||
<tr class="tableheader">
|
||||
<td colspan="2" align="center"><b>Please enter your username and password to login</b></td>
|
||||
</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 bgcolor="#DDDDDD" class="tablebody">
|
||||
<td width="45%" align="right">{L_USERNAME}: </td>
|
||||
<td><input type="text" name="username" size="25" maxlength="40" value="{USERNAME}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="{T_TD_COLOR3}" align="right"><font face="{T_FONTFACE1}" 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 bgcolor="#DDDDDD" class="tablebody">
|
||||
<td align="right">{L_PASSWORD}: </td>
|
||||
<td><input type="password" name="password" size="25" maxlength="25"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" bgcolor="{T_TD_COLOR3}" align="center"><font face="{T_FONTFACE1}" size="2" color="{T_FONTCOLOR2}">{L_AUTO_LOGIN}</font>: <input type="checkbox" name="autologin"></td>
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td colspan="2" align="center">{L_AUTO_LOGIN}: <input type="checkbox" name="autologin"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" bgcolor="{T_TD_COLOR2}"><table width="100%" cellspacing="0" cellpadding="6" border="0">
|
||||
<tr bgcolor="#DDDDDD" class="tablebody">
|
||||
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="6" border="0">
|
||||
<tr>
|
||||
<td align="center"><input type="hidden" name="forward_page" value="{FORWARD_PAGE}"><input type="submit" name="submit" value="{L_LOGIN}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a></font></td>
|
||||
<td align="center"><a href="{U_SEND_PASSWORD}">{L_SEND_PASSWORD}</a></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</form></tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table></td>
|
||||
|
||||
</td>
|
||||
</tr>
|
5
phpBB/templates/Default/login_footer.tpl
Normal file
5
phpBB/templates/Default/login_footer.tpl
Normal file
|
@ -0,0 +1,5 @@
|
|||
<tr>
|
||||
<td><div align="center"><table align="center" border="0" width="60%">
|
||||
<td style="{font-size: 8pt;}" align="right" valign="top"><b>{S_TIMEZONE}</b></td>
|
||||
</table></div></td>
|
||||
</tr>
|
7
phpBB/templates/Default/login_header.tpl
Normal file
7
phpBB/templates/Default/login_header.tpl
Normal file
|
@ -0,0 +1,7 @@
|
|||
<tr>
|
||||
<td><div align="center"><table width="60%" cellspacing="0" cellpadding="4" border="0">
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt; height: 55px;}" nowrap><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a></font></td>
|
||||
</tr>
|
||||
</table></div></td>
|
||||
</tr>
|
Loading…
Add table
Reference in a new issue