| Server IP : 89.108.64.180 / Your IP : 216.73.217.92 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/hostelkey.ru/wp-content/plugins/jivochat/templates/ |
Upload File : |
<div id="login_block" class="container jivo-small"
<?php if (!empty($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="jivo-content">
<div class="form-row">
<div class="form-group col jivo-form-first-col">
<h1 class="jivo-center">
<?php require 'jivo_logo.php'; ?>
</h1>
</div>
<div class="form-group col jivo-form-second-col"></div>
</div>
<div class="form-row">
<div class="form-group col jivo-form-first-col">
<h5 class="jivo-form-caption"><?php _e('Login to your JivoChat account','jivochat'); ?></h5>
<h5 class="jivo-form-caption"><?php _e('to connect it to your store','jivochat'); ?></h5>
</div>
<div class="form-group col jivo-form-second-col"></div>
</div>
<div class="form-row">
<div class="form-group col jivo-form-first-col">
<label for="email_login"><?php _e('Your Jivo E-mail Address','jivochat'); ?></label>
<input type="email" class="form-control" id="email_login" name="email" required>
</div>
<div class="form-group col jivo-form-second-col">
<div class="jivo-help-container">
<span id="help_email_signup" class="jivo-help">
<img src="<?php echo JIVO_PLUGIN_URL; ?>img/question.svg"
class="question-svg"
data-toggle="tooltip"
data-placement="right"
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 jivoButton"></div></div>'
/>
</span>
</div>
</div>
</div>
<div class="form-row">
<div class="form-group col jivo-form-first-col">
<label for="password_login"><?php _e('Password','jivochat'); ?></label>
<input type="password" class="form-control" id="password_login" name="userPassword" required pattern="(?=.*\d)(?=.*[A-Z]).{6,}">
</div>
<div class="form-group col jivo-form-second-col">
<div class="jivo-help-container">
<span id="help_password_signup" class="jivo-help">
<img src="<?php echo JIVO_PLUGIN_URL; ?>img/question.svg"
class="question-svg"
data-toggle="tooltip"
data-placement="right"
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 jivoButton"></div></div>'
/>
</span>
</div>
</div>
</div>
<div class="form-row">
<div class="form-group col jivo-form-first-col">
<button id="login_button" type="submit" class="form-control btn jivoButton"><?php _e('Login','jivochat'); ?></button>
</div>
<div class="form-group col jivo-form-second-col"></div>
</div>
<div class="form-row">
<div class="form-group col jivo-center jivo-form-first-col">
<b style="color:red;"><?php echo $error; ?></b>
</div>
<div class="form-group col jivo-form-second-col"></div>
</div>
<div class="form-row">
<div class="form-group col jivo-center jivo-form-first-col">
<?php _e('Forgot your password? You can reset it <a class="jivo-redirect" href="https://app.jivosite.com/password/reset?utm_source=wordpress" target="_blank">here</a>', 'jivochat'); ?>
</div>
<div class="form-group col jivo-form-second-col"></div>
</div>
<div class="form-row">
<div class="form-group col jivo-form-first-col">
<div class="jivo-center jivo-form-bottom-link">
<?php _e('You don\'t have a Jivo account? <span id="signup_link" class="jivo-redirect">Sign up</span>', 'jivochat') ?>
</div>
</div>
<div class="form-group col jivo-form-second-col"></div>
</div>
</form>
</div>
</div>
</div>