Dernières modifications de Alistair et Louay - Problème du git...
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user