Ajout page analyse
continuous-integration/drone/push Build is passing Details

WORK-API
Antoine PINAGOT 1 year ago
parent 58a2602848
commit 03e37247f2

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Tables - SB Admin</title>
<title>Analyses - HearthTrack</title>
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/style.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
@ -115,136 +115,129 @@
<li class="breadcrumb-item"><a href="home.html">Accueil</a></li>
<li class="breadcrumb-item active">Analyses</li>
</ol>
<div class="card mb-4">
<div class="card-body">
DataTables is a third party plugin that is used to generate the demo table below. For more information about DataTables, please visit the
<a target="_blank" href="https://datatables.net/">official DataTables documentation</a>
.
</div>
</div>
<div class="card mb-4">
<div class="card-header">
<i class="fas fa-table me-1"></i>
DataTable Example
Liste des analyses
</div>
<div class="card-body">
<table id="datatablesSimple">
<thead>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
<th>Date</th>
<th>Type</th>
<th>BMP</th>
<th>KM/H</th>
<th>Distance</th>
<th></th>
</tr>
</thead>
<tfoot>
<tr>
<th>Name</th>
<th>Position</th>
<th>Office</th>
<th>Age</th>
<th>Start date</th>
<th>Salary</th>
<th>Date</th>
<th>Type</th>
<th>BPM</th>
<th>KM/H</th>
<th>Distance</th>
<tr></tr>
</tr>
</tfoot>
<tbody>
<tr>
<td>Tiger Nixon</td>
<td>System Architect</td>
<td>Edinburgh</td>
<td>61</td>
<td>2011/04/25</td>
<td>$320,800</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Garrett Winters</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>63</td>
<td>2011/07/25</td>
<td>$170,750</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Ashton Cox</td>
<td>Junior Technical Author</td>
<td>San Francisco</td>
<td>66</td>
<td>2009/01/12</td>
<td>$86,000</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Cedric Kelly</td>
<td>Senior Javascript Developer</td>
<td>Edinburgh</td>
<td>22</td>
<td>2012/03/29</td>
<td>$433,060</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Airi Satou</td>
<td>Accountant</td>
<td>Tokyo</td>
<td>33</td>
<td>2008/11/28</td>
<td>$162,700</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Brielle Williamson</td>
<td>Integration Specialist</td>
<td>New York</td>
<td>61</td>
<td>2012/12/02</td>
<td>$372,000</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Herrod Chandler</td>
<td>Sales Assistant</td>
<td>San Francisco</td>
<td>59</td>
<td>2012/08/06</td>
<td>$137,500</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Rhona Davidson</td>
<td>Integration Specialist</td>
<td>Tokyo</td>
<td>55</td>
<td>2010/10/14</td>
<td>$327,900</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Colleen Hurst</td>
<td>Javascript Developer</td>
<td>San Francisco</td>
<td>39</td>
<td>2009/09/15</td>
<td>$205,500</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Sonya Frost</td>
<td>Software Engineer</td>
<td>Edinburgh</td>
<td>23</td>
<td>2008/12/13</td>
<td>$103,600</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Jena Gaines</td>
<td>Office Manager</td>
<td>London</td>
<td>30</td>
<td>2008/12/19</td>
<td>$90,560</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Quinn Flynn</td>
<td>Support Lead</td>
<td>Edinburgh</td>
<td>22</td>
<td>2013/03/03</td>
<td>$342,000</td>
<td>2023/11/03</td>
<td>Nage</td>
<td>116</td>
<td>3.0</td>
<td>600 m</td>
<td><a href="#about">En savoir plus</a></td>
</tr>
<tr>
<td>Charde Marshall</td>
@ -615,11 +608,11 @@
<footer class="py-4 bg-light mt-auto">
<div class="container-fluid px-4">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Copyright &copy; Your Website 2023</div>
<div class="text-muted">Copyright &copy; HearthTrack 2023</div>
<div>
<a href="#">Privacy Policy</a>
<a href="#">Politique de confidentialité</a>
&middot;
<a href="#">Terms &amp; Conditions</a>
<a href="#">Termes &amp; Conditions d'utilisations</a>
</div>
</div>
</div>

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Tables - SB Admin</title>
<title>Coaching - HearthTrack</title>
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@7.1.2/dist/style.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Exercices" />
<meta name="author" content="PINAGOT Antoine" />
<title>Exercices - HearthTrack</title>
<title>Amis - HearthTrack</title>
<link href="css/styles.css" rel="stylesheet" />
<script src="https://use.fontawesome.com/releases/v6.3.0/js/all.js" crossorigin="anonymous"></script>
</head>

Loading…
Cancel
Save