| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/public_html/lrsys_apps/leve/ui/theme/lrsys/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{$_title}</title>
<link rel="shortcut icon" href="{$app_url}application/storage/icon/favicon.ico" type="image/x-icon" />
<link href="{$_theme}/css/bootstrap.min.css" rel="stylesheet">
<link href="{$_theme}/lib/fa/css/font-awesome.min.css" rel="stylesheet">
<link href="{$_theme}/lib/icheck/skins/all.css" rel="stylesheet">
<link href="{$app_url}ui/lib/css/animate.css" rel="stylesheet">
<link href="{$app_url}ui/lib/toggle/bootstrap-toggle.min.css" rel="stylesheet">
<link href="{$_theme}/css/style.css?ver=2.0.1" rel="stylesheet">
<link href="{$_theme}/css/component.css?ver=2.0.1" rel="stylesheet">
<link href="{$_theme}/css/custom.css" rel="stylesheet">
<link href="{$app_url}ui/lib/css/client_login.css" rel="stylesheet">
<link href="{$_theme}/lib/icheck/skins/all.css" rel="stylesheet">
{foreach $plugin_ui_header_client as $plugin_ui_header_add}
{$plugin_ui_header_add}
{/foreach}
{if $_c['rtl'] eq '1'}
<link href="{$_theme}/css/bootstrap-rtl.min.css" rel="stylesheet">
<link href="{$_theme}/css/style-rtl.min.css" rel="stylesheet">
{/if}
{if isset($xheader)}
{$xheader}
{/if}
</head>
<body class="focused-form">
<div class="container" id="login-form">
<a href="{$_url}client/login/" class="login-logo"><img src="{$app_url}application/storage/system/logo.png"></a>
<div class="row">
<div class="col-md-4 col-md-offset-4">
{if isset($notify)}
{$notify}
{/if}
<form action="{$_url}client/auth/" method="post" class="" id="validate-form">
<div class="panel panel-default md-card">
<div class="panel-heading"><h2>Client Login</h2></div>
<div class="panel-body">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">
<i class="fa fa-envelope"></i>
</span>
<input type="email" class="form-control" id="username" name="username" placeholder="Email Username" required>
</div>
</div>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">
<i class="fa fa-key"></i>
</span>
<input type="password" class="form-control" id="password" name="password" placeholder="Password">
</div>
</div>
<div class="i-checks" style="display: inline;"><label style="padding-left: 0"> <input name="remember_me" checked class="ib_checkbox" type="checkbox" value="yes"> {$_L['Remember me']}</label></div>
<button type="submit" class="btn btn-primary pull-right">Login</button>
</div>
<div class="panel-footer">
<div class="clearfix" style="text-align: -webkit-center;">
<br/>
<input type="hidden" id="GoogleOAuth2Token" name="GoogleOAuth2Token">
<div id="g_id_onload"
data-client_id="142857919784-nos9c73050eohn1hccj2uho39m4crkmf.apps.googleusercontent.com"
data-context="signin"
data-ux_mode="popup"
data-callback="onSignIn"
data-nonce=""
data-auto_prompt="false">
</div>
<div class="g_id_signin"
data-type="standard"
data-shape="rectangular"
data-theme="outline"
data-text="signin_with"
data-size="large"
data-logo_alignment="left">
</div>
</div>
</div>
</div>
</form>
<div class="text-center">
<a href="{$_url}client/register/" class="mb20"><i class="ion-social-facebook"></i>Signup Here</a> |
<a href="{$_url}client/forgot_pw/" class="mb20"><i class="ion-social-twitter"></i>Forgot Password ?</a>
</div>
</div>
</div>
</div>
<!-- Load site level scripts -->
<script src="{$_theme}/js/jquery-1.10.2.js"></script>
<script src="{$_theme}/js/jquery-ui-1.10.4.min.js"></script>
<script src="{$_theme}/js/bootstrap.min.js"></script>
<script src="{$_theme}/lib/icheck/icheck.min.js"></script>
<script src="https://accounts.google.com/gsi/client"> async defer></script>
<script>
function onSignIn(googleUser) {
const GoogleOAuth2Token = googleUser.credential;
$('#GoogleOAuth2Token').val(GoogleOAuth2Token);
$('#validate-form').submit();
}
</script>
<!-- End loading site level scripts -->
<!-- Load page level scripts-->
<script type="text/javascript">
$(function() {
$('.i-checks').iCheck({
checkboxClass: 'icheckbox_square-blue',
radioClass: 'iradio_square-blue'
});
});
</script>
<!-- End loading page level scripts-->
</body>
</html>