83 lines
4.2 KiB
Plaintext
83 lines
4.2 KiB
Plaintext
<!-- ---------------------------------- -->
|
|
<!-- PROF -->
|
|
<!-- FORMULAIRE de saisie de l'instrument dont il veut apprendre la pédagogie Suzuki -->
|
|
<!-- ---------------------------------- -->
|
|
|
|
|
|
|
|
<!-- ---------------------------------- -->
|
|
<!-- OUI - IL VEUT SAISIR DIPLOMES -->
|
|
<!-- AFFICHER DES INPUTS DIPLOME -->
|
|
<!-- ---------------------------------- -->
|
|
<section id="prof_formation" class="hidden">
|
|
|
|
<div class="grid_3inputs">
|
|
<div class="input_box input_text input_box_bleu">
|
|
<label for="adherent_prof_stagiaire_instrument1">Je suis en formation en :</label>
|
|
<select id="adherent_prof_stagiaire_instrument1" name="adherent_prof_stagiaire_instrument1" onchange="select_prof_stagiaire_instrument1(this)">
|
|
<option value="" selected></option>
|
|
<option value="Alto">Alto</option>
|
|
<option value="Piano">Piano</option>
|
|
<option value="Violon">Violon</option>
|
|
<option value="Violoncelle">Violoncelle</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="input_box input_text input_box_bleu">
|
|
<label for="adherent_prof_stagiaire_instrument1_esa">Niveau</label>
|
|
<select id="adherent_prof_stagiaire_instrument1_esa" name="adherent_prof_stagiaire_instrument1_esa">
|
|
<option value="" selected></option>
|
|
<option value="Niveau 1">Niveau 1</option>
|
|
<option value="Niveau 2">Niveau 2</option>
|
|
<option value="Niveau 3">Niveau 3</option>
|
|
<option value="Niveau 4">Niveau 4</option>
|
|
<option value="Niveau 5">Niveau 5</option>
|
|
<option value="Instructeur 1">Instructeur (année 1)</option>
|
|
<option value="Instructeur 2">Instructeur (année 2)</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="input_box input_text input_box_bleu" id="select_adherent_prof_stagiaire_instrument1_prof">
|
|
<label for="adherent_prof_stagiaire_instrument1_prof">Formateur</label>
|
|
<select id="adherent_prof_stagiaire_instrument1_prof" name="adherent_prof_stagiaire_instrument1_prof">
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="grid_3inputs">
|
|
<div class="input_box input_text input_box_bleu">
|
|
<label for="adherent_prof_stagiaire_instrument2">Ajout d'une autre formation :</label>
|
|
<select id="adherent_prof_stagiaire_instrument2" name="adherent_prof_stagiaire_instrument2" onchange="select_prof_stagiaire_instrument2(this)">
|
|
<option value="" selected></option>
|
|
<option value="Alto">Alto</option>
|
|
<option value="Piano">Piano</option>
|
|
<option value="Violon">Violon</option>
|
|
<option value="Violoncelle">Violoncelle</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="input_box input_text input_box_bleu">
|
|
<label for="adherent_prof_stagiaire_instrument2_esa">Niveau</label>
|
|
<select id="adherent_prof_stagiaire_instrument2_esa" name="adherent_prof_stagiaire_instrument2_esa">
|
|
<option value="" selected></option>
|
|
<option value="Niveau 1">Niveau 1</option>
|
|
<option value="Niveau 2">Niveau 2</option>
|
|
<option value="Niveau 3">Niveau 3</option>
|
|
<option value="Niveau 4">Niveau 4</option>
|
|
<option value="Niveau 5">Niveau 5</option>
|
|
<option value="Instructeur 1">Instructeur (année 1)</option>
|
|
<option value="Instructeur 2">Instructeur (année 2)</option>
|
|
</select>
|
|
</div>
|
|
|
|
<div class="input_box input_text input_box_bleu">
|
|
<label for="adherent_prof_stagiaire_instrument2_prof">Formateur</span></label>
|
|
<select id="adherent_prof_stagiaire_instrument2_prof" name="adherent_prof_stagiaire_instrument2_prof">
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</section>
|
|
|