Files
aduzuki/views/adhesion/page_templates/formulaire_adhesion_famille.ejs
2026-07-20 16:33:04 +02:00

56 lines
1.6 KiB
Plaintext

<%- include('../../template_parts/head')%>
<body>
<%- include('../../template_parts/header_tunnel')%>
<main>
<article class="">
<!-- 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')%>
<!-- ---------------------------------- -->
<!-- FAMILLE -->
<!-- Ajouter des élèves -->
<!-- ---------------------------------- -->
<section id="eleve0"></section>
<!-- ---------------------------------- -->
<!-- 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 -->
<script src="/public/js/adhesion/eleve.js"></script>
<%- include('../../template_parts/footer')%>