67 lines
1.6 KiB
Plaintext
67 lines
1.6 KiB
Plaintext
<%- 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">
|
|
<div class="explication_item">
|
|
<h2><span class="turquoise">PAIEMENT EN ÉCHEC</span></h2>
|
|
<p>Votre achat est en échec.<br>Vous pouvez recommencer en cliquant <a href="https://inscription.afpedagogiesuzuki.fr/boutique/videos">ici</a></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> |