Recomment CSS and HTML templates

Co-authored-by: LeOSW42 <673670+LeOSW42@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-24 18:35:07 +00:00
parent 8dd9897ca4
commit 3159b34e70
26 changed files with 380 additions and 273 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- Template: d.user.member_list.html -->
<!-- Page: member list -->
<html lang="fr">
<?php include('blocks/d.head.html'); ?>
@@ -8,6 +8,7 @@
<?php include('blocks/d.nav.html'); ?>
<!-- Member table -->
<section id="member_list">
<h1>Liste des membres</h1>
<p class="subtitle">Membres <?=$first?> à <?=$last?> sur les <?=$users->number?> inscrits</p>
@@ -68,4 +69,4 @@
<?php include('blocks/d.footer.html'); ?>
</body>
</html>
</html>