mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
hide login boxes for search engines - #43565
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9442 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e35b5c26e6
commit
b594108883
@ -75,7 +75,7 @@
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||
|
||||
<form action="{S_LOGIN_ACTION}" method="post">
|
||||
|
||||
|
@ -67,11 +67,11 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||
<br clear="all" />
|
||||
|
||||
<form method="post" action="{S_LOGIN_ACTION}">
|
||||
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
|
||||
|
@ -111,7 +111,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- IF not S_USER_LOGGED_IN -->
|
||||
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
|
||||
|
||||
<br /><br />
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
</form>
|
||||
|
||||
<!-- ENDIF -->
|
||||
@ -298,7 +298,7 @@
|
||||
<td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
|
||||
<td> </td>
|
||||
<td style="text-align: center;">{FOLDER_STICKY_IMG}</td>
|
||||
<td class="gensmall">{L_ICON_STICKY}</td>
|
||||
<td class="gensmall">{L_ICON_STICKY}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center;">{FOLDER_LOCKED_NEW_IMG}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user