diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js index d5b2544..9c54c77 100644 --- a/js/cesareBrowse.js +++ b/js/cesareBrowse.js @@ -983,44 +983,44 @@ function resetFrasi(){ } function createModuleCommentatore(collapse, commento, num, id, pos){ - let jsonCommento=JSON.parse(commento.replaceAll("'", '"').replaceAll("+", '"')); - var urlCommento = jsonCommento.Commento; - - var esitoCommento = jsonCommento.Rapporto; - - var autoreCommento = jsonCommento.Autore - //var commentoCommentatore = commento.split(','); + + let tmpcomm='['+commento+']' + let jsonCommento=JSON.parse(tmpcomm.replaceAll("'", '"').replaceAll("+", '"')); var minLength = ($('#displaynote').width() / $('#Test').width() * 2 * 32); var divContent = $('
'); var divTesto = $('
') - var nota; - /* - var urlCommento = commentoCommentatore[0]; - var position = urlCommento.indexOf("https"); - urlCommento = urlCommento.substring(position) - urlCommento = urlCommento.replaceAll("'", ""); - var esitoCommento = commentoCommentatore[3]; - esitoCommento = esitoCommento.replace("'Rapporto': ", "") - esitoCommento = esitoCommento.replaceAll("'", ""); - esitoCommento = esitoCommento.replaceAll('}', ""); - var autoreCommento = commentoCommentatore[1]+' '+commentoCommentatore[2]; - autoreCommento = autoreCommento.replace(" 'Autore':", "") - autoreCommento = autoreCommento.replaceAll("'", ""); - */ - if (autoreCommento == "") { - autoreCommento = "Commento" - } - if (esitoCommento == "") { - esitoCommento = "Rapporto nullo" - } - if (urlCommento == "") { - nota = 'Rapporto commento/commentatore: '+esitoCommento+' Commento nullo, '+'
'; - } else { - nota = 'Rapporto commento/commentatore: '+esitoCommento +' ' + autoreCommento+ ' ' + '
'; + var nota=''; + var lenmod=0 + for (el in jsonCommento){ + var urlCommento = jsonCommento[el].Commento; + + var esitoCommento = jsonCommento[el].Rapporto; + + var autoreCommento = jsonCommento[el].Autore + if (autoreCommento == "") { + autoreCommento = "Commento" + } + if (esitoCommento == "") { + esitoCommento = "Rapporto nullo" + } + if (nota.length>0){ + nota=nota+' - ' + } + if (urlCommento == "") { + //nota = 'Rapporto commento/commentatore: '+esitoCommento+' Commento nullo, '+'
'; + nota = nota+''+esitoCommento+' Commento nullo'+''//+'
'; + } else { + //nota = 'Rapporto commento/commentatore: '+esitoCommento +' ' + autoreCommento+ ' ' + '
'; + nota = nota+''+esitoCommento +' ' + autoreCommento+ '' //+ '
'; + } + lenmod=lenmod+esitoCommento.length + autoreCommento.length + //divTesto.append(nota); + } + nota='Rapporto commento/commentatore: '+nota divTesto.append(nota); divContent.append(divTesto); - if ((esitoCommento.length + autoreCommento.length + 32) > minLength) { + if (lenmod+32 > 1000){//minLength) { var divModule = $('
'); var divNote = $('