diff --git a/index_4.2.html b/index_4.2.html
index 0ab4a18..4fd5a6c 100644
--- a/index_4.2.html
+++ b/index_4.2.html
@@ -35,6 +35,7 @@
src="https://hdnlab1.isti.cnr.it/d3search/node_modules/commarcdiag/d3.js">
+
@@ -391,8 +392,11 @@
diff --git a/js/script_4.2.js b/js/script_4.2.js
index 3447a79..b5b9195 100644
--- a/js/script_4.2.js
+++ b/js/script_4.2.js
@@ -182,6 +182,66 @@ $(document).ready(function() {
}
});
+/**
+ $.jqPaginator('#listPagination', {
+ wrapper: '',
+ //first: '',
+ prev: '',
+ next: '',
+ //last: '',
+ //page: 'Pag. {{page}}/{{totalPages}}',
+ page: '\
+ ',
+ totalPages: 0,
+ totalCounts: 25,
+ pageSize: 25,
+ currentPage: 1,
+ visiblePages: 1,
+ onPageChange: function (num, type) {
+ console.log("Page num: "+num+" type: "+type)
+ console.log("listarisultati: "+ listarisultati.length);
+ console.log($("#paginaLista option:selected").val());
+ //$('#text').html('当前第' + num + '页');
+ $("#paginaLista option:selected").val(num).change();
+ }
+ });
+
+ $('#collapseZero').on('shown.bs.collapse', function () {
+ var numeroPagine = Math.ceil(listarisultati.length/nRisultatiPerPag);
+ var pageDef = '\
+ ';
+ $('#listPagination').jqPaginator('option', {
+ totalCounts: listarisultati.length,
+ pageSize: nRisultatiPerPag,
+ page: pageDef,
+ });
+ //$("#paginaLista option:not(:first)").remove();
+ console.log("numeroPagine: "+ Math.ceil(listarisultati.length/nRisultatiPerPag));
+ //$("#showLogic").html('Nascondi');
+ //$("#collapseZero").collapse('hide');
+ showFrasi(0, nRisultatiPerPag);
+ })
+
+*/
+
+ $('#collapseZero').on('shown.bs.collapse', function () {
+ var numeroPagine = Math.ceil(listarisultati.length/nRisultatiPerPag);
+ console.log("numeroPagine: "+ Math.ceil(listarisultati.length/nRisultatiPerPag));
+ //$("#showLogic").html('Nascondi');
+ //$("#collapseZero").collapse('hide');
+ $.manageResultList(0, nRisultatiPerPag);
+ })
+
+ $('#paginaLista').on('change', function() {
+ newPage = $("#paginaLista")[0].options[$("#paginaLista")[0].selectedIndex].value
+ console.log(newPage);
+ });
+
// Evento: modifica dell'unita di ricerca'
$("#unitaRicerca").on('change', function() {
queryJson.unitaRicerca = $("#unitaRicerca")[0].options[$("#unitaRicerca")[0].selectedIndex].value;
@@ -562,6 +622,7 @@ $(document).ready(function() {
window.context0 = JSON.parse(JSON.stringify(contextEmpty));
const jsonReplacer = (key, value) =>
typeof value === 'undefined' ? 0 : value;
+ const nRisultatiPerPag = 25;
// Fine variabili