sistemata visualizzazione filtro su Proemio

This commit is contained in:
nicola 2025-03-14 10:13:19 +01:00
parent a32e097665
commit d54f76e618
1 changed files with 20 additions and 7 deletions

View File

@ -592,19 +592,19 @@ $(document).ready(function() {
}
}
var parcid = cid.split('_')
var numeroVerso;
var numeroCantica;
var forma;
if (parcid[0].includes('Inferno')) {
forma = formeprima;
numeroVerso = 1;
numeroCantica = 1;
}
if (parcid[0].includes('Purgatorio')) {
forma = formeseconda;
numeroVerso = 2;
numeroCantica = 2;
}
if (parcid[0].includes('Paradiso')) {
forma = formeterza;
numeroVerso = 3;
numeroCantica = 3;
}
if (!(loadedCanti.has(cid))) {
@ -615,11 +615,9 @@ $(document).ready(function() {
for (var tel of telive) {
var telId = tel.split("_");
var commento = "#Commento_"+numeroVerso+"_" + telId[2] + "_" + telId[3];
//commento = commento+telId[2] + "_" + telId[3];
var commento = "#Commento_"+numeroCantica+"_" + telId[2] + "_" + telId[3];
telId = "#" + telId[0] + telId[1] + "_" + telId[2];
$(commento).addClass("risultato ")
//replace inserito per evitare errori per i dati non corretti
$(telId + " #" + tel.replace('|', '')).addClass("mark ")
}
@ -1656,11 +1654,26 @@ $(document).ready(function() {
//var currPage = 0;
//var latestPhraseId = "";
var telive = getListaRis()
var numeroCantica;
for (var ve of telive) {
//let idve = ve
var telId = ve.split("_");
switch (telId[0]) {
case "Inferno": numeroCantica = 1;
break;
case "Purgatorio": numeroCantica = 2;
break;
case "Paradiso": numeroCantica = 3;
break;
}
var commento = "#Commento_"+numeroCantica+"_" + telId[2] + "_" + telId[3];
$(commento).removeClass("risultato ")
$(ve.replace('|', '')).removeClass("mark ")
minim.contents().find(ve.replace('|', '')).removeClass("mark ")
}
const tmplistaidcomm = getListaIdCommenti()
for (var idco of tmplistaidcomm) {
//$('[name="' + cantica + 'Canto ' + k + '"]')