Actualiser admin/dashboard.html
This commit is contained in:
+2
-23
@@ -98,7 +98,7 @@
|
|||||||
<div id="pagination-container" class="pagination"></div>
|
<div id="pagination-container" class="pagination"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- MODALE DE CONFIGURATION -->
|
<!-- MODALE CONFIGURATION -->
|
||||||
<div class="overlay" id="config-modal">
|
<div class="overlay" id="config-modal">
|
||||||
<div class="modal">
|
<div class="modal">
|
||||||
<button class="modal-close" onclick="closeConfigModal()">
|
<button class="modal-close" onclick="closeConfigModal()">
|
||||||
@@ -134,7 +134,7 @@
|
|||||||
<!-- Zone d'import CSV -->
|
<!-- Zone d'import CSV -->
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
<h3 style="font-size: 1rem; margin: 1.5rem 0 1rem; color: var(--text);">
|
<h3 style="font-size: 1rem; margin: 1.5rem 0 1rem; color: var(--text);">
|
||||||
<i class="ti ti-file-upload" style="color: var(--gold);"></i>
|
<i class="ti ti-file-upload" style="color: var(--gold); margin-right: 0.5rem;"></i>
|
||||||
Importer un CSV
|
Importer un CSV
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
@@ -148,27 +148,6 @@
|
|||||||
<input type="file" id="csv-file" accept=".csv" style="display: none;">
|
<input type="file" id="csv-file" accept=".csv" style="display: none;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="overlay" id="config-modal">
|
|
||||||
<div class="modal">
|
|
||||||
<button class="modal-close" onclick="closeConfigModal()"><i class="ti ti-x"></i></button>
|
|
||||||
<h2 class="modal-h"><i class="ti ti-settings"></i> Configuration</h2>
|
|
||||||
<div class="form-group" style="margin-bottom: 2rem;">
|
|
||||||
<label>Clé API TMDB</label>
|
|
||||||
<div style="display: flex; gap: 0.5rem; margin-top: 0.5rem;">
|
|
||||||
<input type="text" id="tmdb-key-input" placeholder="Clé v3 auth...">
|
|
||||||
<button class="btn-action primary" onclick="saveConfigKeys()">Sauvegarder</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="divider">Importer CSV</div>
|
|
||||||
<div class="import-box" onclick="document.getElementById('csv-file').click()">
|
|
||||||
<i class="ti ti-file-upload"></i>
|
|
||||||
<p style="margin:0; font-weight: 600;">Cliquez ou déposez votre CSV</p>
|
|
||||||
<input type="file" id="csv-file" accept=".csv" style="display:none">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="overlay" id="password-modal">
|
<div class="overlay" id="password-modal">
|
||||||
<div class="modal" style="max-width:450px;">
|
<div class="modal" style="max-width:450px;">
|
||||||
<button class="modal-close" onclick="closePasswordModal()"><i class="ti ti-x"></i></button>
|
<button class="modal-close" onclick="closePasswordModal()"><i class="ti ti-x"></i></button>
|
||||||
|
|||||||
Reference in New Issue
Block a user