| Server IP : 89.108.64.180 / Your IP : 216.73.216.220 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/vek-olginka.ru/wp-content/plugins/jivochat/templates/ |
Upload File : |
<?php
/**
* Render login page to enter to exist account in jivochat system
*
* @package WordPress_Online_Widget_JivoChat
*/
?>
<div id="login_block" class="container jivosite-small"
<?php
if ( ! empty( esc_html( $login ) ) ) {
?>
style="display: block"
<?php
} else {
?>
style="display: none" <?php } ?>
>
<div class="row">
<div class="col align-self-start">
</div>
<div class="col-8 align-self-center">
<form id="login_form" method="POST" class="jivosite-content">
<div class="row jivosite-form-margin">
<div class="col-10 jivosite-form-first-col">
<h1 class="jivosite-center">
<?php require 'jivo-logo.php'; ?>
</h1>
</div>
<div class="col-2 jivosite-form-second-col"></div>
</div>
<div class="row jivosite-form-margin">
<div class="col-10 jivosite-form-first-col">
<h5 class="jivosite-form-caption"><?php esc_html_e( 'Login to your JivoChat account', 'jivochat' ); ?></h5>
<h5 class="jivosite-form-caption"><?php esc_html_e( 'to connect it to your store', 'jivochat' ); ?></h5>
</div>
<div class="col-2 jivosite-form-second-col"></div>
</div>
<div class="row jivosite-form-margin">
<div class="col-10 jivosite-form-first-col">
<label for="email_login"><?php esc_html_e( 'Your Jivo E-mail Address', 'jivochat' ); ?></label>
<input type="email" class="form-control" id="email_login" name="email" required>
</div>
<div class="col-2 jivosite-form-second-col">
<div class="jivosite-help-container">
<span id="help_email_signup" class="jivosite-help">
<img src="<?php echo esc_html( JIVOSITE_PLUGIN_URL ); ?>img/question.svg"
class="jivosite-question-svg"
data-toggle="tooltip"
data-bs-placement="right"
data-bs-custom-class="jivosite-tooltip"
title="<?php esc_html_e( 'Please enter the e-mail address you use for login.', 'jivochat' ); ?>"
data-trigger="hover focus click"
data-template='<div class="tooltip" role="tooltip"><div class="tooltip-inner"></div></div>'
/>
</span>
</div>
</div>
</div>
<div class="row jivosite-form-margin">
<div class="col-10 jivosite-form-first-col">
<label for="password_login"><?php esc_html_e( 'Password', 'jivochat' ); ?></label>
<input type="password" class="form-control" id="password_login" name="userPassword" required pattern="(?=.*\d)(?=.*[A-Z]).{6,}">
</div>
<div class="col-2 jivosite-form-second-col">
<div class="jivosite-help-container">
<span id="help_password_signup" class="jivosite-help">
<img src="<?php echo esc_html( JIVOSITE_PLUGIN_URL ); ?>img/question.svg"
class="jivosite-question-svg"
data-toggle="tooltip"
data-bs-placement="right"
data-bs-custom-class="jivosite-tooltip"
title="<?php esc_html_e( 'Please enter the password for your JivoChat account.', 'jivochat' ); ?>"
data-trigger="hover focus click"
data-template='<div class="tooltip" role="tooltip"><div class="tooltip-inner"></div></div>'
/>
</span>
</div>
</div>
</div>
<?php wp_nonce_field( 'jivosite_login_form', 'jivosite-login-nonce' ); ?>
<div class="row jivosite-form-margin">
<div class="col-10 jivosite-form-first-col">
<button id="login_button" type="submit" class="form-control btn jivosite-base-button"><?php esc_html_e( 'Login', 'jivochat' ); ?></button>
</div>
<div class="col-2 jivosite-form-second-col"></div>
</div>
<div class="row jivosite-form-margin">
<div class="col-10 jivosite-center jivosite-form-first-col">
<b style="color:red;"><?php echo esc_html( $error ); ?></b>
</div>
<div class="col-2 jivosite-form-second-col"></div>
</div>
<div class="row jivosite-form-margin">
<div class="col-10 jivosite-center jivosite-form-first-col">
<?php
wp_kses(
_e( 'Forgot your password? You can reset it <a class="jivosite-redirect" href="https://app.jivosite.com/password/reset?utm_source=wordpress" target="_blank">here</a>', 'jivochat' ), // phpcs:ignore
array(
'a' => array(
'class' => array(),
'href' => array(),
'target' => array(),
),
)
);
?>
</div>
<div class="col-2 jivosite-form-second-col"></div>
</div>
<div class="row jivosite-form-margin">
<div class="col-10 jivosite-form-first-col">
<div class="jivosite-center jivosite-form-bottom-link">
<?php
wp_kses(
_e( 'You don\'t have a Jivo account? <span id="signup_link" class="jivosite-redirect">Sign up</span>', 'jivochat' ), // phpcs:ignore
array(
'span' => array(
'id' => array(),
'class' => array(),
),
)
);
?>
</div>
</div>
<div class="col-2 jivosite-form-second-col"></div>
</div>
</form>
</div>
</div>
</div>