From e0275ed612c5b10882bfcec3e07c708649983ddc Mon Sep 17 00:00:00 2001 From: Eric Fayolle Date: Fri, 28 Jan 2022 18:45:46 +0100 Subject: [PATCH] Correction interaction entre les menus et les barres de navigation --- testFlask/templates/base.html | 237 ++++++++++++++++++--------- testFlask/templates/commandes_2.html | 9 +- 2 files changed, 158 insertions(+), 88 deletions(-) diff --git a/testFlask/templates/base.html b/testFlask/templates/base.html index c866ab8e..5abca9e2 100644 --- a/testFlask/templates/base.html +++ b/testFlask/templates/base.html @@ -9,35 +9,36 @@ + - + - + - + + - + - + + - + - - @@ -49,13 +50,13 @@ - + + + + + + + - + + + + + + + + + + + + + + + + + - - - + + -
{% block commands_menu %} {% endblock %} -
-
-
+
+ +
-
-
-
+ + +
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% block content %} {% endblock %} diff --git a/testFlask/templates/commandes_2.html b/testFlask/templates/commandes_2.html index b45f144c..16dae1a3 100644 --- a/testFlask/templates/commandes_2.html +++ b/testFlask/templates/commandes_2.html @@ -1,12 +1,6 @@ {% extends 'base.html' %} - {% block content %} - - - - - @@ -67,6 +61,7 @@ +
DatasetName : {{titre}}
@@ -99,7 +94,7 @@
Optionals
-
+
-- 2.39.2