total_1ère
This commit is contained in:
@@ -14,11 +14,8 @@
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
@@ -27,19 +24,20 @@
|
||||
<p>Identifiant : <span class='identifiant'><%= identifiant %></span></p>
|
||||
</div>
|
||||
<div>
|
||||
<p>Association Suzuki : <span class='identifiant'><%= association %></span></p>
|
||||
<p>Association Suzuki : <span class='identifiant'><%= association_suzuki %></span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
<div class="icone_bus">
|
||||
<div><img class='icone' src="/public/images/icones/icone_bus.png" alt="icone information à cliquer"></div>
|
||||
<p>Nombre de personnes pour la navette depuis Maule : <span class='identifiant'><%= bus_nb %></span></p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="personne">
|
||||
|
||||
@@ -49,18 +47,33 @@
|
||||
<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>Date de naissance : <span class='identifiant'><%= locals["personne_"+toto+"_datenaissance"] %></span></p>
|
||||
|
||||
<% if (locals["personne_"+toto+"_instrument"]) { %>
|
||||
<p>Instrument : <span class='identifiant'><%= locals["personne_"+toto+"_instrument"] %> - <%= locals["personne_"+toto+"_cahier"] %></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"] %> - <%= locals["personne_"+toto+"_cahier"] %></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+"_piece"]) { %>
|
||||
<p>Pièce : <span class='identifiant'><%= locals["personne_"+toto+"_piece"] %></span></p>
|
||||
<% } %>
|
||||
<% if (locals["personne_"+toto+"_age"]) { %>
|
||||
<p>Age : <span class='identifiant'><%= locals["personne_"+toto+"_age"] %></span></p>
|
||||
<% } %>
|
||||
|
||||
<% if (locals["personne_"+toto+"_prof"]) { %>
|
||||
<p>Professeur : <span class='identifiant'><%= locals["personne_"+toto+"_prof"] %></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>
|
||||
@@ -71,30 +84,75 @@
|
||||
|
||||
</section>
|
||||
<hr>
|
||||
<section class="tarifs">
|
||||
<p>Tarif rassemblement : <span class='identifiant'><%= cout_rassemblement %></span></p>
|
||||
<p>Frais bancaire : <span class='identifiant'><%= accompte_frais_bancaire %>€</span></p>
|
||||
<p>Montant total : <span class='identifiant'><%= cout_total %>€</span></p>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<section class="">
|
||||
<% if (locals["cout_total"] > 0) { %>
|
||||
<form action="post_payer_ri" 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>Frais bancaire : <span class='identifiant'><%= accompte_frais_bancaire %>€</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>
|
||||
|
||||
<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>
|
||||
|
||||
<section class="buttons">
|
||||
<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>
|
||||
|
||||
<form action="post_payer_ri" method="post" class="">
|
||||
<button type="submit" class="button_icone button_icone_recap bg_green">
|
||||
<span class="btn_icone">+</span><span class="btn_texte">PAYER</span>
|
||||
</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<!-- ------------------------- -->
|
||||
@@ -103,34 +161,6 @@
|
||||
|
||||
<section class="savoirplus_accueil">
|
||||
|
||||
<div id="savoirplus_button" class="savoirplus_button">
|
||||
<p>En savoir plus sur le paiement du stage</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="savoirplus_content" class="savoirplus_content hidden">
|
||||
<p>un acompte de 100€ par élève est demandé lors de l’inscription en ligne. Ces frais ne sont pas remboursables sauf si l'AFPS annule le séjour.</p>
|
||||
<br>
|
||||
<p>Pour payer le solde, veuillez attendre votre facture et la vérifier.</p>
|
||||
<br>
|
||||
<p>La totalité du séjour doit être versée avant le 15 août 2022.</p>
|
||||
<br>
|
||||
<p><span class="gras">modes de paiement :</span></p>
|
||||
<br>
|
||||
<ol>
|
||||
<li>Par virement bancaire en 1 à 3 fois (juin, juillet, août au plus tard)</li>
|
||||
<li>En 1 à 3 chèques à l’ordre de l’AFPS (encaissement au plus tard: juin,juillet, août)</li>
|
||||
<li>En chèques vacances ANCV : à l’ordre de Ternélia, les flocons verts</li>
|
||||
</ol>
|
||||
<br>
|
||||
<p>Date limite pour l’envoi des chèques ou ANCV : 30 juin 2023.</p>
|
||||
<p>Adresse : Anne PAGES / AFPS, 30, rue des Tattes 74 500 PUBLIER</p>
|
||||
<p>Pour nous permettre d’associer l’inscription en ligne et paiement, merci de renseigner le nom de l’enfant inscrit au dos des chèques, ou en commentaire associé à votre virement.</p>
|
||||
|
||||
<p><span class="gras">Références bancaires de l'AFPS : :</span></span></p>
|
||||
<p>CREDIT AGRICOLE DE SAVOIE, IBAN : FR76 1810 6000 4496 7630 3576 718, BIC : AGRIFRPP881</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user