__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
{% extends '@nucleus/partials/particle.html.twig' %}
{% block particle %}
{% if particle.title %}<h2 class="g-title">{{ particle.title|raw }}</h2>{% endif %}
<div class="g-loginform {{ particle.class|e }}">
{% if not is_user_logged_in %}
<form action="{{ function('wp_login_url', gantry.request.server['REQUEST_URI'])|raw }}" method="post" id="g-loginform">
{% do function('wp_nonce_field', 'log-in') %}
{% if particle.pretext is not empty %}
<div class="login-pretext">
<p>{{ particle.pretext }}</p>
</div>
{% endif %}
<fieldset class="login-data">
<p id="login-username">
<label for="username">{{ __('User Name', 'gantry5') }}</label>
<input id="username" type="text" name="log" class="inputbox" alt="username" size="18" value="" />
</p>
<p id="login-password">
<label for="passwd">{{ __('Password', 'gantry5') }}</label>
<input id="passwd" type="password" name="pwd" class="inputbox" size="18" alt="password" value="" />
</p>
<p id="login-remember">
<input id="remember" type="checkbox" name="rememberme" class="inputbox" />
<label for="remember">{{ __('Remember me', 'gantry5') }}</label>
</p>
<input type="submit" value="{{ __('Log In', 'gantry5') }}" class="button button-small" name="submit" />
</fieldset>
<ul class="login-extra">
<li>
<a href="{{ function('wp_lostpassword_url') }}">{{ __('Forgot your password ?', 'gantry5') }}</a>
</li>
{% if function('get_option', 'users_can_register') %}
<li>
<a href="{{ function('wp_registration_url') }}">{{ __('Register', 'gantry5') }}</a>
</li>
{% endif %}
</ul>
{% if particle.posttext is not empty %}
<div class="login-posttext">
<p>{{ particle.posttext }}</p>
</div>
{% endif %}
</form>
{% else %}
<form action="{{ function('wp_logout_url', gantry.request.server['REQUEST_URI'])|raw }}" method="post" id="g-loginform">
{% do function('wp_nonce_field', 'log-out') %}
<div class="greeting">
<p>{{ particle.greeting|format(current_user.display_name) }}</p>
</div>
<div class="logout-button">
<input type="submit" name="submit" class="button button-small" value="{{ __('Log Out', 'gantry5') }}" />
</div>
</form>
{% endif %}
</div>
{% endblock %}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| contentcubes.html.twig | File | 2.55 KB | 0775 |
|
| contentcubes.yaml | File | 2.97 KB | 0775 |
|
| contenttabs.html.twig | File | 2.47 KB | 0775 |
|
| contenttabs.yaml | File | 1.28 KB | 0775 |
|
| copyright.html.twig | File | 808 B | 0775 |
|
| copyright.yaml | File | 1.25 KB | 0775 |
|
| horizontalmenu.html.twig | File | 377 B | 0775 |
|
| horizontalmenu.yaml | File | 1.02 KB | 0775 |
|
| loginform.html.twig | File | 2.98 KB | 0775 |
|
| owlcarousel.html.twig | File | 3.38 KB | 0775 |
|
| owlcarousel.yaml | File | 2.79 KB | 0775 |
|
| totop.html.twig | File | 623 B | 0775 |
|