|
|
|
@ -169,20 +169,20 @@ function modePrec() {
|
|
|
|
|
var table2 = document.getElementById('table_HS_Match');
|
|
|
|
|
|
|
|
|
|
if(selectionMode == 0) {
|
|
|
|
|
table1.style.visibility = "hidden";
|
|
|
|
|
table2.style.visibility = "visible";
|
|
|
|
|
table1.style.display = "none";
|
|
|
|
|
table2.style.display = "block";
|
|
|
|
|
}
|
|
|
|
|
if(selectionMode == 1) {
|
|
|
|
|
table1.style.visibility = "visible";
|
|
|
|
|
table2.style.visibility = "hidden";
|
|
|
|
|
table1.style.display = "block";
|
|
|
|
|
table2.style.display = "block";
|
|
|
|
|
}
|
|
|
|
|
if(selectionMode == 2) {
|
|
|
|
|
table1.style.visibility = "hidden";
|
|
|
|
|
table2.style.visibility = "hidden";
|
|
|
|
|
table1.style.display = "none";
|
|
|
|
|
table2.style.display = "none";
|
|
|
|
|
}
|
|
|
|
|
if(selectionMode == 3) {
|
|
|
|
|
table1.style.visibility = "hidden";
|
|
|
|
|
table2.style.visibility = "hidden";
|
|
|
|
|
table1.style.display = "none";
|
|
|
|
|
table2.style.display = "none";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -248,20 +248,20 @@ function modeSuiv() {
|
|
|
|
|
var table2 = document.getElementById('table_HS_Match');
|
|
|
|
|
|
|
|
|
|
if(selectionMode == 0) {
|
|
|
|
|
table1.style.visibility = "hidden";
|
|
|
|
|
table2.style.visibility = "visible";
|
|
|
|
|
table1.style.display = "none";
|
|
|
|
|
table2.style.display = "block";
|
|
|
|
|
}
|
|
|
|
|
if(selectionMode == 1) {
|
|
|
|
|
table1.style.visibility = "visible";
|
|
|
|
|
table2.style.visibility = "hidden";
|
|
|
|
|
table1.style.display = "block";
|
|
|
|
|
table2.style.display = "none";
|
|
|
|
|
}
|
|
|
|
|
if(selectionMode == 2) {
|
|
|
|
|
table1.style.visibility = "hidden";
|
|
|
|
|
table2.style.visibility = "hidden";
|
|
|
|
|
table1.style.display = "none";
|
|
|
|
|
table2.style.display = "none";
|
|
|
|
|
}
|
|
|
|
|
if(selectionMode == 3) {
|
|
|
|
|
table1.style.visibility = "hidden";
|
|
|
|
|
table2.style.visibility = "hidden";
|
|
|
|
|
table1.style.display = "none";
|
|
|
|
|
table2.style.display = "none";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|