| 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_projetos/sopizzas/application/views/superadmin/ |
Upload File : |
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="<?=base_url();?>assets/favicon.ico" />
<title><?php echo $this->lang->line('LoginSuperAdmin');?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/css/style.css" />
<script src="<?php echo base_url(); ?>assets/js/validator.js"></script>
</head>
<body>
<div class="content">
<div class="icon-item text--center">
<a href="<?php echo base_url(); ?>">
<img src="<?php echo base_url(); ?>assets/logo-main.png" style="margin-top:20px;">
</a>
</div>
<div id="fb-root"></div>
<!-- <h3 class="h3custom">Have an Account?</h3> -->
<p class="primary-font primary-font--semibold background-line push--top push--bottom">
<span><?php echo $this->lang->line('SuperAdminLogin');?> </span>
</p>
<?php if(validation_errors() != false) { ?>
<div style="text-align: center;" class="alert alert-danger">
<?php echo validation_errors(); ?>
</div>
<?php } ?>
<?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('verifylogin', $validator); ?>
<div class="form-group push-tiny--top flush--bottom " id="input-container">
<input type="username" name="username"
class="text-input square--bottom "
placeholder="<?php echo $this->lang->line('EmailAddress');?>"
value="<?php echo $username; ?>" id="email" autofocus autocomplete="off" maxlength="50" required/>
</div>
<div class="form-group push--bottom">
<input type="password" name="password" value="<?php echo $password; ?>"
class="text-input square--top "
placeholder="<?php echo $this->lang->line('Password');?>" id="password" style="margin-top:15px;" maxlength="20" required />
</div>
<div class="form-group push--bottom">
<input type="checkbox" name="rememberme" id="checkbox-rememberme" class="hidden" <?php echo $ischecked; ?> />
<label class="checkbox" for="checkbox-rememberme">
<?php echo $this->lang->line('RememberMe');?>
</label>
</div>
<button onclick="#'" type="submit" class="btn btn--large btn--full" type="submit" style="background:#3C8DBC"><?php echo $this->lang->line('SignIn');?></button>
</form>
<!-- <hr class="push--top"/> -->
</div>
<style type="text/css">
.has-error.has-danger input, .has-error input, .has-danger input, .has-error.has-danger textarea, .has-error textarea, .has-danger textarea, .has-error.has-danger select, .has-error select, .has-danger select {
border-color: #a94442 !important;
box-shadow: 0px 0px 0px #fff !important;
}
.alert {
margin-top: 10px;
margin-bottom: 10px;
}
</style>
</body>
</html>