From 8ad03f2657ad0c378b4bb2cc8eecfba546509bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Guillot?= Date: Thu, 20 Jun 2024 00:11:52 +0200 Subject: [PATCH] Added: - small changes on base.html.twig - added images to gitignore --- .gitignore | 2 ++ templates/activity/index.html.twig | 16 ++++++++++++++++ templates/base.html.twig | 26 +++++++++++++------------- templates/menu/menu.html.twig | 2 +- 4 files changed, 32 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index c79b626..978541b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ npm-debug.log yarn-error.log ###< symfony/webpack-encore-bundle ### +/public/manga-export/ +/public/manga-images/ diff --git a/templates/activity/index.html.twig b/templates/activity/index.html.twig index be8221b..fc5217d 100644 --- a/templates/activity/index.html.twig +++ b/templates/activity/index.html.twig @@ -1,4 +1,20 @@ {% extends 'base.html.twig' %} +{% block toolbar %} +
+
+
+ + +
+ + +
+ + +
+
+
+{% endblock %} {% block body %} {# TODO styliser cette page #} diff --git a/templates/base.html.twig b/templates/base.html.twig index 414ffbd..0fb4771 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -12,7 +12,7 @@ {{ encore_entry_script_tags('app') }} {% endblock %} - +
@@ -51,21 +51,21 @@ -
+ {#
#} +
{% include 'menu/menu.html.twig' %} - -
-
- {% block toolbar %} - {% endblock %} -
-
- {% block body %} - {% endblock %} -
+
+
+
+ {% block toolbar %} + {% endblock %} +
+
+ {% block body %} + {% endblock %}
+ {#
#}
-{##} diff --git a/templates/menu/menu.html.twig b/templates/menu/menu.html.twig index 008a083..38cce6d 100644 --- a/templates/menu/menu.html.twig +++ b/templates/menu/menu.html.twig @@ -1,4 +1,4 @@ -