You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.2 KiB
35 lines
1.2 KiB
|
|
{if $login == false} |
|
<h2 id="page-heading">{#LOGIN_PLEASE_LOGON#}</h2> |
|
|
|
<p>{#LOGIN_TEXT_FALSE_INFO#}</p> |
|
|
|
<div class="block" id="forms"> |
|
<form method="post" action="{$ABS_PATH}index.php?module=login&action=login"> |
|
<fieldset class="login"> |
|
<legend>{#LOGIN_AUTORIZATION#}</legend> |
|
<p> |
|
<label>{#LOGIN_YOUR_MAIL#}</label> |
|
<input type="text" name="user_login" /> |
|
</p> |
|
<p> |
|
<label>{#LOGIN_PASSWORD#}</label> |
|
<input type="password" name="user_pass" /> |
|
</p> |
|
<input class="login button" type="submit" value="{#LOGIN_BUTTON_LOGIN#}" /> |
|
</fieldset> |
|
</form> |
|
<p> |
|
<input type="checkbox" name="SaveLogin" id="SaveLogin" value="1" style="margin:0" /> |
|
{#LOGIN_SAVE_COOKIE#} |
|
<a class="tooltip" title="{#LOGIN_SAVE_INFO#}" href="#">{#LOGIN_SAVE_ICON#}</a><br /> |
|
|
|
<a class="tooltip" title="{#LOGIN_REMINDER_INFO#}" href="{$ABS_PATH}index.php?module=login&action=passwordreminder">{#LOGIN_PASSWORD_REMIND#}</a> | |
|
{if $active == 1} |
|
<a class="tooltip" title="{#LOGIN_REGISTER_INFO#}" href="{$ABS_PATH}index.php?module=login&action=register">{#LOGIN_NEW_REGISTER#}</a> |
|
{/if} |
|
</p> |
|
</div> |
|
{else} |
|
{#LOGIN_TEXT_TRUE_INFO#} {*<a href="{get_home_link}">home link</a>*} |
|
{/if}
|
|
|