total_1ère
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- PROF -->
|
||||
<!-- FORMULAIRE de saisie Infos générales -->
|
||||
<!-- ---------------------------------- -->
|
||||
|
||||
@@ -7,10 +6,6 @@
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- AFFICHAGE DU MAIL SAISIE DANS L'ÉCRAN DE VÉRIFICATION DU MAIL -->
|
||||
<!-- ---------------------------------- -->
|
||||
<!-- <div class="input_box input_email">
|
||||
<label for="">VOTRE IDENTIFIANT</label>
|
||||
<input readonly="readonly" type="email" name="" id="" value="<%= identifiant %>">
|
||||
</div> -->
|
||||
|
||||
<div>
|
||||
<p>VOTRE IDENTIFIANT : <span class='identifiant'><%= identifiant %></span></p>
|
||||
@@ -34,22 +29,17 @@
|
||||
|
||||
<div class="grid_3inputs">
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_nom">Nom</label>
|
||||
<label for="adherent_nom">Nom*</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>
|
||||
<label for="adherent_prenom">Prénom*</label>
|
||||
<input type="text" name="adherent_prenom" id="adherent_prenom" required>
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_datenaissance">Date de naissance</label>
|
||||
<input type="date" name="adherent_datenaissance" id="adherent_datenaissance">
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_adresse_rue">Rue</label>
|
||||
<label for="adherent_adresse_rue">Rue*</label>
|
||||
<input type="text" name="adherent_adresse_rue" id="adherent_adresse_rue" required>
|
||||
</div>
|
||||
|
||||
@@ -59,23 +49,25 @@
|
||||
</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">
|
||||
<label for="adherent_adresse_codepostal">Code postal*</label>
|
||||
<input type="text" name="adherent_adresse_codepostal" id="adherent_adresse_codepostal" required>
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
<label for="adherent_adresse_ville">Ville</label>
|
||||
<label for="adherent_adresse_ville">Ville*</label>
|
||||
<input type="text" name="adherent_adresse_ville" id="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">
|
||||
<label for="adherent_adresse_pays">Pays*</label>
|
||||
<input type="text" name="adherent_adresse_pays" id="adherent_adresse_pays" required>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="grid_3inputs">
|
||||
<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">
|
||||
<label for="adherent_telephone_mobile">Téléphone mobile*</label>
|
||||
<input type="tel" name="adherent_telephone_mobile" id="adherent_telephone_mobile" required>
|
||||
</div>
|
||||
|
||||
<div class="input_box input_text input_box_gris">
|
||||
|
||||
Reference in New Issue
Block a user