Improve card layout: move pagination inside main, add responsive grid (3 rows × 4 cols = 12 items), display keywords as tags, optimize text sizes and spacing

This commit is contained in:
Théophile Gervreau-Mercier
2026-02-12 13:12:00 +01:00
parent 73b0093b26
commit 061b2b540e
3 changed files with 172 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
<?php
// Bootstrap application
require_once __DIR__ . "/../../config/bootstrap.php";
require_once __DIR__ . '/../../lib/AdminAuth.php';
require_once __DIR__ . '/../../src/AdminAuth.php';
// PHP-level auth guard (defence-in-depth behind nginx Basic Auth)
AdminAuth::requireLogin();
@@ -285,4 +285,4 @@ try {
<?php endif; ?>
</main>
<?php require_once APP_ROOT . '/templates/admin/footer.php'; ?>
<?php require_once APP_ROOT . '/templates/admin/footer.php'; ?>