total_1ère
This commit is contained in:
@@ -137,6 +137,13 @@ const select_eleve1_InstrumentA = (select) => {
|
||||
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = adherent_eleve1_InstrumentA_prof;
|
||||
adherent_eleve1_InstrumentA_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve1_InstrumentA_prof").innerHTML = '';
|
||||
@@ -346,6 +353,13 @@ const select_eleve1_InstrumentB = (select) => {
|
||||
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = adherent_eleve1_InstrumentB_prof;
|
||||
adherent_eleve1_InstrumentB_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve1_InstrumentB_prof").innerHTML = '';
|
||||
@@ -555,6 +569,13 @@ const select_eleve2_InstrumentA = (select) => {
|
||||
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = adherent_eleve2_InstrumentA_prof;
|
||||
adherent_eleve2_InstrumentA_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve2_InstrumentA_prof").innerHTML = '';
|
||||
@@ -764,6 +785,13 @@ const select_eleve2_InstrumentB = (select) => {
|
||||
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = adherent_eleve2_InstrumentB_prof;
|
||||
adherent_eleve2_InstrumentB_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve2_InstrumentB_prof").innerHTML = '';
|
||||
@@ -973,6 +1001,13 @@ const select_eleve3_InstrumentA = (select) => {
|
||||
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = adherent_eleve3_InstrumentA_prof;
|
||||
adherent_eleve3_InstrumentA_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve3_InstrumentA_prof").innerHTML = '';
|
||||
@@ -1182,6 +1217,13 @@ const select_eleve3_InstrumentB = (select) => {
|
||||
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = adherent_eleve3_InstrumentB_prof;
|
||||
adherent_eleve3_InstrumentB_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve3_InstrumentB_prof").innerHTML = '';
|
||||
@@ -1391,6 +1433,13 @@ const select_eleve4_InstrumentA = (select) => {
|
||||
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = adherent_eleve4_InstrumentA_prof;
|
||||
adherent_eleve4_InstrumentA_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve4_InstrumentA_prof").innerHTML = '';
|
||||
@@ -1600,6 +1649,13 @@ const select_eleve4_InstrumentB = (select) => {
|
||||
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = adherent_eleve4_InstrumentB_prof;
|
||||
adherent_eleve4_InstrumentB_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve4_InstrumentB_prof").innerHTML = '';
|
||||
@@ -1809,6 +1865,13 @@ const select_eleve5_InstrumentA = (select) => {
|
||||
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = adherent_eleve5_InstrumentA_prof;
|
||||
adherent_eleve5_InstrumentA_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve5_InstrumentA_prof").innerHTML = '';
|
||||
@@ -2018,6 +2081,13 @@ const select_eleve5_InstrumentB = (select) => {
|
||||
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = adherent_eleve5_InstrumentB_prof;
|
||||
adherent_eleve5_InstrumentB_prof ='';
|
||||
};
|
||||
if (select.value == "Orgue"){
|
||||
console.log("on est dans le Orgue");
|
||||
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 == "Piano"){
|
||||
console.log("on est dans le Piano");
|
||||
document.getElementById("adherent_eleve5_InstrumentB_prof").innerHTML = '';
|
||||
|
||||
Reference in New Issue
Block a user