mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/IZYIM-Prototype.git
synced 2026-08-19 04:33:55 +00:00
167 lines
9.3 KiB
HTML
167 lines
9.3 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
|
|
Version: 4.7.5
|
|
Author: KeenThemes
|
|
Website: http://www.keenthemes.com/
|
|
Contact: support@keenthemes.com
|
|
Follow: www.twitter.com/keenthemes
|
|
Dribbble: www.dribbble.com/keenthemes
|
|
Like: www.facebook.com/keenthemes
|
|
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
|
|
Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
|
|
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
|
|
-->
|
|
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
|
|
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
|
|
<!--[if !IE]><!-->
|
|
<html lang="en">
|
|
<!--<![endif]-->
|
|
<!-- BEGIN HEAD -->
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>IZYIM | Login</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport" />
|
|
<meta content="Preview page of Metronic Admin Theme #1 for " name="description" />
|
|
<meta content="" name="author" />
|
|
<!-- BEGIN GLOBAL MANDATORY STYLES -->
|
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
|
|
<link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- END GLOBAL MANDATORY STYLES -->
|
|
<!-- BEGIN PAGE LEVEL PLUGINS -->
|
|
<link href="../assets/global/plugins/select2/css/select2.min.css" rel="stylesheet" type="text/css" />
|
|
<link href="../assets/global/plugins/select2/css/select2-bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- END PAGE LEVEL PLUGINS -->
|
|
<!-- BEGIN THEME GLOBAL STYLES -->
|
|
<link href="../assets/global/css/components.min.css" rel="stylesheet" id="style_components" type="text/css" />
|
|
<link href="../assets/global/css/plugins.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- END THEME GLOBAL STYLES -->
|
|
<!-- BEGIN PAGE LEVEL STYLES -->
|
|
<link href="../assets/pages/css/login.min.css" rel="stylesheet" type="text/css" />
|
|
<!-- END PAGE LEVEL STYLES -->
|
|
<!-- BEGIN THEME LAYOUT STYLES -->
|
|
<!-- END THEME LAYOUT STYLES -->
|
|
</head>
|
|
<!-- END HEAD -->
|
|
|
|
<body class=" login">
|
|
<!-- BEGIN LOGIN -->
|
|
<div class="content">
|
|
<!-- BEGIN LOGIN FORM -->
|
|
<form class="login-form" action="index.html" method="post">
|
|
<h3 class="form-title font-green">Sign In</h3>
|
|
<div class="alert alert-danger display-hide">
|
|
<button class="close" data-close="alert"></button>
|
|
<span> Enter any username and password. </span>
|
|
</div>
|
|
<div class="form-group">
|
|
<!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
|
|
<label class="control-label visible-ie8 visible-ie9">Mobile No.</label>
|
|
<input class="form-control form-control-solid placeholder-no-fix" type="text" autocomplete="off" placeholder="Mobile No." name="username" /> </div>
|
|
<div class="form-group">
|
|
<label class="control-label visible-ie8 visible-ie9">Password</label>
|
|
<input class="form-control form-control-solid placeholder-no-fix" type="password" autocomplete="off" placeholder="Password" name="password" /> </div>
|
|
<div class="form-actions">
|
|
<button type="submit" class="btn green uppercase">Login</button>
|
|
<label class="rememberme check mt-checkbox mt-checkbox-outline">
|
|
<input type="checkbox" name="remember" value="1" />Remember
|
|
<span></span>
|
|
</label>
|
|
<a href="javascript:;" id="forget-password" class="forget-password">Forgot Password?</a>
|
|
</div>
|
|
<div class="create-account">
|
|
<p>
|
|
<a href="javascript:;" id="register-btn" class="uppercase">Create an account</a>
|
|
</p>
|
|
</div>
|
|
</form>
|
|
<!-- END LOGIN FORM -->
|
|
<!-- BEGIN FORGOT PASSWORD FORM -->
|
|
<form class="forget-form" action="index.html" method="post">
|
|
<h3 class="font-green">Forget Password ?</h3>
|
|
<p> Enter your e-mail address below to reset your password. </p>
|
|
<div class="form-group">
|
|
<input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Email" name="email" /> </div>
|
|
<div class="form-actions">
|
|
<button type="button" id="back-btn" class="btn green btn-outline">Back</button>
|
|
<button type="submit" class="btn btn-success uppercase pull-right">Submit</button>
|
|
</div>
|
|
</form>
|
|
<!-- END FORGOT PASSWORD FORM -->
|
|
<!-- BEGIN REGISTRATION FORM -->
|
|
<form class="register-form" action="index.html" method="post">
|
|
<h3 class="font-green">Sign Up</h3>
|
|
<p class="hint"> Enter your account details below: </p>
|
|
<div class="form-group">
|
|
<label class="control-label visible-ie8 visible-ie9">Mobile No.</label>
|
|
<input class="form-control placeholder-no-fix" type="text" autocomplete="off" placeholder="Mobile No." name="username" /> </div>
|
|
<div class="form-group">
|
|
<label class="control-label visible-ie8 visible-ie9">Password</label>
|
|
<input class="form-control placeholder-no-fix" type="password" autocomplete="off" id="register_password" placeholder="Password" name="password" /> </div>
|
|
<div class="form-group">
|
|
<label class="control-label visible-ie8 visible-ie9">Re-type Your Password</label>
|
|
<input class="form-control placeholder-no-fix" type="password" autocomplete="off" placeholder="Re-type Your Password" name="rpassword" /> </div>
|
|
<div class="form-group">
|
|
<label class="control-label visible-ie8 visible-ie9">Verification No.</label>
|
|
<div class="row">
|
|
<div class="col-md-10">
|
|
<input class="form-control placeholder-no-fix" style="width:95%" type="password" autocomplete="off" id="register_password" placeholder="Verification No" name="password" />
|
|
</div>
|
|
<div class="col-md-2">
|
|
<button type="submit" id="register-submit-btn" style="line-height:2.0" class="btn btn-success uppercase pull-right">Send</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</br>
|
|
|
|
<div class="form-actions">
|
|
<button type="button" id="register-back-btn" class="btn green btn-outline">Back</button>
|
|
<button type="submit" id="register-submit-btn" class="btn btn-success uppercase pull-right">Submit</button>
|
|
</div>
|
|
</form>
|
|
<!-- END REGISTRATION FORM -->
|
|
</div>
|
|
<div class="copyright"> Copyright © 2017 IZYIM.COM </div>
|
|
<!--[if lt IE 9]>
|
|
<script src="../assets/global/plugins/respond.min.js"></script>
|
|
<script src="../assets/global/plugins/excanvas.min.js"></script>
|
|
<script src="../assets/global/plugins/ie8.fix.min.js"></script>
|
|
<![endif]-->
|
|
<!-- BEGIN CORE PLUGINS -->
|
|
<script src="../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
|
|
<script src="../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
|
|
<script src="../assets/global/plugins/js.cookie.min.js" type="text/javascript"></script>
|
|
<script src="../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
|
|
<script src="../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
|
|
<script src="../assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
|
|
<!-- END CORE PLUGINS -->
|
|
<!-- BEGIN PAGE LEVEL PLUGINS -->
|
|
<script src="../assets/global/plugins/jquery-validation/js/jquery.validate.min.js" type="text/javascript"></script>
|
|
<script src="../assets/global/plugins/jquery-validation/js/additional-methods.min.js" type="text/javascript"></script>
|
|
<script src="../assets/global/plugins/select2/js/select2.full.min.js" type="text/javascript"></script>
|
|
<!-- END PAGE LEVEL PLUGINS -->
|
|
<!-- BEGIN THEME GLOBAL SCRIPTS -->
|
|
<script src="../assets/global/scripts/app.min.js" type="text/javascript"></script>
|
|
<!-- END THEME GLOBAL SCRIPTS -->
|
|
<!-- BEGIN PAGE LEVEL SCRIPTS -->
|
|
<script src="../assets/pages/scripts/login.min.js" type="text/javascript"></script>
|
|
<!-- END PAGE LEVEL SCRIPTS -->
|
|
<!-- BEGIN THEME LAYOUT SCRIPTS -->
|
|
<!-- END THEME LAYOUT SCRIPTS -->
|
|
<script>
|
|
$(document).ready(function() {
|
|
$('#clickmewow').click(function() {
|
|
$('#radio1003').attr('checked', 'checked');
|
|
});
|
|
})
|
|
</script>
|
|
</body>
|
|
|
|
</html> |