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.
51 lines
4.3 KiB
51 lines
4.3 KiB
<div class="modal__item modal__login">
|
|
<button class="modal__close">
|
|
<img src="<?php bloginfo('template_url');?>/gp-include/assets/core/img/svg/main/black-x.svg" alt="">
|
|
</button>
|
|
|
|
<div class="login_wrap login_forms">
|
|
<div class="login_inner step active">
|
|
<h2 class="login_title">Войти или зарегистрироваться</h2>
|
|
<div class="login_subtitle">Подтвердите свой e-mail в письме</div>
|
|
<div class="login_input js-input-email">
|
|
<input type="text" name="email" placeholder="example@example.com"/>
|
|
<div class="login_error"></div>
|
|
</div>
|
|
<button class="login_btn btn_gradient js-get-code">Получить код</button>
|
|
{{ function('tgWidget') }}
|
|
</div>
|
|
<div class="login_inner step">
|
|
<div class="login_back">
|
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="32" rx="16" fill="#121212"/><path d="M8.5 16.3633H25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.5 16.3633L14.864 22.7272" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.5 16.3633L14.864 9.99932" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
</div>
|
|
<h2 class="login_title">Введите код</h2>
|
|
<div class="login_subtitle">Код отправленный на e-mail:<span class="sended_email"></span></div>
|
|
<div class="login_input js-input-code">
|
|
<input type="text" name="code" placeholder="0000"/>
|
|
<div class="login_error"></div>
|
|
</div>
|
|
<div class="login_timer">Запросить новый код: <span class="seconds">15</span> секунд</div>
|
|
<button class="login_btn btn_gradient js-repeat-code">Запросить новый код</button>
|
|
</div>
|
|
<div class="login_privacy">
|
|
Нажимая на кнопку «Получить код», я даю согласие на обработку моих персональных данных в соответствии с <a href="/privacy-policy">политикой обработки персональных данных</a>
|
|
</div>
|
|
</div>
|
|
<div class="login_wrap login_success hide">
|
|
<div class="login_inner active">
|
|
<h2 class="login_title">Спасибо<br />за авторизацию</h2>
|
|
<div class="login_subtitle">Теперь вы можете получать промокоды за покупки.</div>
|
|
<img src="<?php bloginfo('template_url');?>/images/people.png" alt=""/>
|
|
<a href="/my-account" class="login_btn account_link">Заполнить профиль</a>
|
|
</div>
|
|
</div>
|
|
<div class="login_wrap login_auth hide">
|
|
<div class="login_inner active">
|
|
<h2 class="login_title --text-center">
|
|
Вы вошли в систему</h2>
|
|
<img src="<?php bloginfo('template_url');?>/images/people.png" alt=""/>
|
|
<a href="/my-account" class="login_btn account_link">Профиль</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div> |