From 71cf430d3942677c90ec951f88b8822d0794eb36 Mon Sep 17 00:00:00 2001 From: jfgiraud Date: Thu, 20 Aug 2026 17:28:26 +0000 Subject: [PATCH] Front + gestion des utilisateurs + affichage indice, tri et creation action --- html/admin.html | 241 ++++-- html/securite.html | 75 +- html/tableindice.html | 454 ++++++++++ js/indices.js | 1250 ++++++++++++++++------------ js/tableindice.js | 824 ++++++++++++++++++ php/api_create_table_indice.php | 385 +++++++++ php/api_list_full_table_indice.php | 75 ++ 7 files changed, 2695 insertions(+), 609 deletions(-) create mode 100644 html/tableindice.html create mode 100644 js/tableindice.js create mode 100644 php/api_create_table_indice.php create mode 100644 php/api_list_full_table_indice.php diff --git a/html/admin.html b/html/admin.html index 5404127..ae7099e 100644 --- a/html/admin.html +++ b/html/admin.html @@ -19,48 +19,58 @@ - + + HEADER + ========================================================= -->
-
- Logo Giraud Finance -
+
+ -
-

- Espace d'Administration -

-
+
+ Logo Giraud Finance +
-
- - ← Retour au site - + + +
+

+ Espace d'Administration +

+ +

+ Panneau de contrôle Giraud Finance +

+
+ + + +
+ + ← Retour au site + +
+ CONTENU PRINCIPAL + ========================================================= -->
+ LOGIN + ===================================================== -->
@@ -110,7 +120,7 @@ id="password" required autocomplete="current-password" - class="w-full bg-slate-900 border border-slate-700 rounded-xl px-4 py-3 text-sm text-white focus:outline-none focus:border-emerald-500" + class="w-full bg-slate-900 border border-slate-700 rounded-xl px-4 py-3 text-sm text-white placeholder-slate-500 focus:outline-none focus:border-emerald-500 focus:ring-1 focus:ring-emerald-500" placeholder="••••••••" /> @@ -141,76 +151,160 @@ + DASHBOARD ADMINISTRATEUR + ===================================================== -->
+ FOOTER + ========================================================= -->