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