total_1ère
This commit is contained in:
50
views/rassemblementra/page_templates/fermeture.ejs
Normal file
50
views/rassemblementra/page_templates/fermeture.ejs
Normal file
@@ -0,0 +1,50 @@
|
||||
<%- include('../../template_parts/head')%>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- HEADER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/header_tunnel')%>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FORMULAIRE de vérification du mail -->
|
||||
<!-- ---------------------------------- -->
|
||||
|
||||
<main>
|
||||
|
||||
<article>
|
||||
|
||||
<!-- TITRE DE LA PAGE -->
|
||||
<%- include('../template_parts/rassemblementidf_titrepage')%>
|
||||
|
||||
|
||||
<!-- AFFICHAGE DES MESSAGES ERREURS RETOUR DE POST FORMULAIRE -->
|
||||
|
||||
|
||||
|
||||
<!-- lE formuaire -->
|
||||
<div class="erreur">
|
||||
<p>INSCRIPTION AU RASSEMBLEMENT TERMINÉE</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FOOTER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/footer')%>
|
||||
|
||||
</body>
|
||||
<!-- JAVASCRIPT d'EXECUTION -->
|
||||
<script src="/public/js/adhesion/hidden_visible.js"></script>
|
||||
|
||||
</html>
|
||||
136
views/rassemblementra/page_templates/inscrip_formulaire.ejs
Normal file
136
views/rassemblementra/page_templates/inscrip_formulaire.ejs
Normal file
@@ -0,0 +1,136 @@
|
||||
<%- include('../../template_parts/head')%>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- HEADER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/header_tunnel')%>
|
||||
|
||||
<main>
|
||||
|
||||
<!-- TITRE DE LA PAGE -->
|
||||
<%- include('../template_parts/rassemblementidf_titrepage')%>
|
||||
|
||||
<article class="stage_formulaire_cont form_adhesion">
|
||||
|
||||
<form id="rassemblementidf_form" action="" method="post" class="stage_formulaire">
|
||||
|
||||
<section>
|
||||
|
||||
<h1><img class='icone_titre' src="/public/images/icones/icone_compte.png" alt="icone information à cliquer">VOTRE COMPTE ADHÉRENT</h1>
|
||||
|
||||
<div class="grid_2inputs">
|
||||
<div>
|
||||
<p>Identifiant : <span class='identifiant'><%= identifiant %></span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_2inputs">
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="association">Association Suzuki *</label>
|
||||
<input type="text" name="association" id="association" value='<%= association_suzuki %>' required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="grid_2inputs">
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_nom">Nom de famille *</label>
|
||||
<input type="text" name="adherent_nom" id="adherent_nom" value='<% if (locals.adherent_nom) { %><%= adherent_nom %><% }; %>' required>
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_prenom">Prénom *</label>
|
||||
<input type="text" name="adherent_prenom" id="adherent_prenom" value='<% if (locals.adherent_prenom) { %><%= adherent_prenom %><% }; %>' required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="grid_2inputs">
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_adresse_rue">Rue *</label>
|
||||
<input type="text" name="adherent_adresse_rue" id="adherent_adresse_rue" value="<% if (locals.adherent_adresse_rue) { %><%= adherent_adresse_rue %><% }; %>" required>
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_adresse_complement">Complément d'adresse</label>
|
||||
<input type="text" name="adherent_adresse_complement" id="adherent_adresse_complement" value="<% if (locals.adherent_adresse_complement) { %><%= adherent_adresse_complement %><% }; %>">
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_adresse_codepostal">Code postal</label>
|
||||
<input type="text" name="adherent_adresse_codepostal" id="adherent_adresse_codepostal" value="<% if (locals.adherent_adresse_codepostal) { %><%= adherent_adresse_codepostal %><% }; %>">
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_adresse_ville">Ville *</label>
|
||||
<input type="text" name="adherent_adresse_ville" id="adherent_adresse_ville" value="<% if (locals.adherent_adresse_ville) { %><%= adherent_adresse_ville %><% }; %>" required>
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_adresse_pays">Pays *</label>
|
||||
<input type="text" name="adherent_adresse_pays" id="adherent_adresse_pays" value="<% if (locals.adherent_adresse_pays) { %><%= adherent_adresse_pays %><% }; %>" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_2inputs">
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_telephone_mobile">Téléphone mobile *</label>
|
||||
<input type="tel" name="adherent_telephone_mobile" id="adherent_telephone_mobile" value="<% if (locals.adherent_telephone_mobile) { %><%= adherent_telephone_mobile %><% }; %>" required>
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_mail">Mail *</label>
|
||||
<input type="email" name="adherent_mail" id="adherent_mail" value="<% if (locals.adherent_mail) { %><%= adherent_mail %><% }; %>" required>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<h1 class="titre_personne"><span class="rouge">INSCRIPTION DES PERSONNES PRÉSENTES AU RASSEMBLEMENT</span></h1>
|
||||
<div class="description">
|
||||
<p>- Les élèves instrumentistes 🎈 Spécial premières années !</p>
|
||||
<p>- Les professeurs</p>
|
||||
</div>
|
||||
<div class="space30"></div>
|
||||
|
||||
</section>
|
||||
|
||||
<section id="personne0">
|
||||
</section>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- COMMENTAIRE -->
|
||||
<!-- ---------------------------------- -->
|
||||
<section class="commentaire">
|
||||
<div class="input_box input_text input_box_bleu">
|
||||
<label class="labeltextarea" for="commentaire_adherent">Un commentaire ou une information particulière <br> à nous transmettre ?</label>
|
||||
<textarea class="textarea_commentaire" id="commentaire_adherent" name="commentaire_adherent"rows="8" cols="40"></textarea>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<button type="submit" class="button_icone">
|
||||
<span class="btn_icone">+</span><span class="btn_texte">VALIDER</span>
|
||||
</button>
|
||||
|
||||
</form>
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FOOTER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/footer')%>
|
||||
|
||||
</body>
|
||||
<!-- JAVASCRIPT d'EXECUTION -->
|
||||
<script src="/public/js/rassemblementra/rassemblementra_formulaire_personne.js"></script>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,94 @@
|
||||
<%- include('../../template_parts/head')%>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- HEADER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/header_tunnel')%>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FORMULAIRE de vérification du mail -->
|
||||
<!-- ---------------------------------- -->
|
||||
|
||||
<main>
|
||||
|
||||
<article>
|
||||
|
||||
<!-- TITRE DE LA PAGE -->
|
||||
<%- include('../template_parts/rassemblementidf_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>
|
||||
<% }; %>
|
||||
|
||||
|
||||
<!-- lE formuaire -->
|
||||
<%- include('../../stagenat/template_parts/check_identifiant')%>
|
||||
|
||||
<!-- ------------------------- -->
|
||||
<!-- Explication aux visiteurs RASSEMBLEMENT-->
|
||||
<!-- ------------------------- -->
|
||||
|
||||
<section class="savoirplus_accueil">
|
||||
|
||||
<div id="savoirplus_button" class="savoirplus_button">
|
||||
<p>En savoir plus sur ce formulaire</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="savoirplus_content" class="savoirplus_content hidden">
|
||||
<p>Cette page va vous permettre de vous inscrire au Rassemblement Rhône-Alpes du 29 mars 2026 organisé par l'Ecole de Musique Suzuki de l'Est Lyonnais, en partenariat avec l'Association Française pour la Pédagogie Suzuki.</p>
|
||||
<br>
|
||||
<p>Cette journée "spécial premières années" de cours de groupe et de concerts est ouverte aux violonistes, de débutant (Pre-Twinkle) à la fin du 3ème cahier.</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Le lieu : </span>Collège La Xavière, 1 Rue des Fontaines 69970 Chaponnay</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Horaire : </span>L’accueil se fera à partir de 9h30 et les premiers cours débuteront à 10h30. (Merci d’arriver en avance afin de faire votre enregistrement et que les cours puissent commencer à l’heure)</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Déjeuner : </span>Vous voudrez bien apportez votre pique-nique pour le déjeuner de midi.</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Tarifs : </span>25€ pour 1 enfant, 40€ pour 2 enfants et plus</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Contact : </span>asso.msel@gmail.com</p>
|
||||
<br>
|
||||
<p><span class="gras">PAIEMENT PAR CARTE BANCAIRE</span></span></p>
|
||||
<br>
|
||||
<p><span class="gras">UTILISATION DES DONNÉES PERSONNELLES</span></span></p>
|
||||
<p>Les informations recueillies dans le formulaire seront conservées par l'Association.</p>
|
||||
<p>L'association ne transmettra jamais les informations à une autre personne ou organisme.</p>
|
||||
<p>Contacter l'Association pour toutes questions sur vos données : mise à jour, suppression.</p>
|
||||
<br>
|
||||
<p><span class="gras">COOKIE</span></span></p>
|
||||
<p>Ce site utilise 1 cookie qui servira pour garder votre session ouverte sur votre navigateur le temps de remplir le formulaire et de passer par la page paiement et la page finale.</p>
|
||||
<p>Ce cookie servira uniquement à des fins de navigation durant la même session, et ne sera en aucune manière transmis à un organisme tiers. Le cookie de session est automatiquement détruit par le navigateur lors de la fermeture de la page.</p>
|
||||
<p>Si vous n'acceptez pas ce cookie vous ne pourrez pas vous inscrire via ce formulaire car le processus ne fonctionnera pas. Vous pouvez dans ce cas simplement fermer la page et il partira.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FOOTER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/footer')%>
|
||||
|
||||
</body>
|
||||
<!-- JAVASCRIPT d'EXECUTION -->
|
||||
<script src="/public/js/adhesion/hidden_visible.js"></script>
|
||||
|
||||
</html>
|
||||
49
views/rassemblementra/page_templates/paiement_annule.ejs
Normal file
49
views/rassemblementra/page_templates/paiement_annule.ejs
Normal file
@@ -0,0 +1,49 @@
|
||||
<%- include('../../template_parts/head')%>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- HEADER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/header_tunnel')%>
|
||||
|
||||
<main>
|
||||
|
||||
<!-- TITRE DE LA PAGE -->
|
||||
<%- include('../template_parts/rassemblementidf_titrepage')%>
|
||||
|
||||
|
||||
<article class="stage_formulaire_cont form_adhesion">
|
||||
|
||||
<section>
|
||||
|
||||
<h1>Echec du paiement</h1>
|
||||
|
||||
<div class="">
|
||||
<div>
|
||||
<p>La paiement avec la carte bancaire a échoué.</p>
|
||||
<p>Vous pouvez recommencer une nouvelle inscription.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<form action="post_recap_modifier" method="post" class="">
|
||||
<button type="submit" class="button_icone">
|
||||
<span class="btn_icone">+</span><span class="btn_texte">RECOMMENCER</span>
|
||||
</button>
|
||||
</form>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FOOTER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/footer')%>
|
||||
|
||||
</body>
|
||||
<!-- JAVASCRIPT d'EXECUTION -->
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
135
views/rassemblementra/page_templates/paiement_reussi.ejs
Normal file
135
views/rassemblementra/page_templates/paiement_reussi.ejs
Normal file
@@ -0,0 +1,135 @@
|
||||
<%- include('../../template_parts/head')%>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- HEADER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/header_tunnel')%>
|
||||
|
||||
<main>
|
||||
|
||||
<!-- TITRE DE LA PAGE -->
|
||||
<%- include('../template_parts/rassemblementidf_titrepage')%>
|
||||
|
||||
|
||||
<article class="stage_formulaire_cont form_adhesion">
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<h1>Inscription réussie</h1>
|
||||
|
||||
<div class="">
|
||||
<div>
|
||||
<% if (locals.tag_ss_paiement === "oui") { %>
|
||||
<p>Vous aller recevoir un mail de confirmation de votre inscription au Rassemblement Rhône-Alpes.</p>
|
||||
<% } else {%>
|
||||
<p>La paiement par carte bancaire a réussi</p>
|
||||
<p>Vous aller recevoir un mail de confirmation de votre inscription au Rassemblement Rhône-Alpes.</p>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<% if (locals.error) { %>
|
||||
<p class="rouge"><%= error %></p>
|
||||
<% } %>
|
||||
<br><br>
|
||||
</section>
|
||||
|
||||
<section class="">
|
||||
|
||||
<h1><img class='icone_titre' src="/public/images/icones/icone_compte.png" alt="icone information à cliquer">VOTRE COMPTE ADHÉRENT</h1>
|
||||
|
||||
<div class="grid_2inputs">
|
||||
<div>
|
||||
<p>Identifiant : <span class='identifiant'><%= identifiant %></span></p>
|
||||
</div>
|
||||
<div>
|
||||
<p>Association Suzuki : <span class='identifiant'><%= association_suzuki %></span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% if (locals.tag_ss_paiement === "oui") { %>
|
||||
<% } else {%>
|
||||
<div class="icone_hebergement">
|
||||
<div><img class='icone' src="/public/images/icones/icone_accompagnant.png" alt="icone information à cliquer"></div>
|
||||
<p>Accompagnant : <span class='identifiant'><%= accompagnant_prenom %> <%= accompagnant_nom %></span></p>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section id="personne">
|
||||
|
||||
<% for (let toto = 0; toto < 4; toto++) { %>
|
||||
<% if (locals["personne_"+toto+"_nom"]) { %>
|
||||
<div class="recap_personne">
|
||||
<h2><img class='icone_titre' src="/public/images/icones/icone_personne.png" alt="icone information à cliquer">PERSONNE <span class="rouge numero"><%= locals["personne_"+toto+"_numero"] + 1 %></span></h2>
|
||||
<div>
|
||||
<p>Nom : <span class='identifiant'><%= locals["personne_"+toto+"_nom"] %> <%= locals["personne_"+toto+"_prenom"] %></span></p>
|
||||
<p>Catégorie : <span class='identifiant'><%= locals["personne_"+toto+"_role"] %></span></p>
|
||||
|
||||
<% if (locals.tag_ss_paiement === "oui") { %>
|
||||
<% if (locals["personne_"+toto+"_role"] === "professeur") {
|
||||
if (locals["personne_"+toto+"_instrument"]) { %>
|
||||
<p>Instrument : <span class='identifiant'><%= locals["personne_"+toto+"_instrument"] %> - <%= locals["personne_"+toto+"_cahier"] %></span></p>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } else {%>
|
||||
<% if (locals["personne_"+toto+"_role"] === "professeur") {
|
||||
if (locals["personne_"+toto+"_instrument"]) { %>
|
||||
<p>Instrument : <span class='identifiant'><%= locals["personne_"+toto+"_instrument"] %> - <%= locals["personne_"+toto+"_cahier"] %></span></p>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% if (locals["personne_"+toto+"_role"] === "instrumentiste") {
|
||||
if (locals["personne_"+toto+"_instrument"]) { %>
|
||||
<p>Instrument : <span class='identifiant'><%= locals["personne_"+toto+"_instrument"] %> - <%= locals["personne_"+toto+"_cahier"] %></span></p>
|
||||
<% } %>
|
||||
|
||||
<% if (locals["personne_"+toto+"_piece"]) { %>
|
||||
<p>Pièce : <span class='identifiant'><%= locals["personne_"+toto+"_piece"] %></span></p>
|
||||
<% } %>
|
||||
|
||||
<% if (locals["personne_"+toto+"_prof"]) { %>
|
||||
<p>Professeur : <span class='identifiant'><%= locals["personne_"+toto+"_prof"] %></span></p>
|
||||
<% } %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
</div>
|
||||
</div>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
</section>
|
||||
<% if (locals.tag_ss_paiement === "oui") { %>
|
||||
<% } else {%>
|
||||
<hr>
|
||||
<section class="tarifs">
|
||||
<p>Tarif rassemblement : <span class='identifiant'><%= tarif_rassemblement %></span></p>
|
||||
<p>Montant total : <span class='identifiant'><%= tarif_rassemblement %>€</span></p>
|
||||
<hr>
|
||||
</section>
|
||||
<% } %>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FOOTER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/footer')%>
|
||||
|
||||
</body>
|
||||
<!-- JAVASCRIPT d'EXECUTION -->
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
94
views/rassemblementra/page_templates/panne.ejs
Normal file
94
views/rassemblementra/page_templates/panne.ejs
Normal file
@@ -0,0 +1,94 @@
|
||||
<%- include('../../template_parts/head')%>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- HEADER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/header_tunnel')%>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FORMULAIRE de vérification du mail -->
|
||||
<!-- ---------------------------------- -->
|
||||
|
||||
<main>
|
||||
|
||||
<article>
|
||||
|
||||
<!-- TITRE DE LA PAGE -->
|
||||
<%- include('../template_parts/rassemblementidf_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>
|
||||
<% }; %>
|
||||
|
||||
|
||||
<!-- lE formuaire -->
|
||||
<P>Nous vous prions de nous excuser. Le formulaire d'inscription pour le Rassemblement est temporairement indisponible et sera rétabli dans quelques heures.</P>
|
||||
|
||||
<!-- ------------------------- -->
|
||||
<!-- Explication aux visiteurs RASSEMBLEMENT-->
|
||||
<!-- ------------------------- -->
|
||||
|
||||
<section class="savoirplus_accueil">
|
||||
|
||||
<div id="savoirplus_button" class="savoirplus_button">
|
||||
<p>En savoir plus sur ce formulaire</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="savoirplus_content" class="savoirplus_content hidden">
|
||||
<p>Cette page va vous permettre de vous inscrire au Rassemblement Rhône-Alpes du 29 mars 2026 organisé par l’Association La clef du bonheur, en partenariat avec l'Association Française pour la Pédagogie Suzuki.</p>
|
||||
<br>
|
||||
<p>Cette journée de cours de groupe et concerts est ouverte aux violonistes, altistes, violoncellistes, pianistes et harpistes Suzuki de tous niveaux !</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Le lieu : </span>Salle des fêtes de Maule, accueil Ecole René Coty, Chaussée Saint-Vincent, 78580 Maule</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Horaire : </span>Les ateliers commencent à 10h30 et l'accueil se fait à partir de 9h30</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Déjeuner : </span>Il faudrait prévoir un pique-nique pour le déjeuner</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Tarifs : </span>32€ pour 1 enfants, 52€ pour 2 enfants et plus</p>
|
||||
<br>
|
||||
<p><span class="gras rouge">Contact : </span>lacdb@wanadoo.fr</p>
|
||||
<br>
|
||||
<p><span class="gras">PAIEMENT PAR CARTE BANCAIRE</span></span></p>
|
||||
<br>
|
||||
<p><span class="gras">UTILISATION DES DONNÉES PERSONNELLES</span></span></p>
|
||||
<p>Les informations recueillies dans le formulaire seront conservées par l'Association.</p>
|
||||
<p>L'association ne transmettra jamais les informations à une autre personne ou organisme.</p>
|
||||
<p>Contacter l'Association pour toutes questions sur vos données : mise à jour, suppression.</p>
|
||||
<br>
|
||||
<p><span class="gras">COOKIE</span></span></p>
|
||||
<p>Ce site utilise 1 cookie qui servira pour garder votre session ouverte sur votre navigateur le temps de remplir le formulaire et de passer par la page paiement et la page finale.</p>
|
||||
<p>Ce cookie servira uniquement à des fins de navigation durant la même session, et ne sera en aucune manière transmis à un organisme tiers. Le cookie de session est automatiquement détruit par le navigateur lors de la fermeture de la page.</p>
|
||||
<p>Si vous n'acceptez pas ce cookie vous ne pourrez pas vous inscrire via ce formulaire car le processus ne fonctionnera pas. Vous pouvez dans ce cas simplement fermer la page et il partira.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FOOTER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/footer')%>
|
||||
|
||||
</body>
|
||||
<!-- JAVASCRIPT d'EXECUTION -->
|
||||
<script src="/public/js/adhesion/hidden_visible.js"></script>
|
||||
|
||||
</html>
|
||||
177
views/rassemblementra/page_templates/recap.ejs
Normal file
177
views/rassemblementra/page_templates/recap.ejs
Normal file
@@ -0,0 +1,177 @@
|
||||
<%- include('../../template_parts/head')%>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- HEADER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/header_tunnel')%>
|
||||
|
||||
<main>
|
||||
|
||||
<!-- TITRE DE LA PAGE -->
|
||||
<%- include('../template_parts/rassemblementidf_titrepage')%>
|
||||
|
||||
|
||||
<article class="stage_formulaire_cont form_adhesion">
|
||||
|
||||
<section class="">
|
||||
|
||||
<h1><img class='icone_titre' src="/public/images/icones/icone_compte.png" alt="icone information à cliquer">VOTRE COMPTE ADHÉRENT</h1>
|
||||
|
||||
<div class="grid_2inputs">
|
||||
<div>
|
||||
<p>Identifiant : <span class='identifiant'><%= identifiant %></span></p>
|
||||
</div>
|
||||
<div>
|
||||
<p>Association Suzuki : <span class='identifiant'><%= association_suzuki %></span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section id="personne">
|
||||
|
||||
<% for (let toto = 1; toto < 5; toto++) { %>
|
||||
<% if (locals["personne_"+toto+"_nom"]) { %>
|
||||
<div class="recap_personne">
|
||||
<h2><img class='icone_titre' src="/public/images/icones/icone_personne.png" alt="icone information à cliquer">PERSONNE <span class="rouge numero"><%= locals["personne_"+toto+"_numero"] %></span></h2>
|
||||
<div>
|
||||
<p>Nom : <span class='identifiant'><%= locals["personne_"+toto+"_nom"] %> <%= locals["personne_"+toto+"_prenom"] %></span></p>
|
||||
<p>Catégorie : <span class='identifiant'><%= locals["personne_"+toto+"_role"] %></span></p>
|
||||
<% if (locals["personne_"+toto+"_role"] === "professeur") {
|
||||
if (locals["personne_"+toto+"_instrument"]) { %>
|
||||
<p>Instrument : <span class='identifiant'><%= locals["personne_"+toto+"_instrument"] %></span></p>
|
||||
<% } %>
|
||||
<% if (locals["personne_"+toto+"_repas"] === "repas") { %>
|
||||
<p>Repas du midi : <span class='identifiant'>oui (8€)</span></p>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
<% if (locals["personne_"+toto+"_role"] === "instrumentiste") {%>
|
||||
|
||||
<% if (locals["personne_"+toto+"_age"]) { %>
|
||||
<p>Âge au jour du rassemblement : <span class='identifiant'><%= locals["personne_"+toto+"_age"] %></span></p>
|
||||
<% } %>
|
||||
|
||||
<% if (locals["personne_"+toto+"_instrument"]) { %>
|
||||
<p>Instrument : <span class='identifiant'><%= locals["personne_"+toto+"_instrument"] %> - <%= locals["personne_"+toto+"_cahier"] %></span></p>
|
||||
<% } %>
|
||||
|
||||
<% if (locals["personne_"+toto+"_piece"]) { %>
|
||||
<p>Pièce : <span class='identifiant'><%= locals["personne_"+toto+"_piece"] %></span></p>
|
||||
<% } %>
|
||||
|
||||
<% if (locals["personne_"+toto+"_prof"]) { %>
|
||||
<p>Professeur : <span class='identifiant'><%= locals["personne_"+toto+"_prof"] %></span></p>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
||||
|
||||
</section>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<section class="">
|
||||
<% if (locals["cout_total"] > 0) { %>
|
||||
<form action="post_payer_ra" method="post" class="">
|
||||
<section class="tarifs">
|
||||
<p>Tarif rassemblement : <span class='identifiant'><%= cout_rassemblement %>€</span></p>
|
||||
<% if (locals["cout_repas"] > 0) { %>
|
||||
<p>Coût repas professeur(s) : <span class='identifiant'><%= cout_repas %>€</span></p>
|
||||
<% } %>
|
||||
<p>Montant total : <span class='identifiant'><%= cout_total %>€</span></p>
|
||||
|
||||
|
||||
<% if (locals["infoaccompagnant"] === "oui") { %>
|
||||
|
||||
<hr>
|
||||
<div class="grid_2inputs">
|
||||
<div class="icone_hebergement">
|
||||
<div><img class='icone' src="/public/images/icones/icone_accompagnant.png" alt="icone information à cliquer"></div>
|
||||
<p>Nom de la personne acompagnatrice du, ou des élèves, durant la journée du rassemblement : </p>
|
||||
|
||||
<div class="input_box input_text input_box_gris marginleft_27px">
|
||||
<label for="accompagnant_nom">Nom de l'accompagnant *</label>
|
||||
<input type="text" name="accompagnant_nom" id="accompagnant_nom" required>
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris marginleft_27px">
|
||||
<label for="accompagnant_prenom">Prénom *</label>
|
||||
<input type="text" name="accompagnant_prenom" id="accompagnant_prenom" required>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- RESPONSABILITE -->
|
||||
<!-- ---------------------------------- -->
|
||||
<section class="marginleft_27px">
|
||||
<div class="input_checkbox">
|
||||
<input type="checkbox" name="check_responsabilite" id="check_responsabilite" required>
|
||||
<label for="check_responsabilite">Je suis responsable de mon enfant et je m'engage à rester sur place durant toute la durée de l'événement.</label>
|
||||
</div>
|
||||
</section>
|
||||
<% } %>
|
||||
|
||||
<hr>
|
||||
|
||||
<br>
|
||||
<p>Le mode de paiement est la<span class='identifiant'>carte bancaire</span><br>En cliquant sur le bouton "PAYER" vous allez être redirigé vers le système de paiement bancaire.<br>Après le paiement, vous recevrez un mail de confirmation d'inscription.</p>
|
||||
|
||||
</section>
|
||||
<button type="submit" class="button_icone button_icone_recap bg_green">
|
||||
<span class="btn_icone">+</span><span class="btn_texte">PAYER</span>
|
||||
</button>
|
||||
</form>
|
||||
<% } %>
|
||||
<% if (locals["cout_total"] < 1) { %>
|
||||
<form action="post_recap_valid_ss_paiement" method="post" class="">
|
||||
<button type="submit" class="button_icone button_icone_recap bg_green">
|
||||
<span class="btn_icone">+</span><span class="btn_texte">VALIDER</span>
|
||||
</button>
|
||||
</form>
|
||||
<% } %>
|
||||
<form action="post_recap_modifier" method="post" class="">
|
||||
<button type="submit" class="button_icone button_icone_recap">
|
||||
<span class="btn_icone">+</span><span class="btn_texte">MODIFIER</span>
|
||||
</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<!-- ------------------------- -->
|
||||
<!-- Explication aux visiteurs -->
|
||||
<!-- ------------------------- -->
|
||||
|
||||
<section class="savoirplus_accueil">
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- FOOTER -->
|
||||
<!-- ---------------------------------- -->
|
||||
<%- include('../../template_parts/footer')%>
|
||||
|
||||
</body>
|
||||
<!-- JAVASCRIPT d'EXECUTION -->
|
||||
<script src="/public/js/adhesion/hidden_visible.js"></script>
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user