mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
Updates for loginbox
git-svn-id: file:///svn/phpbb/trunk@455 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
123ae33ee9
commit
988ab39801
@ -50,7 +50,7 @@ A:Hover {
|
|||||||
<td bgcolor="#CCCCCC"><table width="100%" cellspacing="1" cellpadding="3" border="0">
|
<td bgcolor="#CCCCCC"><table width="100%" cellspacing="1" cellpadding="3" border="0">
|
||||||
<tr class="tablebody"><form method="post" action="{S_LOGIN_ACTION}">
|
<tr class="tablebody"><form method="post" action="{S_LOGIN_ACTION}">
|
||||||
<td align="left" valign="top"><a href="{U_INDEX}"><img src="images/title.jpg" height="55" width="450" border="0"></a></td>
|
<td align="left" valign="top"><a href="{U_INDEX}"><img src="images/title.jpg" height="55" width="450" border="0"></a></td>
|
||||||
<td align="right">{L_USERNAME} : <input type="text" name="username"><br>{L_PASSWORD} : <input type="password" name="password"><br>{L_LOG_ME_IN}<input type="checkbox" name="autologin"> <input type="submit" name="submit" value="{L_LOGIN}"></td>
|
<td align="right">{S_LOGINBOX}</td>
|
||||||
</tr></form>
|
</tr></form>
|
||||||
<tr class="tablebody">
|
<tr class="tablebody">
|
||||||
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
<td colspan="2"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
|
@ -5,8 +5,18 @@
|
|||||||
<title>phpBB - {SITENAME}</title>
|
<title>phpBB - {SITENAME}</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
SELECT.small {width:140px;font-family:"Courier New",courier;font-size:8pt;}
|
|
||||||
INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
|
TD.tablebg {background-color:{T_TH_COLOR1};}
|
||||||
|
TH {}
|
||||||
|
TD.categories {}
|
||||||
|
TD.row_1 {}
|
||||||
|
TD.row_2 {}
|
||||||
|
|
||||||
|
SPAN.general {}
|
||||||
|
|
||||||
|
SELECT.small {width:140px;font-family:"Courier New",courier;font-size:8pt;}
|
||||||
|
INPUT.text {font-family:"Courier New",courier;font-size:8pt;}
|
||||||
|
|
||||||
//-->
|
//-->
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@ -16,7 +26,7 @@
|
|||||||
|
|
||||||
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
|
<div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td width="100%" bgcolor="{T_TH_COLOR1}"><table width="100%" cellspacing="1" cellpadding="4" border="0">
|
<td class="tablebg" width="100%"><table width="100%" cellspacing="1" cellpadding="4" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" border="0">
|
<td bgcolor="{T_TH_COLOR2}"><table width="100%" cellspacing="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -28,18 +38,17 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td bgcolor="{T_TD_COLOR1}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
|
<td bgcolor="{T_TD_COLOR1}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_REGISTER}">{L_REGISTER}</a> | <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> | <a href="{U_SEARCH}">{L_SEARCH}</a> | <a href="{U_FAQ}">{L_FAQ}</a></font></td>
|
<td><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_FAQ}">{L_FAQ}</a> | <a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> | <a href="{U_REGISTER}">{L_REGISTER}</a> | <a href="{U_SEARCH}">{L_SEARCH}</a></font></td>
|
||||||
<td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_PRIVATEMSGS}">{L_PRIVATEMSGS}</a> | <a href="{U_PROFILE}">{L_PROFILE}</a> | <a href="{U_GROUP_ADMIN}">{L_USERGROUPS}</a> | <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></font></td>
|
<td align="center"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_LAST_VISIT} {S_LAST_VISIT_DATE}</font></td>
|
||||||
|
<td align="right"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}"><a href="{U_PROFILE}">{L_PROFILE}</a> | <a href="{U_GROUP_ADMIN}">{L_USERGROUPS}</a> | <a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></font></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><form method="post" action="{S_LOGIN_ACTION}">
|
{S_LOGINBOX}
|
||||||
<td colspan="2" align="right" valign="bottom"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_USERNAME}: <input class="text" type="text" name="username"> {L_PASSWORD}: <input type="password" name="password"> {L_AUTO_LOGIN}</font>: <input class="text" type="checkbox" name="autologin"> <input type="submit" name="submit" value="{L_LOGIN}"> </font></td>
|
|
||||||
</form></tr>
|
|
||||||
</table></td>
|
</table></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table></td>
|
</table></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="100%"><font face="{T_FONTFACE1}" size="{T_FONTSIZE1}">{L_LAST_VISIT} {S_LAST_VISIT_DATE}</font></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table></div>
|
</table></div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user