hamonized lib1/lib2 login forms
This commit is contained in:
@@ -31,6 +31,13 @@
|
||||
global $menu;
|
||||
|
||||
$menu = array(
|
||||
array(
|
||||
'title' => t('Login'),
|
||||
'menustring' => t('Login'),
|
||||
'siteid' => 'login',
|
||||
'visible' => false,
|
||||
'filename' => 'login.php'
|
||||
),
|
||||
array(
|
||||
'title' => t(''),
|
||||
'menustring' => t('Start'),
|
||||
|
||||
@@ -24,12 +24,13 @@
|
||||
****************************************************************************/
|
||||
?>
|
||||
|
||||
<div class="content2-pagetitle"><img src="lang/de/ocstyle/images/profile/32x32-profile.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="{t}Login{/t}" />{t}Login{/t}</div>
|
||||
<div class="content2-pagetitle"><img src="lang/de/ocstyle/images/profile/32x32-profile.png" style="align: left; margin-right: 10px;" width="32" height="32" alt="{t}Login{/t}" />{t}Login{/t}</div>
|
||||
|
||||
<form action="login.php" method="post" enctype="application/x-www-form-urlencoded" name="login_form" dir="ltr" style="display: inline;">
|
||||
<input type="hidden" name="target" value="{target}" />
|
||||
<input type="hidden" name="action" value="login" />
|
||||
<input type="hidden" name="source" value="loginpage" />
|
||||
|
||||
<table class="table">
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
{message_start}<tr><td colspan="2" class="message">{message}</td></tr><tr><td class="spacer" colspan="2"></td></tr>{message_end}
|
||||
@@ -44,19 +45,23 @@
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
|
||||
<tr>
|
||||
<td class="header-small" colspan="2">
|
||||
<input type="reset" name="reset" value="{t}Reset{/t}" class="formbutton" />
|
||||
<td></td>
|
||||
<td class="header-small">
|
||||
<input type="submit" name="LogMeIn" value="{t}Login{/t}" class="formbutton" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr><td class="spacer" colspan="2"></td></tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
|
||||
<div class="content-txtbox-noshade">
|
||||
<p style="line-height: 1.6em;">
|
||||
{t}Not registered?{/t} <a href="register.php">{t}Register{/t}</a><br />
|
||||
{t}Forgotten your password?{/t} <a href="newpw.php">{t}Create a new password{/t}</a><br />
|
||||
{t}Forgotten your E-Mail-Address?{/t} <a href="remindemail.php">{t}Remind me{/t}</a><br />
|
||||
{t}Forgotten your E-Mail-Address?{/t} <a href="remindemail.php">{t}Remind me{/t}</a>
|
||||
</p>
|
||||
<p>
|
||||
{t}Here you can find more troubleshooting:{/t} <a href="http://wiki.opencaching.de/index.php/Login_auf_Opencaching.de" target="_blank">{t}Problems with login{/t}</a>.
|
||||
</p>
|
||||
<div class="buffer" style="width: 500px;"> </div>
|
||||
|
||||
Reference in New Issue
Block a user