111 lines
5.4 KiB
PHP
111 lines
5.4 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Resico (India) Pvt Ltd | Admin System Log in</title>
|
|
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
|
<!-- <link href="<?php echo base_url(); ?>public/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> -->
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- <link href="<?php echo base_url(); ?>public/assets/dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> -->
|
|
<!-- <link href="<?php echo base_url(); ?>public/assets/dist/css/skins/skin-green.min.css" rel="stylesheet" type="text/css" /> -->
|
|
<!-- web favicon -->
|
|
<!-- This is needed for IE -->
|
|
<link rel="icon" href="<?php echo base_url(); ?>public/assets/dist/img/RI_favicon.png"/>
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/bootstrap-creative.min.css" rel="stylesheet" type="text/css" id="bs-default-stylesheet" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/app-creative.min.css" rel="stylesheet" type="text/css" id="app-default-stylesheet" />
|
|
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/bootstrap-creative-dark.min.css" rel="stylesheet" type="text/css" id="bs-dark-stylesheet" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/app-creative-dark.min.css" rel="stylesheet" type="text/css" id="app-dark-stylesheet" />
|
|
<link href="<?php echo base_url(); ?>public/new_assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
|
<style>
|
|
.debug-bar-dinlineBlock {display: none !important;}
|
|
.a-tag-link {
|
|
color: #00a65a;
|
|
transition: color 0.3s ease;
|
|
}
|
|
.a-tag-link:hover {
|
|
color: #ff0000;
|
|
}
|
|
</style>
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body class="loading">
|
|
|
|
<div class="account-pages mt-5 mb-5">
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-md-8 col-lg-6 col-xl-5">
|
|
<div class="card">
|
|
|
|
<div class="card-body p-4">
|
|
|
|
<div class="text-center w-75 m-auto">
|
|
<div class="auth-logo">
|
|
<a href="index.html" class="logo logo-dark text-center">
|
|
<span class="logo-lg">
|
|
<img src="<?php echo base_url('public/new_assets/images/RI_logo.png'); ?> " alt="" height="40">
|
|
</span>
|
|
</a>
|
|
|
|
<a href="index.html" class="logo logo-light text-center">
|
|
<span class="logo-lg">cfd
|
|
<img src="<?php echo base_url(); ?> " alt="" height="22">
|
|
</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<form action="<?php echo base_url(); ?>loginMe" method="post">
|
|
|
|
<div class="form-group mb-3">
|
|
<label for="emailaddress">Email address</label>
|
|
<input type="email" class="form-control" placeholder="Enter your email" name="email" required="" />
|
|
</div>
|
|
|
|
<div class="form-group mb-3">
|
|
<label for="password">Password</label>
|
|
<div class="input-group input-group-merge">
|
|
<input type="password" class="form-control" placeholder="Enter your password" name="password" id="password" required />
|
|
<div class="input-group-append" data-password="false">
|
|
<div class="input-group-text">
|
|
<span class="password-eye"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group mb-0 text-center">
|
|
<input type="submit" class="btn btn-primary btn-block" value="Sign In" />
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div> <!-- end card-body -->
|
|
</div>
|
|
<!-- end card -->
|
|
</div> <!-- end col -->
|
|
</div>
|
|
<!-- end row -->
|
|
</div>
|
|
<!-- end container -->
|
|
</div>
|
|
<!-- end page -->
|
|
|
|
<footer class="footer footer-alt">
|
|
<script>document.write(new Date().getFullYear())</script> © Resico <a href="" class="text-dark"></a>
|
|
</footer>
|
|
|
|
<!-- Vendor js -->
|
|
<script src="<?php echo base_url(); ?>public/new_assets/js/vendor.min.js"></script>
|
|
|
|
<!-- App js -->
|
|
<script src="<?php echo base_url(); ?>public/new_assets/js/app.min.js"></script>
|
|
|
|
</body>
|
|
</html>
|