total_1ère

This commit is contained in:
2026-07-20 16:33:04 +02:00
parent dd49ba357b
commit d49cf88d99
275 changed files with 63607 additions and 5599 deletions

View File

@@ -0,0 +1,67 @@
<%- include('../../template_parts/head')%>
<body>
<!-- ---------------------------------- -->
<!-- HEADER -->
<!-- ---------------------------------- -->
<%- include('../../template_parts/header_tunnel')%>
<!-- ---------------------------------- -->
<!-- FORMULAIRE de vérification du mail -->
<!-- ---------------------------------- -->
<main>
<article class="ventevideo">
<!-- TITRE DE LA PAGE -->
<%- include('../template_parts/ventevideo_titrepage')%>
<!-- AFFICHAGE DES MESSAGES ERREURS RETOUR DE POST FORMULAIRE -->
<% if (locals.affiche_err_1) { %>
<div class="erreur">
<p><%= affiche_err_1 %></p>
</div>
<% }; %>
<div class="space80"></div>
<!-- ------------------------- -->
<!-- Explication aux visiteurs -->
<!-- ------------------------- -->
<section class="explication_wp">
<div class="explication just_it_c">
<div class="explication_item">
<h2><span class="turquoise">ACHAT RÉUSSI</span></h2>
<p>Votre achat a réussi. <br>Vous allez recevoir un mail avec le lien de téléchargement du film.</p>
</div>
</div>
</section>
</article>
</main>
<!-- ---------------------------------- -->
<!-- FOOTER -->
<!-- ---------------------------------- -->
<%- include('../../template_parts/footer')%>
</body>
<!-- JAVASCRIPT d'EXECUTION -->
<script src="/public/js/adhesion/hidden_visible.js"></script>
<script src="/public/js/localstore.js"></script>
</html>