Модуль Авторизация v2.26.1
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.
 
 

43 lines
2.7 KiB

<div class="block" id="login-forms">
<form method="post" action="{$ABS_PATH}index.php?module=login&action=login">
<fieldset class="login">
<legend>{#LOGIN_AUTORIZATION#}</legend>
<p class="notice">{#LOGIN_PLEASE_LOGON#}</p>
<p>
<label>{#LOGIN_YOUR_EMAIL#}</label>
<input type="text" name="user_login" value="{$smarty.request.user_login|escape|stripslashes}" />
</p>
<p>
<label>{#LOGIN_YOUR_PASSWORD#}</label>
<input type="password" name="user_pass" />
</p>
<input class="login button" type="submit" value="{#LOGIN_BUTTON_LOGIN#}" />
</fieldset>
<p>
<input type="checkbox" name="SaveLogin" id="SaveLogin" value="1" style="margin:0" />&nbsp;
{#LOGIN_SAVE_COOKIE#}&nbsp;
<a title="{#LOGIN_SAVE_INFO#}" href="#">{#LOGIN_SAVE_ICON#}</a><br />
<a title="{#LOGIN_PASSWORD_REMIND#}" href="{$ABS_PATH}index.php?module=login&amp;action=passwordreminder">{#LOGIN_PASSWORD_REMIND#}</a>&nbsp;|&nbsp;
{if $active == 1}
<a title="{#LOGIN_NEW_REGISTER#}" href="{$ABS_PATH}index.php?module=login&amp;action=register">{#LOGIN_NEW_REGISTER#}</a>
{/if}
</p>
<script src="http://loginza.ru/js/widget.js" type="text/javascript"></script>
<br>Также Вы можете войти используя:<br>
<a href="https://loginza.ru/api/widget?token_url=http%3A%2F%2F{$smarty.server.HTTP_HOST}%2Findex.php%3Fmodule%3Dlogin%26action%3Dregister" class="loginza" style="text-decoration: none;">
<img src="http://loginza.ru/img/providers/yandex.png" alt="Yandex" title="Yandex">
<img src="http://loginza.ru/img/providers/google.png" alt="Google" title="Google Accounts">
<img src="http://loginza.ru/img/providers/vkontakte.png" alt="Вконтакте" title="Вконтакте">
<img src="http://loginza.ru/img/providers/facebook.png" alt="FaceBook" title="FaceBook">
<img src="http://loginza.ru/img/providers/mailru.png" alt="Mail.ru" title="Mail.ru">
<img src="http://loginza.ru/img/providers/twitter.png" alt="Twitter" title="Twitter">
<img src="http://loginza.ru/img/providers/livejournal.png" alt="Livejournal" title="Livejournal">
<img src="http://loginza.ru/img/providers/loginza.png" alt="Loginza" title="Loginza">
<img src="http://loginza.ru/img/providers/myopenid.png" alt="MyOpenID" title="MyOpenID">
<img src="http://loginza.ru/img/providers/openid.png" alt="OpenID" title="OpenID">
<img src="http://loginza.ru/img/providers/webmoney.png" alt="WebMoney" title="WebMoney">
</a>
</form>
</div>