From 2e3783399e724c45fe4977f17e5797d27b727a91 Mon Sep 17 00:00:00 2001 From: Fabienmcll Date: Wed, 29 Jan 2025 16:27:03 +0100 Subject: [PATCH] =?UTF-8?q?-=20Modification=20du=20design=20du=20front=20p?= =?UTF-8?q?our=20les=20r=C3=A9sultats=20de=20recherche.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/apiSearch/index.html.twig | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/templates/apiSearch/index.html.twig b/templates/apiSearch/index.html.twig index dd5e0e8..1f9c6d2 100644 --- a/templates/apiSearch/index.html.twig +++ b/templates/apiSearch/index.html.twig @@ -6,7 +6,7 @@
-

Recherche de livre pour : {{ query }}

+

Résultats pour : {{ query }}

{% for book in datas.items %}
@@ -33,12 +33,17 @@ {% endfor %} {% endif %}

Nombres de pages : {{ book.volumeInfo.pageCount }}

-

Description : {{ book.searchInfo.textSnippet }}

+

Description : {{ book.searchInfo.textSnippet | raw }}

{% endif %}
+
+ +
- + {% if app.user %} {% endif %} - + {% endfor %} @@ -106,4 +111,4 @@ } -{% endblock %} \ No newline at end of file +{% endblock %}