total_1ère
This commit is contained in:
71
views/concert/page_templates/achat_spectateur_tous.ejs
Normal file
71
views/concert/page_templates/achat_spectateur_tous.ejs
Normal file
@@ -0,0 +1,71 @@
|
||||
<%- include('../../template_parts/head')%>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- HEADER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/header_tunnel')%>
|
||||
|
||||
<main>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- TITRE DE LA PAGE -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../template_parts/concert_titrepage')%>
|
||||
|
||||
<!-- AFFICHAGE DES MESSAGES ERREURS RETOUR DE POST FORMULAIRE -->
|
||||
<% if (locals.err_mail_form_adhesion_1) { %>
|
||||
<div class="erreur">
|
||||
<p><%- err_mail_form_adhesion_1 %></p>
|
||||
<p><%- err_mail_form_adhesion_2 %></p>
|
||||
<p><%- err_mail_form_adhesion_3 %></p>
|
||||
</div>
|
||||
<% }; %>
|
||||
|
||||
<section class="titre">
|
||||
|
||||
<p><span class="soft">VENTE DES PLACES SPECTATEURS RESTANTES</span></p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<a title="Logiciel billetterie en ligne"
|
||||
href="https://weezevent.com/?c=sys_widget"
|
||||
class="weezevent-widget-integration"
|
||||
data-src="https://widget.weezevent.com/ticket/E1113594/?code=28524&locale=fr-FR&width_auto=1&color_primary=E73058"
|
||||
data-width="650"
|
||||
data-height="600"
|
||||
data-id="1113594"
|
||||
data-resize="1"
|
||||
data-width_auto="1"
|
||||
data-noscroll="0"
|
||||
data-use-container="yes"
|
||||
data-type="neo"
|
||||
target="_blank">Billetterie Weezevent</a>
|
||||
<script type="text/javascript" src="https://widget.weezevent.com/weez.js"></script>
|
||||
</section>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FORMULAIRE -->
|
||||
<!-- ---------------------------------- -->
|
||||
<article class="stage_formulaire_cont form_adhesion">
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FOOTER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/footer')%>
|
||||
|
||||
</body>
|
||||
|
||||
<!-- JAVASCRIPT d'EXECUTION -->
|
||||
<script src="/public/js/adhesion/hidden_visible.js"></script>
|
||||
<script src="/public/js/concert/concert_formulaire_famille.js"></script>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user