new page
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Auth extends CI_Controller {
|
||||
|
||||
/**
|
||||
* Index Page for this controller.
|
||||
*
|
||||
* Maps to the following URL
|
||||
* http://example.com/index.php/welcome
|
||||
* - or -
|
||||
* http://example.com/index.php/welcome/index
|
||||
* - or -
|
||||
* Since this controller is set as the default controller in
|
||||
* config/routes.php, it's displayed at http://example.com/
|
||||
*
|
||||
* So any other public methods not prefixed with an underscore will
|
||||
* map to /index.php/welcome/<method_name>
|
||||
* @see https://codeigniter.com/user_guide/general/urls.html
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
$this->load->view('home/view_login');
|
||||
}
|
||||
}
|
||||
@@ -1,89 +0,0 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?><!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Welcome to CodeIgniter</title>
|
||||
|
||||
<style type="text/css">
|
||||
|
||||
::selection { background-color: #E13300; color: white; }
|
||||
::-moz-selection { background-color: #E13300; color: white; }
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
margin: 40px;
|
||||
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
||||
color: #4F5155;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #003399;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #444;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #D0D0D0;
|
||||
font-size: 19px;
|
||||
font-weight: normal;
|
||||
margin: 0 0 14px 0;
|
||||
padding: 14px 15px 10px 15px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
||||
font-size: 12px;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #D0D0D0;
|
||||
color: #002166;
|
||||
display: block;
|
||||
margin: 14px 0 14px 0;
|
||||
padding: 12px 10px 12px 10px;
|
||||
}
|
||||
|
||||
#body {
|
||||
margin: 0 15px 0 15px;
|
||||
}
|
||||
|
||||
p.footer {
|
||||
text-align: right;
|
||||
font-size: 11px;
|
||||
border-top: 1px solid #D0D0D0;
|
||||
line-height: 32px;
|
||||
padding: 0 10px 0 10px;
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 10px;
|
||||
border: 1px solid #D0D0D0;
|
||||
box-shadow: 0 0 8px #D0D0D0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="container">
|
||||
<h1>Welcome to CodeIgniter!</h1>
|
||||
|
||||
<div id="body">
|
||||
<p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
|
||||
|
||||
<p>If you would like to edit this page you'll find it located at:</p>
|
||||
<code>application/views/welcome_message.php</code>
|
||||
|
||||
<p>The corresponding controller for this page is found at:</p>
|
||||
<code>application/controllers/Welcome.php</code>
|
||||
|
||||
<p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p>
|
||||
</div>
|
||||
|
||||
<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds. <?php echo (ENVIRONMENT === 'development') ? 'CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?></p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,103 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>MERMS BackOffice</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
<meta name="description" content="Admin template that can be used to build dashboards for CRM, CMS, etc." />
|
||||
<meta name="author" content="Potenza Global Solutions" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<!-- app favicon -->
|
||||
<link rel="shortcut icon" href="assets/img/favicon.ico">
|
||||
<!-- google fonts -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
|
||||
<!-- plugin stylesheets -->
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/vendors.css" />
|
||||
<!-- app style -->
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
|
||||
</head>
|
||||
|
||||
<body class="bg-white">
|
||||
<!-- begin app -->
|
||||
<div class="app">
|
||||
<!-- begin app-wrap -->
|
||||
<div class="app-wrap">
|
||||
<!-- begin pre-loader -->
|
||||
<div class="loader">
|
||||
<div class="h-100 d-flex justify-content-center">
|
||||
<div class="align-self-center">
|
||||
<img src="assets/img/loader/loader.svg" alt="loader">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end pre-loader -->
|
||||
|
||||
<!--start login contant-->
|
||||
<div class="app-contant">
|
||||
<div class="bg-white">
|
||||
<div class="container-fluid p-0">
|
||||
<div class="row no-gutters">
|
||||
<div class="col-sm-6 col-lg-5 col-xxl-3 align-self-center order-2 order-sm-1">
|
||||
<div class="d-flex align-items-center h-100-vh">
|
||||
<div class="login p-50">
|
||||
<h1 class="mb-2">MERMS BackOffice</h1>
|
||||
<p>Welcome back, please login to your account.</p>
|
||||
<form action="/login" class="mt-3 mt-sm-5">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
<label class="control-label">User Name*</label>
|
||||
<input type="text" class="form-control" placeholder="Username" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
<label class="control-label">Password*</label>
|
||||
<input type="password" class="form-control" placeholder="Password" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="d-block d-sm-flex align-items-center">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="gridCheck">
|
||||
<label class="form-check-label" for="gridCheck">
|
||||
Remember Me
|
||||
</label>
|
||||
</div>
|
||||
<a href="javascript:void(0);" class="ml-auto">Forgot Password ?</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
<a href="/login" class="btn btn-primary text-uppercase">Sign In</a>
|
||||
</div>
|
||||
<div class="col-12 mt-3">
|
||||
<p>Don't have an account ?<a href="/register"> Sign Up</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-xxl-9 col-lg-7 o-hidden order-1 order-sm-2" style="background-color:red; background-image: url('assets/img/bg/login.jpg'); background-size: 100% 100%;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--end login contant-->
|
||||
</div>
|
||||
<!-- end app-wrap -->
|
||||
</div>
|
||||
<!-- end app -->
|
||||
|
||||
|
||||
|
||||
<!-- plugins -->
|
||||
<script src="/assets/js/vendors.js"></script>
|
||||
|
||||
<!-- custom app -->
|
||||
<script src="/assets/js/app.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,148 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="loading" lang="en" data-textdirection="ltr">
|
||||
<!-- BEGIN: Head-->
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
|
||||
<meta name="description" content="Vuesax admin is super flexible, powerful, clean & modern responsive bootstrap 4 admin template with unlimited possibilities.">
|
||||
<meta name="keywords" content="admin template, Vuesax admin template, dashboard template, flat admin template, responsive admin template, web app">
|
||||
<meta name="author" content="PIXINVENT">
|
||||
<title>Login Page - Vuesax - Bootstrap HTML admin template</title>
|
||||
<link rel="apple-touch-icon" href="/app-assets/images/ico/apple-icon-120.png">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/app-assets/images/ico/favicon.ico">
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600" rel="stylesheet">
|
||||
|
||||
<!-- BEGIN: Vendor CSS-->
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/vendors/css/vendors.min.css">
|
||||
<!-- END: Vendor CSS-->
|
||||
|
||||
<!-- BEGIN: Theme CSS-->
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/bootstrap-extended.css">
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/colors.css">
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/components.css">
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/themes/dark-layout.css">
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/themes/semi-dark-layout.css">
|
||||
|
||||
<!-- BEGIN: Page CSS-->
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/core/menu/menu-types/vertical-menu.css">
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/core/colors/palette-gradient.css">
|
||||
<link rel="stylesheet" type="text/css" href="/app-assets/css/pages/authentication.css">
|
||||
<!-- END: Page CSS-->
|
||||
|
||||
<!-- BEGIN: Custom CSS-->
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/style.css">
|
||||
<!-- END: Custom CSS-->
|
||||
|
||||
</head>
|
||||
<!-- END: Head-->
|
||||
|
||||
<!-- BEGIN: Body-->
|
||||
|
||||
<body class="vertical-layout vertical-menu-modern dark-layout 1-column navbar-floating footer-static bg-full-screen-image blank-page blank-page" data-open="click" data-menu="vertical-menu-modern" data-col="1-column" data-layout="dark-layout">
|
||||
<!-- BEGIN: Content-->
|
||||
<div class="app-content content">
|
||||
<div class="content-wrapper">
|
||||
<div class="content-header row">
|
||||
</div>
|
||||
<div class="content-body">
|
||||
<section class="row flexbox-container">
|
||||
<div class="col-xl-8 col-11 d-flex justify-content-center">
|
||||
<div class="card bg-authentication rounded-0 mb-0">
|
||||
<div class="row m-0">
|
||||
<div class="col-lg-6 d-lg-block d-none text-center align-self-center px-1 py-0">
|
||||
<img src="/app-assets/images/pages/login.png" alt="branding logo">
|
||||
</div>
|
||||
<div class="col-lg-6 col-12 p-0">
|
||||
<div class="card rounded-0 mb-0 px-2">
|
||||
<div class="card-header pb-1">
|
||||
<div class="card-title">
|
||||
<h4 class="mb-0">Login</h4>
|
||||
</div>
|
||||
</div>
|
||||
<p class="px-2">Welcome back, please login to your account.</p>
|
||||
<div class="card-content">
|
||||
<div class="card-body pt-1">
|
||||
<form action="index.html">
|
||||
<fieldset class="form-label-group form-group position-relative has-icon-left">
|
||||
<input type="text" class="form-control" id="user-name" placeholder="Username" required>
|
||||
<div class="form-control-position">
|
||||
<i class="feather icon-user"></i>
|
||||
</div>
|
||||
<label for="user-name">Username</label>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="form-label-group position-relative has-icon-left">
|
||||
<input type="password" class="form-control" id="user-password" placeholder="Password" required>
|
||||
<div class="form-control-position">
|
||||
<i class="feather icon-lock"></i>
|
||||
</div>
|
||||
<label for="user-password">Password</label>
|
||||
</fieldset>
|
||||
<div class="form-group d-flex justify-content-between align-items-center">
|
||||
<div class="text-left">
|
||||
<fieldset class="checkbox">
|
||||
<div class="vs-checkbox-con vs-checkbox-primary">
|
||||
<input type="checkbox">
|
||||
<span class="vs-checkbox">
|
||||
<span class="vs-checkbox--check">
|
||||
<i class="vs-icon feather icon-check"></i>
|
||||
</span>
|
||||
</span>
|
||||
<span class="">Remember me</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div class="text-right"><a href="auth-forgot-password.html" class="card-link">Forgot Password?</a></div>
|
||||
</div>
|
||||
<a href="auth-register.html" class="btn btn-outline-primary float-left btn-inline">Register</a>
|
||||
<button type="submit" class="btn btn-primary float-right btn-inline">Login</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="login-footer">
|
||||
<div class="divider">
|
||||
<div class="divider-text">OR</div>
|
||||
</div>
|
||||
<div class="footer-btn d-inline">
|
||||
<a href="#" class="btn btn-facebook"><span class="fa fa-facebook"></span></a>
|
||||
<a href="#" class="btn btn-twitter white"><span class="fa fa-twitter"></span></a>
|
||||
<a href="#" class="btn btn-google"><span class="fa fa-google"></span></a>
|
||||
<a href="#" class="btn btn-github"><span class="fa fa-github-alt"></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END: Content-->
|
||||
|
||||
|
||||
<!-- BEGIN: Vendor JS-->
|
||||
<script src="/app-assets/vendors/js/vendors.min.js"></script>
|
||||
<!-- BEGIN Vendor JS-->
|
||||
|
||||
<!-- BEGIN: Page Vendor JS-->
|
||||
<!-- END: Page Vendor JS-->
|
||||
|
||||
<!-- BEGIN: Theme JS-->
|
||||
<script src="/app-assets/js/core/app-menu.js"></script>
|
||||
<script src="/app-assets/js/core/app.js"></script>
|
||||
<script src="/app-assets/js/scripts/components.js"></script>
|
||||
<!-- END: Theme JS-->
|
||||
|
||||
<!-- BEGIN: Page JS-->
|
||||
<!-- END: Page JS-->
|
||||
|
||||
</body>
|
||||
<!-- END: Body-->
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user