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

@@ -12,11 +12,6 @@
<!-- TITRE DE LA PAGE -->
<%- include('../template_parts/rassemblementidf_titrepage')%>
<% if (err_nbr_eleve) { %>
<div class="erreur">ERREUR : <p class='identifiant'><%= err_nbr_eleve %></p></div>
<% } %>
<article class="stage_formulaire_cont form_adhesion">
<form id="rassemblementidf_form" action="" method="post" class="stage_formulaire">
@@ -33,10 +28,12 @@
<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 %>' required>
<input type="text" name="association" id="association" value='<%= association_suzuki %>' required>
</div>
</div>
<h1 class="titre_personne"><span class="rouge">Informations sur l'adhérent à l'association Suzuki, française, ou d'un autre pays :</span></h1>
<div class="grid_2inputs">
<div class="input_box input_text input_box_gris">
<label for="adherent_nom">Nom de famille *</label>
@@ -80,11 +77,6 @@
<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_telephone_fixe">Téléphone fixe</label>
<input type="tel" name="adherent_telephone_fixe" id="adherent_telephone_fixe" value="<% if (locals.adherent_telephone_fixe) { %><%= adherent_telephone_fixe %><% }; %>">
</div>
<div class="input_box input_text input_box_gris">
<label for="adherent_mail">Mail *</label>
@@ -98,25 +90,19 @@
<h1 class="titre_personne"><span class="rouge">INSCRIPTION DES PERSONNES PRÉSENTES AU RASSEMBLEMENT</span></h1>
<div class="description">
<p>- Tous les élèves instrumentistes</p>
<p>- La personne accompagnatrice</p>
<p>- Les élèves instrumentistes</p>
<p>- Les professeurs</p>
</div>
<div class="space30"></div>
<div class="grid_2inputs">
<div class="icone_hebergement">
<div><img class='icone' src="/public/images/icones/icone_accompagnant.png" alt="icone accompagnant"></div>
<div class="input_box input_text input_box_gris">
<label for="accompagnant_nom">Nom de l'accompagnant *</label>
<input type="text" name="accompagnant_nom" id="accompagnant_nom" value='<% if (locals.accompagnant_nom) { %><%= accompagnant_nom %><% }; %>' required>
</div>
<div class="input_box input_text input_box_gris">
<label for="accompagnant_prenom">Prénom *</label>
<input type="text" name="accompagnant_prenom" id="accompagnant_prenom" value='<% if (locals.accompagnant_prenom) { %><%= accompagnant_prenom %><% }; %>' required>
</div>
<div><img class='icone' src="/public/images/icones/icone_bus.png" alt="icone bus"></div>
<div>Voulez vous prendre la navette qui va de la gare de Maule jusqu'au lieu du Rassemblement ? Si oui, pour combien de personnes ?</div>
<div class="input_box input_text input_box_gris">
<label for="bus_nb">Indiquer le nombre de personnes</label>
<input type="number" name="bus_nb" id="bus_nb" value='<% if (locals.bus_nb) { %><%= bus_nb %><% }; %>'>
</div>
</div>
</div>
@@ -126,6 +112,9 @@
<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>
@@ -133,6 +122,11 @@
</div>
</section>
<button type="submit" class="button_icone">
<span class="btn_icone">+</span><span class="btn_texte">VALIDER</span>
</button>