Dernières modifications de Alistair et Louay - Problème du git...

This commit is contained in:
stiti
2024-10-26 15:17:51 +02:00
parent 2403227fa0
commit 023d7d8202
13 changed files with 48 additions and 25 deletions

View File

@@ -125,24 +125,26 @@
<input type="text" id="searchInput" style="margin-top: 10px;" class="filter-input w3-input w3-border" placeholder="Rechercher par nom de professeur..." oninput="filterTable()">
<table class="w3-table w3-bordered w3-striped w3-white">
<thead>
<tr class="w3-light-grey">
<th>Nom Professeur</th>
<th>Statut</th>
<th>Période</th>
<th>Heures Payées</th>
<th>Type Heure</th>
<th>Montant Brut (€)</th>
<th>Montant Net (€)</th>
<th>Date de Paiement</th>
<th>Statut de Paiement</th>
</tr>
</thead>
<tbody id="paymentTableBody">
<!-- Les paiements seront ajoutés ici dynamiquement -->
</tbody>
</table>
<div class="w3-responsive">
<table class="w3-table w3-bordered w3-striped w3-white">
<thead>
<tr class="w3-light-grey">
<th>Nom Professeur</th>
<th>Statut</th>
<th>Période</th>
<th>Heures Payées</th>
<th>Type Heure</th>
<th>Montant Brut (€)</th>
<th>Montant Net (€)</th>
<th>Date de Paiement</th>
<th>Statut de Paiement</th>
</tr>
</thead>
<tbody id="paymentTableBody">
<!-- Les paiements seront ajoutés ici dynamiquement -->
</tbody>
</table>
</div>
<div class="pagination">
<button class="w3-button w3-green w3-round" id="prevBtn" onclick="changePage(-1)">Précédent</button>