Dernières modifications de Alistair et Louay - Problème du git...
@ -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">
|
||||
|
@ -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;">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
26
README.md
@ -12,14 +12,26 @@ Dans ce répertoire, vous trouverez **tout le code source** de la maquette web.
|
||||
|
||||
---
|
||||
|
||||
### 📂 Contenu du répertoire [`Wireflow`](./Wireflow/)
|
||||
Le répertoire **Wireflow** contient les différents **wireflows** de notre projet au format **SVG** :
|
||||
### 📂 Contenu du répertoire [`Wireflows`](./Wireflows/)
|
||||
Le répertoire **Wireflows** contient les différents **wireflows** de notre projet au format **SVG** :
|
||||
|
||||
- [**Chef de département**](./Wireflow/Chef-de-departement.svg)
|
||||
- [**Responsable RH**](./Wireflow/Responsable-RH.svg)
|
||||
- [**Enseignant Permanent**](./Wireflow/Enseignant-Permanent.svg)
|
||||
- [**Service Financier**](./Wireflow/Service-Financier.svg)
|
||||
- [**Enseignant Vacataire**](./Wireflow/Enseignant-Vacataire.svg)
|
||||
- Chef de département :
|
||||
- [**Chef de département - Version PC**](./Wireflows/PC/Chef-de-département.svg)
|
||||
- [**Chef de département - Version mobile**](./Wireflows/Mobile/Chef-de-département.svg)
|
||||
|
||||
- Enseignant Permanent :
|
||||
- [**Enseignant Permanent - Version PC**](./Wireflows/PC/Permanent.svg)
|
||||
- [**Enseignant Permanent - Version mobile**](./Wireflows/Mobile/Permanent.svg)
|
||||
|
||||
- Service Financier :
|
||||
- [**Service Financier - Version PC**](./Wireflows/PC/Service-Financier.svg)
|
||||
- [**Service Financier - Version mobile**](./Wireflows/Mobile/Service-financier.svg)
|
||||
|
||||
- Enseignant Vacataire :
|
||||
- [**Enseignant Vacataire - Version PC**](./Wireflows/PC/Vacataire.svg)
|
||||
|
||||
- Responsable RH :
|
||||
- [**Responsable RH - Version PC**](./Wireflows/PC/Responsable-RH.svg)
|
||||
|
||||
⚠️ **Attention** : Il ne faut pas visualiser les Wireflow directement depuis GitTea car le site gère mal nos wireflow au format **.svg** ...
|
||||
|
||||
|
Before (image error) Size: 3.2 MiB After (image error) Size: 3.2 MiB |
Before (image error) Size: 3.1 MiB After (image error) Size: 3.1 MiB |
Before (image error) Size: 2.9 MiB After (image error) Size: 2.9 MiB |
Before (image error) Size: 5.0 MiB After (image error) Size: 5.0 MiB |
Before (image error) Size: 4.0 MiB After (image error) Size: 4.0 MiB |
Before (image error) Size: 4.2 MiB After (image error) Size: 4.2 MiB |
Before (image error) Size: 4.6 MiB After (image error) Size: 4.6 MiB |
Before (image error) Size: 3.2 MiB After (image error) Size: 3.2 MiB |