You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
2.0 KiB
PHTML
52 lines
2.0 KiB
PHTML
2 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<title>AdminLTE 2 | Timeout Screen</title>
|
||
|
<!-- Tell the browser to be responsive to screen width -->
|
||
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
||
|
<!-- Bootstrap 3.3.6 -->
|
||
|
<link rel="stylesheet" href="adminlte/bootstrap/css/bootstrap.min.css">
|
||
|
<!-- Font Awesome -->
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
|
||
|
<!-- Ionicons -->
|
||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
|
||
|
<!-- Theme style -->
|
||
|
<link rel="stylesheet" href="adminlte/dist/css/AdminLTE.min.css">
|
||
|
|
||
|
<!-- 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.3/html5shiv.min.js"></script>
|
||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||
|
<![endif]-->
|
||
|
</head>
|
||
|
<body class="hold-transition lockscreen">
|
||
|
<!-- Automatic element centering -->
|
||
|
<div class="lockscreen-wrapper">
|
||
|
<div class="lockscreen-logo">
|
||
|
<a href="#"><b>KW</b>Mobile</a>
|
||
|
</div>
|
||
|
<!-- User name -->
|
||
|
<div class="lockscreen-name">Screen is on Timeout.</div>
|
||
|
|
||
|
|
||
|
<div class="help-block text-center">
|
||
|
<p>You cannot access the application at this time.</p>
|
||
|
<p><?php echo "Authorized use is from " . $allowedTimeFrom . " to " . $allowedTimeTo . " only."; ?></p>
|
||
|
</div>
|
||
|
<div class="lockscreen-footer text-center">
|
||
|
Copyright © 2020-2022 <b><a href="http://almsaeedstudio.com" class="text-black">Karat World</a></b><br>
|
||
|
All rights reserved
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- /.center -->
|
||
|
|
||
|
<!-- jQuery 2.2.3 -->
|
||
|
<script src="adminlte/plugins/jQuery/jquery-2.2.3.min.js"></script>
|
||
|
<!-- Bootstrap 3.3.6 -->
|
||
|
<script src="adminlte/bootstrap/js/bootstrap.min.js"></script>
|
||
|
</body>
|
||
|
</html>
|