2022-07-21 00:19:46 +02:00
|
|
|
<!DOCTYPE html>
|
2022-07-21 23:57:41 +02:00
|
|
|
<html lang="en"><head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
|
|
|
|
<meta name="generator" content="Hugo 0.101.0">
|
|
|
|
<title>Dashboard Template · Bootstrap v5.2</title>
|
|
|
|
|
|
|
|
<link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/dashboard/">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link href="../css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
|
|
|
|
|
|
|
<!-- Favicons -->
|
|
|
|
<link rel="apple-touch-icon" href="https://getbootstrap.com/docs/5.2/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
|
|
|
|
<link rel="icon" href="https://getbootstrap.com/docs/5.2/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
|
|
|
|
<link rel="icon" href="https://getbootstrap.com/docs/5.2/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
|
|
|
|
<link rel="manifest" href="https://getbootstrap.com/docs/5.2/assets/img/favicons/manifest.json">
|
|
|
|
<link rel="mask-icon" href="https://getbootstrap.com/docs/5.2/assets/img/favicons/safari-pinned-tab.svg" color="#712cf9">
|
|
|
|
<link rel="icon" href="https://getbootstrap.com/docs/5.2/assets/img/favicons/favicon.ico">
|
|
|
|
<meta name="theme-color" content="#712cf9">
|
2022-07-25 23:46:32 +02:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
2022-07-21 23:57:41 +02:00
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
.bd-placeholder-img {
|
|
|
|
font-size: 1.125rem;
|
|
|
|
text-anchor: middle;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.bd-placeholder-img-lg {
|
|
|
|
font-size: 3.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-example-divider {
|
|
|
|
height: 3rem;
|
|
|
|
background-color: rgba(0, 0, 0, .1);
|
|
|
|
border: solid rgba(0, 0, 0, .15);
|
|
|
|
border-width: 1px 0;
|
|
|
|
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-example-vr {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 1.5rem;
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bi {
|
|
|
|
vertical-align: -.125em;
|
|
|
|
fill: currentColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-scroller {
|
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
|
|
|
height: 2.75rem;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-scroller .nav {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
margin-top: -1px;
|
|
|
|
overflow-x: auto;
|
|
|
|
text-align: center;
|
|
|
|
white-space: nowrap;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
|
|
|
<link href="../css/dashboard.css" rel="stylesheet">
|
2022-07-29 23:55:42 +02:00
|
|
|
<link href="../css/style.css" rel="stylesheet">
|
2022-07-22 23:36:03 +02:00
|
|
|
|
2022-07-21 23:57:41 +02:00
|
|
|
|
|
|
|
<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
|
|
|
|
<a class="navbar-brand col-md-3 col-lg-2 me-0 px-3 fs-6" href="#">Company name</a>
|
|
|
|
<button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
|
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
|
</button>
|
|
|
|
<input class="form-control form-control-dark w-100 rounded-0 border-0" type="text" placeholder="Search" aria-label="Search">
|
|
|
|
<div class="navbar-nav">
|
|
|
|
<div class="nav-item text-nowrap">
|
2022-07-30 00:19:34 +02:00
|
|
|
<a class="nav-link px-3" id="signout" href="#">Sign out</a>
|
2022-07-21 23:57:41 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row">
|
|
|
|
<nav id="sidebarMenu" class="col-md-3 col-lg-2 d-md-block bg-light sidebar collapse">
|
|
|
|
<div class="position-sticky pt-3 sidebar-sticky">
|
|
|
|
<ul class="nav flex-column">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link active" aria-current="page" href="#">
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home align-text-bottom" aria-hidden="true"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
|
2022-07-22 23:36:03 +02:00
|
|
|
Utilisateurs
|
2022-07-21 23:57:41 +02:00
|
|
|
</a>
|
|
|
|
</li>
|
2022-07-25 20:35:54 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2022-07-21 23:57:41 +02:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
|
|
|
|
<span>Saved reports</span>
|
|
|
|
<a class="link-secondary" href="#" aria-label="Add a new report">
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-circle align-text-bottom" aria-hidden="true"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></svg>
|
|
|
|
</a>
|
|
|
|
</h6>
|
|
|
|
<ul class="nav flex-column mb-2">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" href="#">
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text align-text-bottom" aria-hidden="true"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path><polyline points="14 2 14 8 20 8"></polyline><line x1="16" y1="13" x2="8" y2="13"></line><line x1="16" y1="17" x2="8" y2="17"></line><polyline points="10 9 9 9 8 9"></polyline></svg>
|
|
|
|
Current month
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
2022-07-22 23:36:03 +02:00
|
|
|
<main class="col-md-9 ms-sm-auto col-lg-10 px-md-4">
|
2022-07-21 23:57:41 +02:00
|
|
|
<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
|
2022-07-22 23:36:03 +02:00
|
|
|
<h1 class="h2">Utilisateurs</h1>
|
2022-07-21 23:57:41 +02:00
|
|
|
<div class="btn-toolbar mb-2 mb-md-0">
|
|
|
|
<div class="btn-group me-2">
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-secondary">Share</button>
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-secondary">Export</button>
|
|
|
|
</div>
|
|
|
|
<button type="button" class="btn btn-sm btn-outline-secondary dropdown-toggle">
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar align-text-bottom" aria-hidden="true"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>
|
|
|
|
This week
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2022-08-02 22:44:34 +02:00
|
|
|
<h2>Liste d'utilisateur</h2>
|
2022-07-21 23:57:41 +02:00
|
|
|
<div class="table-responsive">
|
2022-07-26 00:18:42 +02:00
|
|
|
<table id=users class="table table-striped table-sm">
|
2022-07-21 23:57:41 +02:00
|
|
|
<thead>
|
|
|
|
<tr>
|
2022-07-29 23:55:42 +02:00
|
|
|
<th scope="col">ID</th>
|
|
|
|
<th scope="col">Pseudo</th>
|
|
|
|
<th scope="col">Mail</th>
|
|
|
|
<th scope="col">Rôle</th>
|
2022-08-04 00:03:57 +02:00
|
|
|
<th scope="col">Statut</th>
|
2022-07-21 23:57:41 +02:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
2022-07-29 23:55:42 +02:00
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2022-08-04 23:19:26 +02:00
|
|
|
<td><span class="activeStatus hidden">Activé</span><span class="disableStatus hidden">Désactivé</span><span class="confirmStatus hidden">En attente de confirmation</span><span class="removeStatus hidden">En attente de suppression</span><span class="unknownStatus hidden">Statut inconnu</span></td>
|
2022-07-21 23:57:41 +02:00
|
|
|
</tr>
|
2022-07-29 23:55:42 +02:00
|
|
|
|
2022-07-21 23:57:41 +02:00
|
|
|
</tbody>
|
|
|
|
</table>
|
2022-07-29 23:55:42 +02:00
|
|
|
<div id="page" class="hidden">
|
|
|
|
<a href="#" id="previous">Précédent</a><span><a href="#"></a>1</span><a href="#" id="next">Suivant</a>
|
|
|
|
</div>
|
2022-07-21 23:57:41 +02:00
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<script src="../js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
|
|
|
|
|
2022-07-25 23:46:32 +02:00
|
|
|
<script src="../js/feather.min.js" integrity="sha384-uO3SXW5IuS1ZpFPKugNNWqTZRRglnUJK6UAZ/gxOX80nxEkN9NcGZTftn6RzhGWE" crossorigin="anonymous"></script>
|
2022-07-21 23:57:41 +02:00
|
|
|
|
2022-07-25 23:46:32 +02:00
|
|
|
<script src="../js/config.js"></script>
|
|
|
|
<script src="../js/library.js"></script>
|
|
|
|
<script src="../js/home.js"></script>
|
2022-07-21 23:57:41 +02:00
|
|
|
</body></html>
|