Actualiser admin/dashboard.html
This commit is contained in:
@@ -206,6 +206,22 @@
|
||||
<button type="submit" class="btn-action primary" style="margin-top: 1.5rem; width: 100%; justify-content: center;">Enregistrer</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- MODALE D'IMPORT PROGRESSIVE -->
|
||||
<div class="overlay" id="import-progress-modal">
|
||||
<div class="modal" style="max-width: 400px; text-align: center;">
|
||||
<h2 class="modal-h" style="justify-content: center;" id="import-modal-title">
|
||||
<i class="ti ti-database-import"></i> Importation
|
||||
</h2>
|
||||
<p id="import-modal-desc">Préparation de vos fichiers...</p>
|
||||
|
||||
<!-- Barre de progression stylisée -->
|
||||
<div class="progress-container">
|
||||
<div class="progress-bar" id="import-progress-bar"></div>
|
||||
</div>
|
||||
|
||||
<p id="import-modal-counter" style="margin-top: 10px; font-weight: 600; font-size: 0.9rem;">0%</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="../js/admin.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user