Download Documenti Design
Download Documenti Design

DOCUMENTI TECNICI BILANCE DESIGN

Digita il modello della bilancia (ad esempio 960) nella barra di ricerca qui sotto, ti verranno mostrati solo i documenti inerenti.
Per ogni riga troverai 4 elementi, spiegati di seguito:

DOCUMENTI TECNICI BILANCE DESIGN

Digita il modello della bilancia (ad esempio 960) nella barra di ricerca qui sotto, ti verranno mostrati solo i documenti inerenti.
Per ogni riga troverai 4 elementi, spiegati di seguito:

  • Lingua del documento
  • Nome del file
  • Data dell'ultimo aggiornamento
  • Icona Download

<label class='filter_table_title'>Cerca il modello:</label> <input type='text' id='search' onkeyup='filterTable()' placeholder=' Cerca'>
<table>
<tbody>
<tr>
<td style='padding-right: 20px; vertical-align: top;'>
<table id='table_datasheet'>
<tbody>
<tr>
<th colspan='4'>SCHEDE TECNICHE / DATASHEETS</th>
</tr><tr>
<td><img src='https://www.wunder.it/wp-content/uploads/2020/02/IT.png' alt='lang_flag' /></td>
<td><a target=_blank href='https://drive.google.com/file/d/1MowIzaT3JxrUOXBFWCVLf45Pbog8moBG/view?usp=drivesdk'>SchedaTecnica 960</a></td>
<td>21/11/2019</td>
<td><a target=_blank href='https://drive.google.com/file/d/1MowIzaT3JxrUOXBFWCVLf45Pbog8moBG/view?usp=drivesdk'><img src='https://www.wunder.it/wp-content/uploads/2020/02/download.png' alt='download' /></a></td>
</tr>
<tr>
<td><img src='https://www.wunder.it/wp-content/uploads/2020/02/EN.png' alt='lang_flag' /></td>
<td><a target=_blank href='https://drive.google.com/file/d/1JGImZ1WEkBXmFiYXsJlE9HjSq_y68hWV/view?usp=drivesdk'>Datasheet 960</a></td>
<td>11/10/2019</td>
<td><a target=_blank href='https://drive.google.com/file/d/1JGImZ1WEkBXmFiYXsJlE9HjSq_y68hWV/view?usp=drivesdk'><img src='https://www.wunder.it/wp-content/uploads/2020/02/download.png' alt='download' /></a></td>
</tr>
<tr>
<td><img src='https://www.wunder.it/wp-content/uploads/2020/02/IT.png' alt='lang_flag' /></td>
<td><a target=_blank href='https://drive.google.com/file/d/1DtRYOdUuImsh3liaB4vXfso6lU1RtspY/view?usp=drivesdk'>SchedaTecnica R150</a></td>
<td>21/11/2019</td>
<td><a target=_blank href='https://drive.google.com/file/d/1DtRYOdUuImsh3liaB4vXfso6lU1RtspY/view?usp=drivesdk'><img src='https://www.wunder.it/wp-content/uploads/2020/02/download.png' alt='download' /></a></td>
</tr>
<tr>
<td><img src='https://www.wunder.it/wp-content/uploads/2020/02/EN.png' alt='lang_flag' /></td>
<td><a target=_blank href='https://drive.google.com/file/d/1wUvaWtU-816ZpcOhp0ZqA0R6WR_WevYH/view?usp=drivesdk'>Datasheet R150</a></td>
<td>11/10/2019</td>
<td><a target=_blank href='https://drive.google.com/file/d/1wUvaWtU-816ZpcOhp0ZqA0R6WR_WevYH/view?usp=drivesdk'><img src='https://www.wunder.it/wp-content/uploads/2020/02/download.png' alt='download' /></a></td>
</tr>
</tbody>
</table>
</td>
<td style='padding-left: 20px; vertical-align: top;'>
<table id='table_manuals'>
<tbody>
<tr>
<th colspan='4'>MANUALI / MANUALS</th>
</tr><tr>
<td><img src='https://www.wunder.it/wp-content/uploads/2020/02/MULTI.png' alt='lang_flag' /></td>
<td><a target=_blank href='https://drive.google.com/file/d/1vv58o_s5P9_B6to05Uwo6uNbvE8bd36V/view?usp=drivesdk'>Manuale Utilizzo R150-960</a></td>
<td>19/11/2019</td>
<td><a target=_blank href='https://drive.google.com/file/d/1vv58o_s5P9_B6to05Uwo6uNbvE8bd36V/view?usp=drivesdk'><img src='https://www.wunder.it/wp-content/uploads/2020/02/download.png' alt='download' /></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<script>
function filterTable() {
// VARIABILI
var input, filter;
var table1, tr1, td1, i, txtValue1;
var table2, tr2, td2, j, txtValue2;
input = document.getElementById('search');
filter = input.value.toUpperCase();
// TABLE_DATASHHET
table1 = document.getElementById('table_datasheet');
tr1 = table1.getElementsByTagName('tr');
for (i = 0; i < tr1.length; i++) {
td1 = tr1[i].getElementsByTagName('td')[1];
if (td1) {
txtValue1 = td1.textContent || td1.innerText;
if (txtValue1.toUpperCase().indexOf(filter) > -1) {
tr1[i].style.display = '';
} else {
tr1[i].style.display = 'none';
}
}
}
// TABLE_MANUALS
table2 = document.getElementById('table_manuals');
tr2 = table2.getElementsByTagName('tr');
for (j = 0; j < tr2.length; j++) {
td2 = tr2[j].getElementsByTagName('td')[1];
if (td2) {
txtValue2 = td2.textContent || td2.innerText;
if (txtValue2.toUpperCase().indexOf(filter) > -1) {
tr2[j].style.display = '';
} else {
tr2[j].style.display = 'none';
}
}
}
}
</script>

×