timelaps-front/index.html

506 lines
21 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="nriault">
<title>Timelaps - Dashboard</title>
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template-->
<link href="css/sb-admin-2.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<!-- Sidebar -->
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
<!-- Sidebar - Brand -->
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="index.html">
<div class="sidebar-brand-icon rotate-n-15">
<img src="/img/tondeuse.png" width="90px">
</div>
<div class="sidebar-brand-text mx-3">Timelaps <sup>2</sup></div>
</a>
<!-- Divider -->
<hr class="sidebar-divider my-0">
<!-- Nav Item - Dashboard -->
<li class="nav-item active">
<a class="nav-link" href="index.html">
<i class="fas fa-fw fa-tachometer-alt"></i>
<span>Dashboard</span></a>
</li>
<!-- Divider -->
<hr class="sidebar-divider">
<!-- Heading -->
<div class="sidebar-heading">
Conf
</div>
<li class="nav-item">
<a class="nav-link" href="karts.html">
<i class="fas fa-fw fa-car-alt"></i>
<span>Karts</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="pilots.html">
<i class="fas fa-fw fa-user-astronaut"></i>
<span>Pilots</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="params.html">
<i class="fas fa-fw fa-cog"></i>
<span>Params</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="">
<i class="fas fa-fw fa-flag-checkered"></i>
<span>Start</span></a>
</li>
<!-- Divider -->
<hr class="sidebar-divider">
<!-- Heading -->
<div class="sidebar-heading">
Help
</div>
<!-- Nav Item - Tables -->
<li class="nav-item">
<a class="nav-link" href="index_ori.html">
<i class="fas fa-fw fa-table"></i>
<span>Help</span></a>
</li>
<!-- Divider -->
<hr class="sidebar-divider d-none d-md-block">
<!-- Sidebar Toggler (Sidebar) -->
<div class="text-center d-none d-md-inline">
<button class="rounded-circle border-0" id="sidebarToggle"></button>
</div>
</ul>
<!-- End of Sidebar -->
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<!-- Topbar -->
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
<!-- Sidebar Toggle (Topbar) -->
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
<i class="fa fa-bars"></i>
</button>
<a href="#" class="btn btn-light btn-icon-split btn-sm">
<span class="icon text-gray-600">
<i class="fas fa-car"></i>
</span>
<span class="text">All</span>
</a>
&nbsp;
<a href="#" class="btn btn-light btn-icon-split btn-sm">
<span class="icon text-gray-600">
<i class="fas fa-space-shuttle"></i>
</span>
<span class="text">OCK 1</span>
</a>
&nbsp;
<a href="#" class="btn btn-light btn-icon-split btn-sm">
<span class="icon text-gray-600">
<i class="fas fa-car-crash"></i>
</span>
<span class="text">OCK 2</span>
</a>
&nbsp;
<a href="#" class="btn btn-light btn-icon-split btn-sm">
<span class="icon text-gray-600">
<i class="fas fa-tractor"></i>
</span>
<span class="text">OCK 3</span>
</a>
&nbsp;
<!-- Topbar Navbar -->
<ul class="navbar-nav ml-auto">
<!-- Nav Item - Alerts -->
<li class="nav-item dropdown no-arrow mx-1">
<a class="nav-link dropdown-toggle" href="#" id="alertsDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-bell fa-fw"></i>
<!-- Counter - Alerts -->
<span class="badge badge-danger badge-counter">3+</span>
</a>
<!-- Dropdown - Alerts -->
<div class="dropdown-list dropdown-menu dropdown-menu-right shadow animated--grow-in"
aria-labelledby="alertsDropdown">
<h6 class="dropdown-header">
Alerts Center
</h6>
<a class="dropdown-item d-flex align-items-center" href="#">
<div class="mr-3">
<div class="icon-circle bg-primary">
<i class="fas fa-file-alt text-white"></i>
</div>
</div>
<div>
<div class="small text-gray-500">December 12, 2019</div>
<span class="font-weight-bold">A new monthly report is ready to download!</span>
</div>
</a>
<a class="dropdown-item d-flex align-items-center" href="#">
<div class="mr-3">
<div class="icon-circle bg-success">
<i class="fas fa-donate text-white"></i>
</div>
</div>
<div>
<div class="small text-gray-500">December 7, 2019</div>
$290.29 has been deposited into your account!
</div>
</a>
<a class="dropdown-item d-flex align-items-center" href="#">
<div class="mr-3">
<div class="icon-circle bg-warning">
<i class="fas fa-exclamation-triangle text-white"></i>
</div>
</div>
<div>
<div class="small text-gray-500">December 2, 2019</div>
Spending Alert: We've noticed unusually high spending for your account.
</div>
</a>
<a class="dropdown-item text-center small text-gray-500" href="#">Show All Alerts</a>
</div>
</li>
</ul>
</nav>
<!-- End of Topbar -->
<!-- Begin Page Content -->
<div class="container-fluid">
<!-- Page Heading -->
<div class="d-sm-flex align-items-center justify-content-between mb-4">
<h1 class="h3 mb-0 text-gray-800">Dashboard</h1>
</div>
<!-- DataTales Example -->
<div class="card shadow mb-4 dashboard-all">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Race params - OCK 1</h6>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-6">
<h4>Relay in progress : <label id="pilot-ock1"> Nicolas</label> - <label
id="time-pilot-ock1">37:55</label></h4>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 79%" aria-valuenow="79"
aria-valuemin="0" aria-valuemax="100">79%
</div>
</div>
<br>
<div class="table-responsive">
<table class="table table-bordered table-striped table-sm" id="dataTable_ock1"
width="100%"
cellspacing="0">
<thead>
<tr>
<th></th>
<th>Pilot</th>
<th>Start</th>
<th>End</th>
<th>Refueled</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>BGL</td>
<td>2019-04-06 18:00:08</td>
<td></td>
<td>1</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-6">
<div class="table-responsive">
<table class="table table-bordered table-striped table-sm">
<thead>
<tr>
<th>N°.</th>
<th>Chrono time</th>
<th>Time</th>
</tr>
</thead>
<tbody>
<tr>
<td> L2</td>
<td>41:55</td>
<td>18:42:03</td>
</tr>
<tr>
<td> L1</td>
<td>42:55</td>
<td>18:43:03</td>
</tr>
<tr>
<td>IN</td>
<td>43:55</td>
<td>18:44:03</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="card shadow mb-4 dashboard-all">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Race params - OCK 2</h6>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-6">
<h4>Relay in progress : <label id="pilot-ock2"> Nicolas</label> - <label
id="time-pilot-ock2">37:55</label></h4>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 79%" aria-valuenow="79"
aria-valuemin="0" aria-valuemax="100">79%
</div>
</div>
<br>
<div class="table-responsive">
<table class="table table-bordered table-striped table-sm" id="dataTable_ock2"
width="100%"
cellspacing="0">
<thead>
<tr>
<th></th>
<th>Pilot</th>
<th>Start</th>
<th>End</th>
<th>Refueled</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>BGL</td>
<td>2019-04-06 18:00:08</td>
<td></td>
<td>1</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-6">
<div class="table-responsive">
<table class="table table-bordered table-striped table-sm">
<thead>
<tr>
<th>N°.</th>
<th>Chrono time</th>
<th>Time</th>
</tr>
</thead>
<tbody>
<tr>
<td> L2</td>
<td>41:55</td>
<td>18:42:03</td>
</tr>
<tr>
<td> L1</td>
<td>42:55</td>
<td>18:43:03</td>
</tr>
<tr>
<td>IN</td>
<td>43:55</td>
<td>18:44:03</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div class="card shadow mb-4 dashboard-all">
<div class="card-header py-3">
<h6 class="m-0 font-weight-bold text-primary">Race params - OCK 3</h6>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-6">
<h4>Relay in progress : <label id="pilot-ock3"> Nicolas</label> - <label
id="time-pilot-ock3">37:55</label></h4>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 79%" aria-valuenow="79"
aria-valuemin="0" aria-valuemax="100">79%
</div>
</div>
<br>
<div class="table-responsive">
<table class="table table-bordered table-striped table-sm" id="dataTable_ock3"
width="100%"
cellspacing="0">
<thead>
<tr>
<th></th>
<th>Pilot</th>
<th>Start</th>
<th>End</th>
<th>Refueled</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>BGL</td>
<td>2019-04-06 18:00:08</td>
<td></td>
<td>1</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-6">
<div class="table-responsive">
<table class="table table-bordered table-striped table-sm">
<thead>
<tr>
<th>N°.</th>
<th>Chrono time</th>
<th>Time</th>
</tr>
</thead>
<tbody>
<tr>
<td> L2</td>
<td>41:55</td>
<td>18:42:03</td>
</tr>
<tr>
<td> L1</td>
<td>42:55</td>
<td>18:43:03</td>
</tr>
<tr>
<td>IN</td>
<td>43:55</td>
<td>18:44:03</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<!-- Footer -->
<footer class="sticky-footer bg-white">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright &copy; Your Website 2019</span>
</div>
</div>
</footer>
<!-- End of Footer -->
</div>
<!-- End of Content Wrapper -->
</div>
<!-- End of Page Wrapper -->
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for all pages-->
<script src="js/sb-admin-2.min.js"></script>
<script src="js/timelaps.js?version=1"></script>
<!-- Page level plugins -->
<script src="vendor/chart.js/Chart.min.js"></script>
<!-- Page level custom scripts -->
<script>
</script>
</body>
</html>