Files
aduzuki/views/adhesion/page_templates/formulaire_adhesion_observateur.ejs
julliechaumard dd49ba357b commit
2023-02-28 01:15:30 +01:00

70 lines
2.1 KiB
Plaintext

<%- include('../../template_parts/head')%>
<body>
<%- include('../../template_parts/header_tunnel')%>
<main>
<article></article>
<!-- TITRE DE LA PAGE -->
<%- include('../template_parts/adhesion_titrepage')%>
<form action="" method="post" class="form_adhesion">
<!-- ---------------------------------- -->
<!-- FAMILLE -->
<!-- FORMULAIRE de saisie Infos générales -->
<!-- ON UTILISE LE MEME QUE CELUI DU PROF -->
<!-- ---------------------------------- -->
<%- include('../template_parts/prof_infosgenerale')%>
<div class="grid_3inputs">
<div class="input_box input_text input_box_bleu">
<label for="adherent_prof_instrument1">Instrument</label>
<input type="text" name="adherent_prof_instrument1" id="adherent_prof_instrument1" value="" required>
</div>
<section class="commentaire">
<div class="input_box input_text input_box_bleu">
<label class="labeltextarea" for="adherent_prof_instrument1_esa">Dans quel cadre <br> souhaitez-vous observer ?</label>
<textarea class="textarea_commentaire" id="adherent_prof_instrument1_esa" name="adherent_prof_instrument1_esa"rows="8" cols="40"></textarea>
</div>
</section>
</div>
<!-- ---------------------------------- -->
<!-- BOUTON ENREGISTRER -->
<!-- ---------------------------------- -->
<button type="submit" class="button_icone">
<span class="btn_icone">+</span><span class="btn_texte">PAIEMENT</span>
</button>
<div class="paiement_explication">
<p>En cliquant sur ce bouton vous procèderez au paiement.</p>
<p>Vous ne pourrez plus revenir sur votre adhésion.</p>
</div>
</form>
</article>
</main>
</body>
<!-- JAVASCRIPT d'EXECUTION -->
<%- include('../../template_parts/footer')%>