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();
|
window.print();
|
||||||
location.reload();
|
location.reload();
|
||||||
|
|
||||||
}
|
}
|
||||||
// stampa con grafica per Banco - orizzontale. meno dati
|
// stampa con grafica per Banco - orizzontale. meno dati
|
||||||
function schedeBanco(){
|
function schedeBanco(){
|
||||||
|
@ -74,9 +73,7 @@
|
||||||
$('#grid').attr("style","");
|
$('#grid').attr("style","");
|
||||||
|
|
||||||
window.print();
|
window.print();
|
||||||
location.reload();
|
location.reload();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -339,7 +339,7 @@ function Aziende(stringexel) {
|
||||||
schede_info.append("p")
|
schede_info.append("p")
|
||||||
.append("span")
|
.append("span")
|
||||||
.attr("class", "info")
|
.attr("class", "info")
|
||||||
.text("Desidera mercato:")
|
.text("Desidera un altro mercato:")
|
||||||
.append("span")
|
.append("span")
|
||||||
.text(function(d) {
|
.text(function(d) {
|
||||||
return " " + d["Situazione mercato"].replace(/"/g, "");
|
return " " + d["Situazione mercato"].replace(/"/g, "");
|
||||||
|
@ -352,14 +352,14 @@ function Aziende(stringexel) {
|
||||||
.text(function(d) {
|
.text(function(d) {
|
||||||
return " " + d["note"].replace(/"/g, "");
|
return " " + d["note"].replace(/"/g, "");
|
||||||
});
|
});
|
||||||
/*schede_info.append("p")
|
schede_info.append("p")
|
||||||
.append("span")
|
.append("span")
|
||||||
.attr("class", "info")
|
.attr("class", "info")
|
||||||
.text("Bioregione:")
|
.text("Bioregione:")
|
||||||
.append("span")
|
.append("span")
|
||||||
.text(function(d){
|
.text(function(d){
|
||||||
return " "+d["Bioregione"].replace(/"/g,"");
|
return " "+d["checkbox-666"].replace(/"/g,"");
|
||||||
});*/
|
});
|
||||||
|
|
||||||
coseshuffle();
|
coseshuffle();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue