From 6f761b1c7577a4de65d622c0761a8a0e9ab4653c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Mon, 24 Mar 2025 20:01:33 +0100 Subject: [PATCH] Start reworking the members and contacts search --- views/people.html | 177 +++++++++++++++++++++++++--------------------- 1 file changed, 97 insertions(+), 80 deletions(-) diff --git a/views/people.html b/views/people.html index d51c34c..6d1479f 100644 --- a/views/people.html +++ b/views/people.html @@ -44,97 +44,83 @@ {% endif %} -
- +
+
-
-
- - - - -
-
- - - + + {% for Section in Sections %} + - {% endif %} + {% endfor %} + - {% if PermShowArchived %} +
+
+ + + + {% endif %} + -
-
- - -
- - -
- -
+
+ + + + +
+
+ + + + +
+
+ +
+
+ +
+
+ +
+
+ + + +
@@ -265,9 +251,40 @@ {% block javascript %} {% endblock %} \ No newline at end of file