Actualiser admin/dashboard.html
This commit is contained in:
+11
-13
@@ -104,19 +104,6 @@
|
||||
<span id="admin-count-label" class="count">0 élément(s)</span>
|
||||
<div id="pagination-container" class="pagination"></div>
|
||||
</div>
|
||||
|
||||
<!-- ═══ ZONE D'IMPORT ═══ -->
|
||||
<div class="import-section">
|
||||
<h3 id="import-title"><i class="ti ti-upload"></i> Importer ma Vidéothèque</h3>
|
||||
<p id="import-desc">Importez votre CSV. Le système extraira les codes EAN pour récupérer les jaquettes HD et métadonnées via Blu-ray.com, MovieCovers et TMDB.</p>
|
||||
<label class="import-box" for="csv-file">
|
||||
<i class="ti ti-file-upload"></i>
|
||||
<p><strong>Cliquez pour sélectionner vos fichiers CSV</strong></p>
|
||||
<p>Le système détectera automatiquement le format selon l'onglet actif.</p>
|
||||
<input type="file" id="csv-file" accept=".csv" multiple>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════════
|
||||
@@ -141,6 +128,17 @@
|
||||
<div style="display:flex; justify-content:flex-end; gap:0.6rem; margin-top:1.5rem;">
|
||||
<button class="btn-action outline" onclick="closeConfigModal()">Annuler</button>
|
||||
<button class="btn-action primary" onclick="saveConfigKeys()">Sauvegarder</button>
|
||||
</div>
|
||||
<!-- ═══ ZONE D'IMPORT ═══ -->
|
||||
<div class="import-section">
|
||||
<h3 id="import-title"><i class="ti ti-upload"></i> Importer ma Vidéothèque</h3>
|
||||
<p id="import-desc">Importez votre CSV. Le système extraira les codes EAN pour récupérer les jaquettes HD et métadonnées via Blu-ray.com, MovieCovers et TMDB.</p>
|
||||
<label class="import-box" for="csv-file">
|
||||
<i class="ti ti-file-upload"></i>
|
||||
<p><strong>Cliquez pour sélectionner vos fichiers CSV</strong></p>
|
||||
<p>Le système détectera automatiquement le format selon l'onglet actif.</p>
|
||||
<input type="file" id="csv-file" accept=".csv" multiple>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user