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

@@ -148,6 +148,7 @@
<input type="text" id="nameFilter" class="filter-input w3-input w3-border" placeholder="Rechercher par formation..." oninput="filterTable()"><br>
</div>
<div class="w3-responsive">
<table class="w3-table w3-bordered w3-striped w3-white">
<thead>
<tr class="w3-light-grey">
@@ -187,6 +188,7 @@
</tbody>
</table>
</div>
</div>
<!-- Section pour afficher des détails -->
<div class="details-section" id="detailsSection">

View File

@@ -141,6 +141,7 @@
<div class="info-card">
<h2>Détails des formations</h2>
<div class="w3-responsive">
<table class="info-table" id="formationTable">
<thead>
<tr>
@@ -291,6 +292,7 @@
<!-- Ajoutez d'autres semaines si nécessaire -->
</tbody>
</table>
</div>
<!-- Statistiques Complémentaires -->
<h3>Statistiques Complémentaires</h3>
@@ -313,6 +315,7 @@
</div>
</div>
</div>
<!-- Modal pour ajouter des heures -->
<div id="myModal" class="w3-modal" style="display:block;">

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>

View File

@@ -117,6 +117,7 @@
<input type="text" id="nameFilter" class="filter-input w3-input w3-border" placeholder="Rechercher par formation..." oninput="filterTable()"><br>
</div>
<div class="w3-responsive">
<!-- Tableau des budgets -->
<table class="w3-table w3-bordered w3-striped w3-white">
<thead>
@@ -185,6 +186,7 @@
</tr>
</tbody>
</table>
</div>
</div>
@@ -192,6 +194,7 @@
<div class="card w3-card">
<h2>Demandes de Budget supplémentaires</h2>
<p>Liste des demandes de budget en attente :</p>
<div class="w3-responsive">
<table class="w3-table w3-bordered w3-striped w3-white">
<thead>
<tr class="w3-light-grey">
@@ -227,6 +230,7 @@
</tr>
</tbody>
</table>
</div>
</div>
</div>