Compare commits

...
5 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
bachir ba7a062549 fixed links to resa 2026-07-06 21:34:14 +02:00
bachir 684bd54da1 restored agenda link in home 2026-07-06 21:27:55 +02:00
8 changed files with 32 additions and 19 deletions
Regular → Executable
View File
@@ -10,9 +10,9 @@
</div>
{% endblock %}
{# {% block sidebar %}
{% block sidebar %}
{% include 'partials/sidebar.html.twig' %}
{% endblock %} #}
{% endblock %}
{% block newsletter %}
{% include 'partials/newsletters.html.twig' %}
@@ -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,7 +1,7 @@
<div class="demander-votre-devis">
<a href="/organisez-vos-evenements/demande-de-devis">
<p><strong>DEVIS</strong></br> EN LIGNE</p>
<p>Parlez-nous de votre projet</p>
<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">
</a>
</div>
@@ -20,10 +20,10 @@
{% include 'partials/blog/block_devis.html.twig' %}
</div>
{% else %}
<a href="/organisez-vos-evenements/demande-de-devis">
<a href="https://val-de-drome.lab-event.com/event-form/formulaire%20ext" target="_blank">
{# <a href="/demande-de-devis"> #}
<div class="title">
Faire une demande de devis en ligne
Reserver en ligne
</div>
</a>
{% endif %}
@@ -3,15 +3,15 @@
{% set h3 = h3 ?: 'h3' %}
<div class="sidebar">
<{{h2}}>À venir</{{h2}}>
{# <{{h2}}>À venir</{{h2}}>
{% set this_year = "now"|date('Y') %}
{% set this_month = "now"|date('M') %}
{% set this_day = "now"|date('d') %}
{% set next_year = "+1 year"|date('Y')%}
{% set next_year = "+1 year"|date('Y')%} #}
{% for p in page.collection(options).dateRange( this_day ~ this_month ~ this_year, '12/31/' ~ next_year).slice(0, 3).order('date', 'asc') %}
{# {% for p in page.collection(options).dateRange( this_day ~ this_month ~ this_year, '12/31/' ~ next_year).slice(0, 3).order('date', 'asc') %}
<div class="side-agenda">
<a href="{{p.url}}">
<div class="date">
@@ -21,8 +21,8 @@
{{p.summary(70)}}
</a>
</div>
{% endfor %}
{% 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">