2176 lines
189 KiB
JavaScript
2176 lines
189 KiB
JavaScript
|
|
// PROFESSEURS POUR LES STAGIAIRES
|
|
|
|
const select_prof_stagiaire_instrument1 = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_prof_stagiaire_instrument1_prof = '<option value="" selected></option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_prof_stagiaire_instrument1_prof").innerHTML = adherent_prof_stagiaire_instrument1_prof;
|
|
adherent_prof_stagiaire_instrument1_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_prof_stagiaire_instrument1_prof").innerHTML = '';
|
|
adherent_prof_stagiaire_instrument1_prof = '<option value="" selected></option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_prof_stagiaire_instrument1_prof").innerHTML = adherent_prof_stagiaire_instrument1_prof;
|
|
adherent_prof_stagiaire_instrument1_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_prof_stagiaire_instrument1_prof").innerHTML = '';
|
|
adherent_prof_stagiaire_instrument1_prof = '<option value="" selected></option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_prof_stagiaire_instrument1_prof += ' <option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_prof_stagiaire_instrument1_prof").innerHTML = adherent_prof_stagiaire_instrument1_prof;
|
|
adherent_prof_stagiaire_instrument1_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_prof_stagiaire_instrument1_prof").innerHTML = '';
|
|
adherent_prof_stagiaire_instrument1_prof = '<option value="" selected></option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_prof_stagiaire_instrument1_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_prof_stagiaire_instrument1_prof").innerHTML = adherent_prof_stagiaire_instrument1_prof;
|
|
adherent_prof_stagiaire_instrument1_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_prof_stagiaire_instrument2 = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_prof_stagiaire_instrument2_prof = '<option value="" selected></option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_prof_stagiaire_instrument2_prof").innerHTML = adherent_prof_stagiaire_instrument2_prof;
|
|
adherent_prof_stagiaire_instrument2_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_prof_stagiaire_instrument2_prof").innerHTML = '';
|
|
adherent_prof_stagiaire_instrument2_prof = '<option value="" selected></option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_prof_stagiaire_instrument2_prof").innerHTML = adherent_prof_stagiaire_instrument2_prof;
|
|
adherent_prof_stagiaire_instrument2_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_prof_stagiaire_instrument2_prof").innerHTML = '';
|
|
adherent_prof_stagiaire_instrument2_prof = '<option value="" selected></option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_prof_stagiaire_instrument2_prof += ' <option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_prof_stagiaire_instrument2_prof").innerHTML = adherent_prof_stagiaire_instrument2_prof;
|
|
adherent_prof_stagiaire_instrument2_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_prof_stagiaire_instrument2_prof").innerHTML = '';
|
|
adherent_prof_stagiaire_instrument2_prof = '<option value="" selected></option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_prof_stagiaire_instrument2_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_prof_stagiaire_instrument2_prof").innerHTML = adherent_prof_stagiaire_instrument2_prof;
|
|
adherent_prof_stagiaire_instrument2_prof ='';
|
|
};
|
|
};
|
|
|
|
// PROFESSEURS POUR LES ÉLÈVES
|
|
|
|
const select_eleve1_InstrumentA = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve1_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
|
adherent_eleve1_InstrumentA_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve1_InstrumentB = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve1_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve1_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
|
adherent_eleve1_InstrumentB_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve2_InstrumentA = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve2_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
|
adherent_eleve2_InstrumentA_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve2_InstrumentB = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve2_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve2_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
|
adherent_eleve2_InstrumentB_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve3_InstrumentA = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve3_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
|
adherent_eleve3_InstrumentA_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve3_InstrumentB = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve3_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve3_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
|
adherent_eleve3_InstrumentB_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve4_InstrumentA = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve4_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
|
adherent_eleve4_InstrumentA_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve4_InstrumentB = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve4_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve4_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
|
adherent_eleve4_InstrumentB_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve5_InstrumentA = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentA_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve5_InstrumentA_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
|
adherent_eleve5_InstrumentA_prof ='';
|
|
};
|
|
};
|
|
|
|
const select_eleve5_InstrumentB = (select) => {
|
|
console.log("select.value : ",select.value);
|
|
if (select.value == "Alto"){
|
|
console.log("on est dans le ALTO");
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="PLATONE Hélène">PLATONE Hélène</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Contrebasse"){
|
|
console.log("on est dans le Contrebasse");
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Flûte traversière"){
|
|
console.log("on est dans le Flûte traversière");
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DOZO Guadalupe">DOZO Guadalupe</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="MILLE Christelle">MILLE Christelle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="MONTAGNA Cristina">MONTAGNA Cristina</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="PAILLOT-DURY Catherine">PAILLOT-DURY Catherine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="PRIESTER Fanny">PRIESTER Fanny</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Guitare"){
|
|
console.log("on est dans le Guitare");
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="FAU Benjamin">FAU Benjamin</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LOFFLER Marcelo">LOFFLER Marcelo</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Harpe"){
|
|
console.log("on est dans le Harpe");
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BASMADJIAN-POIRIER Muriel">BASMADJIAN-POIRIER Muriel</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DENIS Raphaëlle">DENIS Raphaëlle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="MAGRINI Alessandra">MAGRINI Alessandra</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RIVERA Eva">RIVERA Eva</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Piano"){
|
|
console.log("on est dans le Piano");
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BOINEAU-BENHAIM Nicole">BOINEAU-BENHAIM Nicole</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CALATAYUD Marielle">CALATAYUD Marielle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CHAPRON Camille">CHAPRON Camille</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DENARO Luigi">DENARO Luigi</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="EL DACCACHE Georges">EL DACCACHE Georges</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="EL KAROUT Fouad">EL KAROUT Fouad</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ESPONA Véronique">ESPONA Véronique</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="GASTON Isabelle">GASTON Isabelle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="GOKELAERE Fabienne">GOKELAERE Fabienne</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="HAEDT- GOUSSU Camille">HAEDT- GOUSSU Camille</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="KAWAHARA Koyuki">KAWAHARA Koyuki</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="OLIVIER-SAGAWA Reika">OLIVIER-SAGAWA Reika</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="PERRIN Véronique">PERRIN Véronique</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="TCHERNOOKOV Viola">TCHERNOOKOV Viola</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Trompette"){
|
|
console.log("on est dans le Trompette");
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CALVAYRAC Michel">CALVAYRAC Michel</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violon"){
|
|
console.log("on est dans le Violon");
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ADAMS Kate">ADAMS Kate</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ALLARD Cédric">ALLARD Cédric</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ARESTAN Philippe">ARESTAN Philippe</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="AUDUC Cécile">AUDUC Cécile</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BAUJARD Mariko">BAUJARD Mariko</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BEAU-FAUCHER Gaelle">BEAU-FAUCHER Gaëlle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BEETSCHEN Ghislaine">BEETSCHEN Ghislaine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BERNARDON Vincent">BERNARDON Vincent</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BONHOMME Amandine">BONHOMME Amandine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BOSSUAT Christophe">BOSSUAT Christophe</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CABLEY-DENOIX Hélène">CABLEY-DENOIX Hélène</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CACHOT Sigismond">CACHOT Sigismond</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CALVAYRAC Danielle">CALVAYRAC Danielle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CASTOR Gaëlle">CASTOR Gaëlle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CATOIRE Mélanie">CATOIRE Mélanie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CAUCHEFER Marie">CAUCHEFER Marie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CHAUSSADE Amelie">CHAUSSADE Amélie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CHITEPO Chiyedza">CHITEPO Chiyedza</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="COLLIN Ombeline">COLLIN Ombeline</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="COLOMBO Axelle">COLOMBO Axelle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CONTI Cristina">CONTI Cristina</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DE LAROUZIERE Aude">DE LAROUZIERE Aude</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DE MALEFETTE Stéphanie">DE MALEFETTE Stéphanie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DEVUN Danièle">DEVUN Danièle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DEVUN Francois">DEVUN François</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DODELIER Thibaut">DODELIER Thibaut</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="DUTOIT Sophie">DUTOIT Sophie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="EYMARD Marianne">EYMARD Marianne</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="FARGEOT-MAUCHE Elodie">FARGEOT-MAUCHE Elodie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="FEGE-DUBET Blandine">FEGE-DUBET Blandine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="FORAY Camille">FORAY Camille</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="FORTUNE Fanny">FORTUNE Fanny</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="GAZZOLA Stefania">GAZZOLA Stefania</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="GILLIERON Eve">GILLIERON Eve</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="GRIMAND-BOUDIER Hélène">GRIMAND-BOUDIER Hélène</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="GUYONNET Jonathan">GUYONNET Jonathan</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="JONVILLE Pauline">JONVILLE Pauline</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="KHALLOUKY Eva">KHALLOUKY Eva</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LAPLANCHE Isabelle">LAPLANCHE Isabelle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LAUBEPIN Mathilde">LAUBEPIN Mathilde</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LECLAIRE Larissa">LECLAIRE Larissa</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LESAING Isabelle">LESAING Isabelle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LLEDO Daniel">LLEDO Daniel</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="MARGAIN Marine">MARGAIN Marine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="MARTIN Joanne">MARTIN Joanne</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="MELCONIAN Annie">MELCONIAN Annie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="MICCIO Nadine">MICCIO Nadine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="MODAFFARI Adrien">MODAFFARI Adrien</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ODDOU Julie">ODDOU Julie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="OLIVIER Marc">OLIVIER Marc</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="PAGES Anne">PAGES Anne</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="POL Anaïs">POL Anaïs</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="PROST Geneviève">PROST Geneviève</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RAFTERY Aine">RAFTERY Aine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RAIFFAUD Marine">RAIFFAUD Marine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="READ Sophie">READ Sophie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RENARD Christelle">RENARD Christelle</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RENTY Anna Maria">RENTY Anna Maria</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ROSSOT Marie">ROSSOT Marie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ROUTIER Rachel">ROUTIER Rachel</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RUCLI Vanessa">RUCLI Vanessa</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SANCHEZ-GUZMAN Ana-Maria">SANCHEZ-GUZMAN Ana-Maria</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SAUVEGRAIN Anne-Laure">SAUVEGRAIN Anne-Laure</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SCHILLER Jennifer">SCHILLER Jennifer</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SEIGNEURIN Aegine">SEIGNEURIN Aegine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SELMANI Enkeleida">SELMANI Enkeleida</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SIMON Juliette">SIMON Juliette</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SOL-MOLINER Aurore">SOL-MOLINER Aurore</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="TISSOT Roxane">TISSOT Roxane</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="VELU Marie">VELU Marie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="VERDIER Iléana-Brandusa">VERDIER Iléana-Brandusa</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="XHABIA Daniela">XHABIA Daniela</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ZANKO Barbara">ZANKO Barbara</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "Violoncelle"){
|
|
console.log("on est dans le Violoncelle");
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BERTAZZON Virginie">BERTAZZON Virginie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BEYRIS Carlos">BEYRIS Carlos</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BOISSIERE Lison">BOISSIERE Lison</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BOYAUD Chloé">BOYAUD Chloé</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="BRESSON Alexandre">BRESSON Alexandre</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="CHARLES Faustine">CHARLES Faustine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="FRANCOIS Zofia">FRANCOIS Zofia</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="HERVAULT Chloé">HERVAULT Chloé</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="JAEGER Chantal">JAEGER Chantal</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="JARDINES Jacqueline">JARDINES Jacqueline</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LATIL Chantal">LATIL Chantal</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LAUGENIE Anaïs">LAUGENIE Anaïs</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LAUGENIE Florence">LAUGENIE Florence</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LECRAS - PARAIRE Amandine">LECRAS - PARAIRE Amandine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="LOBET Sophie">LOBET Sophie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="OTALORA Luz Dary">OTALORA Luz Dary</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="PASUT Ugo">PASUT Ugo</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RENAUD Johanna">RENAUD Johanna</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RIEDEL Rebekka">RIEDEL Rebekka</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="RIVERA Ruben">RIVERA Ruben</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="ROUSSEL Sandrine">ROUSSEL Sandrine</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SEGUIN Hélène">SEGUIN Hélène</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="SPRENG Alexander">SPRENG Alexander</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="VIDAL Pauline">VIDAL Pauline</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="WILSON Ariane">WILSON Ariane</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
if (select.value == "SECE"){
|
|
console.log("on est dans le SECE");
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
|
adherent_eleve5_InstrumentB_prof = '<option value="" selected></option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="JACQUET-BOURDIN Lucie">JACQUET-BOURDIN Lucie</option>';
|
|
adherent_eleve5_InstrumentB_prof += '<option value="prof non inscrit">professeur non encore inscrit</option>';
|
|
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
|
adherent_eleve5_InstrumentB_prof ='';
|
|
};
|
|
}; |