Compare commits
2 commits
e9e92f8708
...
04412fb29c
Author | SHA1 | Date | |
---|---|---|---|
04412fb29c | |||
7ebc966141 |
4 changed files with 10 additions and 2 deletions
BIN
firefox_scheda_banco.pdf
Normal file
BIN
firefox_scheda_banco.pdf
Normal file
Binary file not shown.
BIN
firefox_scheda_multipla.pdf
Normal file
BIN
firefox_scheda_multipla.pdf
Normal file
Binary file not shown.
BIN
firefox_scheda_singola.pdf
Normal file
BIN
firefox_scheda_singola.pdf
Normal file
Binary file not shown.
|
@ -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:")
|
||||
|
|
Loading…
Reference in a new issue