mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
- all changes to styles/subsilver/template are purely cosmetic (no functional changes) - cosmetics - bugfixes - add index to modules table - use modules ordering code for forums too git-svn-id: file:///svn/phpbb/trunk@6073 89ea8834-ac86-4346-8a33-228a782c2dd0
54 lines
No EOL
1.4 KiB
HTML
54 lines
No EOL
1.4 KiB
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<div id="pagecontent">
|
|
|
|
<form name="login" method="post" action="{S_LOGIN_ACTION}">
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1" align="center">
|
|
<tr>
|
|
<th>{L_LOGIN}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row3" align="center"><span class="gensmall">{L_LOGIN_FORUM}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" align="center">
|
|
|
|
<table cellspacing="1" cellpadding="4" border="0">
|
|
<!-- IF LOGIN_ERROR -->
|
|
<tr>
|
|
<td class="gensmall" colspan="2" align="center"><span class="error">{LOGIN_ERROR}</span></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<tr>
|
|
<td class="gensmall"><b>{L_PASSWORD}:</b></td>
|
|
<td><input class="post" type="password" name="password" size="25" maxlength="25" tabindex="2" /></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="login" class="btnmain" value="{L_LOGIN}" tabindex="3" /></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<br clear="all" />
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
|
<tr>
|
|
<td class="row1">
|
|
<p class="breadcrumbs"><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
|
|
<p class="datetime">{S_TIMEZONE}</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br clear="all" />
|
|
|
|
<div align="right"><!-- INCLUDE jumpbox.html --></div>
|
|
|
|
<!-- INCLUDE overall_footer.html --> |