| Server IP : 162.214.74.102 / Your IP : 216.73.217.103 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/restaurantadmin/ |
Upload File : |
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title><?=SITENAME?> | <?php echo $this->lang->line('BusinessOwnerRegister');?></title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="og:title" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Styles -->
<link rel="shortcut icon" href="<?=base_url();?>assets/favicon.ico" />
<link rel="stylesheet" href="<?=base_url();?>assets/css/font-awesome.min.css">
<link rel="stylesheet" href="<?=base_url();?>assets/css/animate.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900|Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="<?=base_url();?>assets/css/bootstrap.min.css">
<link rel="stylesheet" href="<?=base_url();?>assets/css/front-end/main.css">
<link rel="stylesheet" href="<?=base_url();?>assets/css/front-end/style.css">
<!-- <link rel="stylesheet" type="text/css" href="assets/css/style.css" /> -->
<!-- <script src="assets/js/modernizr-2.7.1.js"></script> -->
<script src="<?php echo base_url(); ?>assets/js/jquery-1.11.3.js"></script>
<style type="text/css">
.navbar-header{position: relative;}
.logo img {position: absolute;height: 55px;}
.navbar{min-height: 70px;top: -150px;}
.mctop75{margin-top: 75px;}
.navbar-toggle{margin-top: 17px;}
.round-layer{position: absolute;top: 77px;left: -22px;z-index: -1;display: none;}
.round-layer img{width: 175px;}
.navbar{border-bottom: 0px solid #807d7d !important;}
.mt50{margin-top:50px;}
@media (max-width: 767px)
{
.logo img {
position: absolute;
height: 30px;
margin: 0px auto;
left: 0px;
right: 0px;
}
.regowener-header h3 {
margin: 0px !important;
color: #000 !important;
margin-top: 10px !important;
}
.ownerLoginRightbg123{margin-top: 40px;}
}
</style>
</head>
<body>
<section id="restaurants">
<div class="navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" style="background-color: #333; display: none;" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="logo" href="<?=base_url();?>"><img src="<?=base_url();?>assets/logo-main.png" alt="Logo"></a>
<div class="round-layer">
<img src="<?=base_url();?>assets/img/front-end/round-layer.png">
</div>
</div>
<div class="text-center trt regowener-header" style="padding: 20px;">
<h3 style="" class="jh3"><?php echo $this->lang->line('JoinNow');?></h3>
</div>
</div>
</div>
</section>
<div class="for-fixed"></div>
<section id="cos-login" class="mt50">
<div class="container">
<div class="row res-reg">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="col-md-6">
<h3 class="text-center"><?php echo $this->lang->line('LogInforBusinessOwners');?></h3>
<?php if($this->session->userdata('success_msg')) { ?>
<div class="alert alert-info text-center">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo $this->session->userdata('success_msg'); $this->session->unset_userdata('success_msg'); ?></strong>
</div>
<?php } ?>
<?php if($this->session->flashdata('success_msg')) { ?>
<div class="alert alert-info text-center">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo $this->session->flashdata('success_msg'); ?></strong>
</div>
<?php } ?>
<?php if($this->session->flashdata('error_msg')) { ?>
<div class="alert alert-danger text-center">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo $this->session->flashdata('error_msg'); ?></strong>
</div>
<?php } ?>
<?php if(validation_errors() != FALSE) { ?>
<div class="alert alert-danger text-center">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
<strong><?php echo validation_errors(); ?></strong>
</div>
<?php } ?>
<?php $validator = array('role' => 'form', 'data-toggle' => 'validator'); echo form_open('verifylogin_restadmin', $validator); ?>
<div class="input-group form-group">
<span class="input-group-btn">
<button class="btn btn-secondary btn-icon" type="button"><i class="fa fa-user" aria-hidden="true"></i></button>
</span>
<input type="email" name="username" value="<?php echo set_value('username', $username); ?>" class="form-control bod-form" placeholder="<?php echo $this->lang->line('BusinessEmail');?>" required>
</div>
<div class="input-group form-group">
<span class="input-group-btn">
<button class="btn btn-secondary btn-icon" type="button"><i class="fa fa-lock" aria-hidden="true"></i></button>
</span>
<input value="<?php echo $password; ?>" name="password" type="password" class="form-control bod-form" placeholder="<?php echo $this->lang->line('Password');?>" required>
</div>
<div class="form-group push--bottom">
<input type="checkbox" id="checkbox-rememberme" class="hidden" name="rememberme" <?php echo $ischecked; ?> />
<label class="checkbox" for="checkbox-rememberme">
<?php echo $this->lang->line('RememberMe');?>
</label>
<span class="rememberme-forgetpassword-separator"></span>
<a href="javascript:void(0)" class="forgot-password" onclick="openRestaurantForgotPass()">
<?php echo $this->lang->line('ForgotPassword');?>
</a>
</div>
<div class="col-md-12 custom-padding-0">
<button type="submit" class="btn btn-info nxt-btn"><?php echo $this->lang->line('Login');?></button>
</div>
<div class="clearfix"></div>
</form>
</div>
<div class="col-md-6">
<div class="col-md-12">
<div class="col-md-2 trc">
<img class="mctop6 mcleft15" src="<?=base_url();?>assets/img/front-end/book.png">
</div>
<div class="col-md-10 paddingleft0">
<h3 class="h3res trc"><?php echo $this->lang->line('ConfirmOrders');?></h3>
<p class="pres trc"><?php echo $this->lang->line('Confirmincomingorders');?></p>
</div>
</div>
<div class="col-md-12">
<div class="col-md-2 trc">
<img class="mctop6 mcleft15" src="<?=base_url();?>assets/img/front-end/pc.png">
</div>
<div class="col-md-10 paddingleft0">
<h3 class="h3res trc"><?php echo $this->lang->line('ManageYourBusiness');?></h3>
<p class="pres trc"><?php echo $this->lang->line('Updatemenuandbusiness');?></p>
</div>
</div>
<div class="col-md-12">
<div class="col-md-2 trc">
<img class="mctop6 mcleft15" src="<?=base_url();?>assets/img/front-end/board.png">
</div>
<div class="col-md-10 paddingleft0">
<h3 class="h3res trc"><?php echo $this->lang->line('Sales');?></h3>
<p class="pres trc"><?php echo $this->lang->line('Completeanalysisofyourbusiness');?></p>
</div>
</div>
<div class="col-md-8 mvodd text-center">
<a href="<?=base_url();?>restaurantadmin/register"><p class="a-user"><?php echo $this->lang->line('CreateNewAccount');?></p></a>
</div>
</div>
</div>
<div class="clearfix"></div>
<p class="orgp text-center mctop30"><?php echo $this->lang->line('Byusingour');?> <a href="<?=base_url();?>terms"><?php echo $this->lang->line('termsofuse');?></a></p>
</div>
</div>
</section>