Compare commits

...

2 commits

Author SHA1 Message Date
04412fb29c fix cert bio 2020-02-27 23:08:13 +01:00
7ebc966141 sample firefox 2020-02-27 22:35:38 +01:00
4 changed files with 10 additions and 2 deletions

BIN
firefox_scheda_banco.pdf Normal file

Binary file not shown.

BIN
firefox_scheda_multipla.pdf Normal file

Binary file not shown.

BIN
firefox_scheda_singola.pdf Normal file

Binary file not shown.

View file

@ -222,11 +222,19 @@ console.log(dataset);*/
schede_info.append("p")
.append("span")
.attr("class", "menoinfo")
.text("Certificazione bio (1=si):")
.text("Certificazione bio:")
.append("span")
.text(function(d){
return " "+d["number-202"].replace(/"/g,"");
return " "+d["radio-273"].replace(/"/g,"");
});
schede_info.append("p")
.append("span")
.attr("class", "")
.text("Numero di dipendenti:")
.append("span")
.text(function(d){
return " "+d["number-202"].replace(/"/g,"");
});
schede_info.append("p")
.append("span")
.text("Collaborazioni:")