| 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/marisol/ui/theme/lrsys/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{$_L['Login']} - {$_title}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="{$_theme}/css/bootstrap.min.css" rel="stylesheet">
<link href="{$_theme}/lib/fa/css/font-awesome.min.css" rel="stylesheet">
<!-- ionicons -->
<link href="{$_theme}/css/logincss.css" rel="stylesheet">
{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}
</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="?ng=client/forgot_pw_post/" method="post" class="" id="validate-form">
<div class="panel-default md-card">
<div class=""><h2>{$_L['Password Reset']}</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="clearfix">
<button type="submit" class="btn btn-primary pull-right">{$_L['Submit']}</button>
</div>
</div>
</div>
</form>
<div class="text-center">
<a href="{$_url}client/login/">{$_L['Go to Login']}</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>
<!-- End loading site level scripts -->
<!-- Load page level scripts-->
<!-- End loading page level scripts-->
</body>
</html>