add list and some modif
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>
|
||||
|
||||
Reference in New Issue
Block a user