button media twig

This commit is contained in:
2025-06-05 13:01:41 +02:00
parent f6f113dc1c
commit 5ee0eccdc9
8 changed files with 119 additions and 50 deletions
@@ -12,7 +12,7 @@
* @ingroup themeable
*/
#}
{#
<div class="buttons-filtres-ressources">
<button class="button-videos" type="button" style=""><a href="https://stage.eql.figli.io/ressources?field_type_de_media_target_id=693&field_type_de_ressource_target_id=All&field_mots_clefs_target_id=All&field_date_de_parution_value=&combine="> Vidéos</a></button>
@@ -22,9 +22,9 @@
<button class="button-livres" type="button" style=""><a href="https://stage.eql.figli.io/ressources?field_type_de_media_target_id=696&field_type_de_ressource_target_id=All&field_mots_clefs_target_id=All&field_date_de_parution_value=&combine="> Livres</a></button>
<button class="button-articles" type="button" style=""><a href="https://stage.eql.figli.io/ressources?field_type_de_media_target_id=694&field_type_de_ressource_target_id=All&field_mots_clefs_target_id=All&field_date_de_parution_value=&combine="> Articles</a></button>
<button class="button-publications-rapports" type="button" style=""><a href="https://stage.eql.figli.io/ressources?field_type_de_media_target_id=696&field_type_de_ressource_target_id=All&field_mots_clefs_target_id=All&field_date_de_parution_value=&combine="> Publications/rapports</a></button>
</div> #}
</div>
{#
<div class="buttons-filtres-ressources">
{% for item in media_links %}
<a
@@ -33,8 +33,9 @@
>
{{ item.label }}
</a>
{% endfor %}
</div>
</div> #}
<form{{ attributes }}>