aggiunta bioregione
This commit is contained in:
parent
c71d09cd3e
commit
733b7d6eab
4 changed files with 5 additions and 8 deletions
BIN
chrome_scheda_singola.pdf
Normal file
BIN
chrome_scheda_singola.pdf
Normal file
Binary file not shown.
Binary file not shown.
|
@ -65,7 +65,6 @@
|
|||
|
||||
window.print();
|
||||
location.reload();
|
||||
|
||||
}
|
||||
// stampa con grafica per Banco - orizzontale. meno dati
|
||||
function schedeBanco(){
|
||||
|
@ -74,9 +73,7 @@
|
|||
$('#grid').attr("style","");
|
||||
|
||||
window.print();
|
||||
location.reload();
|
||||
|
||||
|
||||
location.reload();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -339,7 +339,7 @@ function Aziende(stringexel) {
|
|||
schede_info.append("p")
|
||||
.append("span")
|
||||
.attr("class", "info")
|
||||
.text("Desidera mercato:")
|
||||
.text("Desidera un altro mercato:")
|
||||
.append("span")
|
||||
.text(function(d) {
|
||||
return " " + d["Situazione mercato"].replace(/"/g, "");
|
||||
|
@ -352,14 +352,14 @@ function Aziende(stringexel) {
|
|||
.text(function(d) {
|
||||
return " " + d["note"].replace(/"/g, "");
|
||||
});
|
||||
/*schede_info.append("p")
|
||||
schede_info.append("p")
|
||||
.append("span")
|
||||
.attr("class", "info")
|
||||
.text("Bioregione:")
|
||||
.append("span")
|
||||
.text(function(d){
|
||||
return " "+d["Bioregione"].replace(/"/g,"");
|
||||
});*/
|
||||
return " "+d["checkbox-666"].replace(/"/g,"");
|
||||
});
|
||||
|
||||
coseshuffle();
|
||||
|
||||
|
|
Loading…
Reference in a new issue