From ca5081f87003790b27592fc8bb7138b5f9b1f794 Mon Sep 17 00:00:00 2001 From: Antoine Jourdain Date: Tue, 21 Nov 2023 15:10:23 +0100 Subject: [PATCH 1/3] Ajout Favicon --- Project/php/templates/erreur.html | 1 + Project/php/templates/gamesList.html | 1 + Project/php/templates/login.html | 4 +++- Project/php/templates/manageGroupView.html | 2 +- Project/php/templates/manageVocabListView.html | 3 +-- Project/php/templates/memory.html | 1 + Project/php/templates/myAccountView.html | 2 +- Project/php/templates/quizView.html | 2 +- Project/php/templates/resultatsJeux.html | 1 + Project/php/templates/usersView.html | 2 +- Project/php/templates/vocabList.html | 1 + 11 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Project/php/templates/erreur.html b/Project/php/templates/erreur.html index e0cbf8f..f1a0af8 100755 --- a/Project/php/templates/erreur.html +++ b/Project/php/templates/erreur.html @@ -3,6 +3,7 @@ + Erreur diff --git a/Project/php/templates/gamesList.html b/Project/php/templates/gamesList.html index efe1cb9..2e3cedb 100755 --- a/Project/php/templates/gamesList.html +++ b/Project/php/templates/gamesList.html @@ -4,6 +4,7 @@ Users + + table { + margin-top: 20px; + } + + {% include 'navBar.twig' %} -{% if vocabularies is defined %}
- {% for row in vocabularies %} + + + - {% endfor %}
-
- - + + + +
+
+
+ +
-{% endif %} - \ No newline at end of file + diff --git a/Project/php/templates/navBar.twig b/Project/php/templates/navBar.twig index dd55b4d..a2c3659 100755 --- a/Project/php/templates/navBar.twig +++ b/Project/php/templates/navBar.twig @@ -15,12 +15,12 @@ {% endif %} {% if 'student' in userRole%} - + {% endif %} {% if 'teacher' in userRole%} - + {% endif %} {% if userRole is empty %} diff --git a/Project/php/templates/vocabList.html b/Project/php/templates/vocabList.html index 41cbeeb..4d278ce 100755 --- a/Project/php/templates/vocabList.html +++ b/Project/php/templates/vocabList.html @@ -14,8 +14,12 @@ height: 100vh; } + .content { + text-align: center; + } + table { - border-spacing: 5%; + margin-top: 20px; } @@ -28,7 +32,7 @@ {% for row in vocabularies %} -
+
From 79f10db489b2771cf182b0980f109bb5272b1b40 Mon Sep 17 00:00:00 2001 From: "lucie.goigoux2" Date: Tue, 21 Nov 2023 15:48:13 +0100 Subject: [PATCH 3/3] Modif navBar --- Project/php/templates/navBar.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/Project/php/templates/navBar.twig b/Project/php/templates/navBar.twig index a2c3659..c902436 100755 --- a/Project/php/templates/navBar.twig +++ b/Project/php/templates/navBar.twig @@ -20,7 +20,6 @@ {% endif %} {% if 'teacher' in userRole%} - {% endif %} {% if userRole is empty %}