répertoire: rename search.php, 6-column layout, HTMX filter, faded entries disabled, URL-shareable

This commit is contained in:
Pontoporeia
2026-04-07 13:57:29 +02:00
parent 088324cb80
commit 572ef75a1e
10 changed files with 522 additions and 197 deletions

View File

@@ -39,7 +39,7 @@ $_thesisId = $_GET['id'] ?? null;
<a href="/index.php">Xamxam</a>
<ul class="nav-left-links">
<li>
<a href="/search.php"
<a href="/repertoire.php"
<?= ($_navCurrent === 'repertoire') ? 'aria-current="page"' : '' ?>>Répertoire</a>
</li>
</ul>
@@ -61,7 +61,7 @@ $_thesisId = $_GET['id'] ?? null;
$searchBarValue = $searchBarValue ?? $_GET['query'] ?? '';
?>
<div class="header-search-wrap">
<form method="GET" action="/search.php"
<form method="GET" action="/repertoire.php"
role="search" aria-label="Recherche">
<label for="site-search-input" class="sr-only">Recherche</label>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"