Merge branch 'main' of https://github.com/Farad77/Bidule
This commit is contained in:
+10
-24
@@ -6,7 +6,6 @@
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<nav class="navbar navbar-expand navbar-light" style="background-color: #009de0;">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="nav-item">
|
||||
@@ -21,55 +20,42 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<br>
|
||||
|
||||
<form
|
||||
class="container rounded-3 border-1 shadow-lg" style="background-color: #009de0; padding: 1%;"
|
||||
>
|
||||
<form class="container rounded-3 shadow-lg" style="padding: 1%; width: 30%; ">
|
||||
<div class="mb-2">
|
||||
<label for="" class="form-label">Email</label>
|
||||
<label for="email" class="form-label">Email</label>
|
||||
<input
|
||||
type="email"
|
||||
class="form-control"
|
||||
name=""
|
||||
id=""
|
||||
id="email"
|
||||
aria-describedby="emailHelpId"
|
||||
placeholder="abc@mail.com"
|
||||
/>
|
||||
<small id="emailHelpId" class="form-text text-muted"></small>
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
<label for="" class="form-label">Password</label>
|
||||
<label for="password" class="form-label">Password</label>
|
||||
<input
|
||||
type="password"
|
||||
class="form-control"
|
||||
name=""
|
||||
id=""
|
||||
placeholder=""
|
||||
id="password"
|
||||
/>
|
||||
</div>
|
||||
<div class="2">
|
||||
<div class="d-flex justify-content-start">
|
||||
<a
|
||||
name=""
|
||||
id=""
|
||||
class="btn btn-primary"
|
||||
class="btn btn-primary me-2"
|
||||
href="liste.html"
|
||||
role="button"
|
||||
>Login</a
|
||||
>
|
||||
>Login</a>
|
||||
<a
|
||||
name=""
|
||||
id=""
|
||||
class="btn btn-primary"
|
||||
href="#"
|
||||
role="button"
|
||||
>Button</a>
|
||||
>Sign in</a>
|
||||
</div>
|
||||
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||
|
||||
+34
-36
@@ -16,108 +16,110 @@
|
||||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
</header>
|
||||
<main>
|
||||
<table class="table">
|
||||
<div
|
||||
class="container rounded-3" style="padding: 3%; width: 30%; ">
|
||||
|
||||
<table id="myTable" class="display">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">#</th>
|
||||
<th scope="col">First</th>
|
||||
<th scope="col">Last</th>
|
||||
<th scope="col">class</th>
|
||||
<th >#</th>
|
||||
<th >First</th>
|
||||
<th >Last</th>
|
||||
<th >class</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">1</th>
|
||||
<th >1</th>
|
||||
<td>Clarel</td>
|
||||
<td>GRONDIN</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">2</th>
|
||||
<th >2</th>
|
||||
<td>Jérémy</td>
|
||||
<td>HOARAU</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">3</th>
|
||||
<th >3</th>
|
||||
<td>Lou</td>
|
||||
<td>DUCAUROY</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">4</th>
|
||||
<th >4</th>
|
||||
<td>Toma</td>
|
||||
<td>BARRET</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">5</th>
|
||||
<th >5</th>
|
||||
<td>Jérôme</td>
|
||||
<td>MUNIER</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">6</th>
|
||||
<th >6</th>
|
||||
<td>Cheun</td>
|
||||
<td>RAMASSY</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">7</th>
|
||||
<th >7</th>
|
||||
<td>Dorian</td>
|
||||
<td>BOYER</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">8</th>
|
||||
<th >8</th>
|
||||
<td>Gabriel</td>
|
||||
<td>PEDRE</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">9</th>
|
||||
<th >9</th>
|
||||
<td>Saint-Georges</td>
|
||||
<td>AHOVEY</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">10</th>
|
||||
<th >10</th>
|
||||
<td>Thomy</td>
|
||||
<td>NOEL</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">11</th>
|
||||
<th >11</th>
|
||||
<td>Matisse</td>
|
||||
<td>DEMONTIS</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">12</th>
|
||||
<th >12</th>
|
||||
<td>Ludovic</td>
|
||||
<td>RASSABY</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">13</th>
|
||||
<th >13</th>
|
||||
<td>Julien</td>
|
||||
<td>HOARAU</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">14</th>
|
||||
<th >14</th>
|
||||
<td>Emjy</td>
|
||||
<td>AH-YONG</td>
|
||||
<td>CDA8</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">15</th>
|
||||
<th >15</th>
|
||||
<td>Théo</td>
|
||||
<td>CELEMANI</td>
|
||||
<td>CDA8</td>
|
||||
@@ -133,22 +135,18 @@
|
||||
role="button"
|
||||
>Back</a
|
||||
>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
<footer>
|
||||
<!-- place footer here -->
|
||||
</footer>
|
||||
<!-- Bootstrap JavaScript Libraries -->
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
|
||||
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.js"></script>
|
||||
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
|
||||
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
</body>
|
||||
<script>$(document).ready( function () {
|
||||
$('#myTable').DataTable();
|
||||
} );</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!-- boostrap css cdn-->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GDA</title>
|
||||
</head>
|
||||
|
||||
<section class="vh-100">
|
||||
<div class="container py-5 h-100">
|
||||
<div class="row d-flex align-items-center justify-content-center h-100">
|
||||
<div class="col-md-8 col-lg-7 col-xl-6">
|
||||
<img src="téléchargement.png"
|
||||
class="img-fluid" alt="Phone image">
|
||||
</div>
|
||||
<div class="col-md-7 col-lg-5 col-xl-5 offset-xl-1">
|
||||
<form>
|
||||
<!-- Mail input -->
|
||||
<div data-mdb-input-init class="form-outline mb-4">
|
||||
<input type="email" id="form1Example13" class="form-control form-control-lg" />
|
||||
<label class="form-label" for="form1Example13">Adresse mail </label>
|
||||
</div>
|
||||
|
||||
<!-- Mot de passe input -->
|
||||
<div data-mdb-input-init class="form-outline mb-4">
|
||||
<input type="password" id="form1Example23" class="form-control form-control-lg" />
|
||||
<label class="form-label" for="form1Example23">Mot de passe </label>
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-around align-items-center mb-4">
|
||||
<!-- Enregisté -->
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" value="" id="form1Example3" checked />
|
||||
<label class="form-check-label" for="form1Example3"> Enregistré </label>
|
||||
</div>
|
||||
<a href="#!">Mot de passe oublié?</a>
|
||||
</div>
|
||||
|
||||
<!-- button -->
|
||||
<button type="submit" data-mdb-button-init data-mdb-ripple-init class="btn btn-primary btn-lg btn-block">Connection</button>
|
||||
|
||||
<div class="divider d-flex align-items-center my-4">
|
||||
<p class="text-center fw-bold mx-3 mb-0 text-muted">Ou</p>
|
||||
</div>
|
||||
|
||||
<a data-mdb-ripple-init class="btn btn-primary btn-lg btn-block" style="background-color: #3b5998" href="list.html"
|
||||
role="button">
|
||||
<i class="fab fa-facebook-f me-2"></i>Connexion Anonyme
|
||||
</a>
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- jquery cdn-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<!-- boostrap cdn-->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,418 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!-- boostrap css cdn-->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GDA</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.0/css/boxicons.min.css" integrity="sha512-pVCM5+SN2+qwj36KonHToF2p1oIvoU3bsqxphdOIWMYmgr4ZqD3t5DjKvvetKhXGc/ZG5REYTT6ltKfExEei/Q==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.css" integrity="sha256-NAxhqDvtY0l4xn+YVa6WjAcmd94NNfttjNsDmNatFVc=" crossorigin="anonymous" />
|
||||
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<div class="mb-3">
|
||||
<h5 class="card-title">Elève expernet <span class="text-muted fw-normal ms-2">(15)</span></h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="d-flex flex-wrap align-items-center justify-content-end gap-2 mb-3">
|
||||
<div>
|
||||
<ul class="nav nav-pills">
|
||||
<li class="nav-item">
|
||||
<a
|
||||
aria-current="page"
|
||||
href="#"
|
||||
class="router-link-active router-link-exact-active nav-link active"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="top"
|
||||
title=""
|
||||
data-bs-original-title="List"
|
||||
aria-label="List"
|
||||
>
|
||||
<i class="bx bx-list-ul"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="#" class="nav-link" data-bs-toggle="tooltip" data-bs-placement="top" title="" data-bs-original-title="Grid" aria-label="Grid"><i class="bx bx-grid-alt"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="">
|
||||
<div class="table-responsive">
|
||||
<table class="table project-list-table table-nowrap align-middle table-borderless">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="ps-4" style="width: 50px;">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck" /><label class="form-check-label" for="contacusercheck"></label></div>
|
||||
</th>
|
||||
<th scope="col">Nom</th>
|
||||
<th scope="col">Position</th>
|
||||
<th scope="col">Mail</th>
|
||||
<th scope="col">Projet</th>
|
||||
<th scope="col" style="width: 200px;">Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">AHOVEY Saint George</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">AHYONG Emjy</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">B Toma</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Clemant Theo</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Cheum RAMASSy</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Demontis matisse</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Dorian</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Ducauroy Lou</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">GRONDIN clarel</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Jeremy Hoarau</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">MUNIER Jerome</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Pedre Gabriel</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" class="ps-4">
|
||||
<div class="form-check font-size-16"><input type="checkbox" class="form-check-input" id="contacusercheck2" /><label class="form-check-label" for="contacusercheck2"></label></div>
|
||||
</th>
|
||||
<td><img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="avatar-sm rounded-circle me-2" /><a href="#" class="text-body">Thomy Noel</a></td>
|
||||
<td><span class="badge badge-soft-info mb-0">Frontend Developer</span></td>
|
||||
<td>Expernet@expernetecolre.re</td>
|
||||
<td>132</td>
|
||||
<td>
|
||||
<ul class="list-inline mb-0">
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Edit" class="px-2 text-primary"><i class="bx bx-pencil font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item">
|
||||
<a href="javascript:void(0);" data-bs-toggle="tooltip" data-bs-placement="top" title="Delete" class="px-2 text-danger"><i class="bx bx-trash-alt font-size-18"></i></a>
|
||||
</li>
|
||||
<li class="list-inline-item dropdown">
|
||||
<a class="text-muted dropdown-toggle font-size-18 px-2" href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true"><i class="bx bx-dots-vertical-rounded"></i></a>
|
||||
<div class="dropdown-menu dropdown-menu-end">
|
||||
<a class="dropdown-item" href="#">Action</a><a class="dropdown-item" href="#">Another action</a><a class="dropdown-item" href="#">Something else here</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row g-0 align-items-center pb-4">
|
||||
<div class="col-sm-6">
|
||||
<div><p class="mb-sm-0">Showing 1 to 10 of 57 entries</p></div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="float-sm-end">
|
||||
<ul class="pagination mb-sm-0">
|
||||
<li class="page-item disabled">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- jquery cdn-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<!-- boostrap cdn-->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,76 @@
|
||||
body{margin-top:20px;
|
||||
background-color:#eee;
|
||||
}
|
||||
.project-list-table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0 12px
|
||||
}
|
||||
|
||||
.project-list-table tr {
|
||||
background-color: #fff
|
||||
}
|
||||
|
||||
.table-nowrap td, .table-nowrap th {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.table-borderless>:not(caption)>*>* {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
.table>:not(caption)>*>* {
|
||||
padding: 0.75rem 0.75rem;
|
||||
background-color: var(--bs-table-bg);
|
||||
border-bottom-width: 1px;
|
||||
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
|
||||
}
|
||||
|
||||
.avatar-sm {
|
||||
height: 2rem;
|
||||
width: 2rem;
|
||||
}
|
||||
.rounded-circle {
|
||||
border-radius: 50%!important;
|
||||
}
|
||||
.me-2 {
|
||||
margin-right: 0.5rem!important;
|
||||
}
|
||||
img, svg {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #3b76e1;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.badge-soft-danger {
|
||||
color: #f56e6e !important;
|
||||
background-color: rgba(245,110,110,.1);
|
||||
}
|
||||
.badge-soft-success {
|
||||
color: #63ad6f !important;
|
||||
background-color: rgba(99,173,111,.1);
|
||||
}
|
||||
|
||||
.badge-soft-primary {
|
||||
color: #3b76e1 !important;
|
||||
background-color: rgba(59,118,225,.1);
|
||||
}
|
||||
|
||||
.badge-soft-info {
|
||||
color: #57c9eb !important;
|
||||
background-color: rgba(87,201,235,.1);
|
||||
}
|
||||
|
||||
.avatar-title {
|
||||
align-items: center;
|
||||
background-color: #3b76e1;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
font-weight: 500;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
.bg-soft-primary {
|
||||
background-color: rgba(59,118,225,.25)!important;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.9 KiB |
@@ -16,8 +16,14 @@
|
||||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
|
||||
crossorigin="anonymous"
|
||||
/>
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||
<!-- <link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" /> -->
|
||||
<link href="https://cdn.datatables.net/v/bs5/dt-2.1.8/b-3.1.2/datatables.min.css" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
.current {
|
||||
background-color: #009de0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -135,6 +141,7 @@
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.min.js"></script>
|
||||
<script src="https://cdn.datatables.net/v/bs5/dt-2.1.8/b-3.1.2/datatables.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready( function () {
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!-- boostrap css cdn-->
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/2.1.8/css/dataTables.dataTables.css" />
|
||||
<title>GDA</title>
|
||||
</head>
|
||||
<body>
|
||||
<table id="maTable" class="display">
|
||||
<thead>
|
||||
<tr> <th>Nom</th><th>Prénom</th></tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr><td>PAYET</td><td>Manon</td></tr>
|
||||
<tr><td>ROBET</td><td>Monique</td></tr>
|
||||
<tr><td>HOAREAU</td><td>Sebastien</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<footer>
|
||||
</footer>
|
||||
<!-- jquery cdn-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
|
||||
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<script src="https://cdn.datatables.net/2.1.8/js/dataTables.js"></script>
|
||||
<script>$(document).ready( function () {
|
||||
$('#maTable').DataTable();
|
||||
} );
|
||||
</script>
|
||||
<!-- boostrap cdn-->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user