2020-03-15 19:02:37 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<!--Bootstrap-->
|
|
|
|
|
<!-- Latest compiled and minified CSS -->
|
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
2020-03-16 18:51:17 +00:00
|
|
|
<link href="https://bootswatch.com/4/superhero/bootstrap.css" rel="stylesheet" id="bootstrap-css3">
|
2020-03-15 19:02:37 +00:00
|
|
|
<link rel="stylesheet" title="default" href="/static/main.css">
|
|
|
|
|
|
|
|
|
|
<!-- jQuery library -->
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Popper JS -->
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
|
|
|
|
|
|
|
|
|
|
<!-- Latest compiled JavaScript -->
|
|
|
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
|
2020-03-16 18:51:17 +00:00
|
|
|
|
2020-03-15 19:02:37 +00:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js"></script>
|
2020-03-16 16:21:41 +00:00
|
|
|
|
|
|
|
|
|
2020-03-15 19:02:37 +00:00
|
|
|
<script src="/static/main.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
2020-03-16 18:51:17 +00:00
|
|
|
<div style="position: fixed; left: 50%; z-index: 9999;">
|
|
|
|
|
<div class="navbar navbar-expand-lg navbar-dark bg-dark" id="switch">
|
|
|
|
|
<div class="btn-group btn-group-toggle" data-toggle="buttons">
|
|
|
|
|
<label class="btn btn-primary active navi">
|
|
|
|
|
<input type="radio" name="options" id="option1" autocomplete="off" checked=""> Identify
|
|
|
|
|
</label>
|
|
|
|
|
<label class="btn btn-primary navi">
|
|
|
|
|
<input type="radio" name="options" id="option2" autocomplete="off"> Validate
|
|
|
|
|
</label>
|
|
|
|
|
<label class="btn btn-primary navi">
|
|
|
|
|
<input type="radio" name="options" id="option3" autocomplete="off"> Enrole
|
|
|
|
|
</label>
|
|
|
|
|
<label class="btn btn-primary navi">
|
|
|
|
|
<input type="radio" name="options" id="option4" autocomplete="off"> Change
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
2020-03-16 16:21:41 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="position: fixed; left: 50%;">
|
2020-03-16 18:51:17 +00:00
|
|
|
<div class="container bg-dark" id="main">
|
2020-03-15 19:02:37 +00:00
|
|
|
|
2020-03-16 16:21:41 +00:00
|
|
|
hi
|
2020-03-15 19:02:37 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-03-16 18:51:17 +00:00
|
|
|
<div class="container bg-dark" id="list">
|
|
|
|
|
|
2020-03-16 16:21:41 +00:00
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
2020-03-15 19:02:37 +00:00
|
|
|
<script>loadData();</script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|