Actualiser admin/dashboard.html
This commit is contained in:
@@ -79,21 +79,20 @@
|
|||||||
<table class="admin-table">
|
<table class="admin-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 50px; text-align: center;">
|
<th></th>
|
||||||
<input type="checkbox" id="select-all-checkbox" onclick="toggleSelectAll(this)">
|
<th>Affiche</th>
|
||||||
</th>
|
|
||||||
<th style="width: 80px; text-align: center;">Affiche</th>
|
|
||||||
<th>Titre</th>
|
<th>Titre</th>
|
||||||
<th>Année</th>
|
<th>Année</th>
|
||||||
<th>Réalisateur</th>
|
<th>Réalisateur</th>
|
||||||
<th>Informations</th>
|
<th>Informations</th>
|
||||||
<th style="width: 100px; text-align: right;">Actions</th>
|
<th>Actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="admin-table-body">
|
<tbody id="admin-table-body">
|
||||||
|
<!-- Les lignes sont générées par JavaScript -->
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div id="pagination-container" class="pagination"></div>
|
<div id="pagination-container" class="pagination"></div>
|
||||||
<footer style="text-align: center; margin-top: 3rem; color: var(--muted); font-size: 0.9rem;">
|
<footer style="text-align: center; margin-top: 3rem; color: var(--muted); font-size: 0.9rem;">
|
||||||
Mon Cinéma — Administration
|
Mon Cinéma — Administration
|
||||||
|
|||||||
Reference in New Issue
Block a user