Compare commits

..
3 Commits
Author SHA1 Message Date
bachir 80a52c31fe fixed texts and target _blanck 2026-07-08 12:37:32 +02:00
bachir 5a9707f767 fixed texts and target _blanck 2026-07-08 12:27:53 +02:00
bachir 8ca4dbe63f fixed links to resa 2026-07-06 21:40:01 +02:00
7 changed files with 23 additions and 10 deletions
Regular → Executable
View File
@@ -10,18 +10,31 @@
<ul>
{% for i in p.children.visible %}
<li>
<a href="{{ i.url }}"{{ active_page }}>
{{ i.menu }}
</a>
{% if i.header.redirect %}
<a href="{{ i.header.redirect }}"{{ active_page }} target="_blank">
{{ i.menu }}
</a>
{% else %}
<a href="{{ i.url }}"{{ active_page }}>
{{ i.menu }}
</a>
{% endif %}
</li>
{% endfor %}
</ul>
</li>
{% else %}
<li>
<a href="{{ p.url }}">
{{ p.menu }}
{% if p.header.redirect %}
<a href="{{ p.header.redirect }}" target="_blank">
{{ p.menu }}
</a>
{% else %}
<a href="{{ p.url }}">
{{ p.menu }}
</a>
{% endif %}
</li>
{% endif %}
{% endfor %}
@@ -129,7 +129,7 @@
</script>
<!-- Lead the Way -->
{#
{#
<script type="text/javascript">
window.ltwAsyncInit =
function(){init_multiplegl('https://gl.hostcg.com/',[['https://gl.hostcg.com/','4221','j7g56pk3ji']]);};
@@ -1,5 +1,5 @@
<div class="demander-votre-devis">
<a href="https://val-de-drome.lab-event.com/event-form/formulaire%20ext">
<a href="https://val-de-drome.lab-event.com/event-form/formulaire%20ext" target="_blank">
<p><strong>RESERVER</strong></br> EN LIGNE</p>
{# <p>Parlez-nous de votre projet</p> #}
<img src="/user/themes/lecampus/images/fleche_devis.svg" alt="devis">
@@ -20,7 +20,7 @@
{% include 'partials/blog/block_devis.html.twig' %}
</div>
{% else %}
<a href="https://val-de-drome.lab-event.com/event-form/formulaire%20ext">
<a href="https://val-de-drome.lab-event.com/event-form/formulaire%20ext" target="_blank">
{# <a href="/demande-de-devis"> #}
<div class="title">
Reserver en ligne
@@ -23,6 +23,6 @@
</div>
{% endfor %} #}
<div class="side-all-agenda">
<a href="/agenda">voir tout l'agenda</a>
<a href="https://val-de-drome.lab-event.com/event-form/formulaire%20ext" target="_blank">Reserver en ligne</a>
</div>
</div>
@@ -8,7 +8,7 @@
{% block body %}
<section class="header-wrapper">
{% include 'partials/bandeau.html.twig' %}
{# {% include 'partials/blog/block_devis.html.twig' %} #}
{% include 'partials/blog/block_devis.html.twig' %}
</section>
<section class="body-wrapper">