Fix vari + inizio ricerca per matricola nei privati

This commit is contained in:
Vichingo455 2025-04-24 11:18:38 +02:00
parent b84ab1cf04
commit 59c3a33406
38 changed files with 277 additions and 227 deletions

View File

@ -24,10 +24,18 @@
</header>
<h1>METE S.p.A.</h1>
<p>Suddivisi per azienda, i mezzi dei privati che operano a Ravenna. Le loro matricole seguono lo schema 19xxx.</p>
<div class="verticale">
<input type="text" id="searchBar" placeholder="Cerca una matricola...">
<div id="bus-container"></div>
</div>
<br>
<div id="buttons">
<div class="verticale">
<a href="/ravenna_privatibus/gamberini.html" class="button">Gamberini</a>
<a href="/ravenna_privatibus/pollini.html" class="button">Pollini</a>
<a href="/ravenna_privatibus/zaganelli.html" class="button">Zaganelli</a>
<a href="/ravenna_privatibus/gamberini.html" class="button">Gamberini</a>
<a href="/ravenna_privatibus/pollini.html" class="button">Pollini</a>
<a href="/ravenna_privatibus/zaganelli.html" class="button">Zaganelli</a>
</div>
</div>
<script src="/scripts/metesearch.js"></script>
</body>
</html>

View File

@ -25,56 +25,56 @@
<h1>Gamberini Bus (Fornace Zarattini, RA)</h1>
<table class="image-table">
<tr>
<td><h2>19101 - Mercedes-Benz Sprinter</h2></td>
<td id="19101"><h2>19101 - Mercedes-Benz Sprinter</h2></td>
</tr>
<tr>
<td><h2>19102 - (57) Scania De Simon Millemiglia ex APT Gorizia</h2></td>
<td id="19102"><h2>19102 - (57) Scania De Simon Millemiglia ex APT Gorizia</h2></td>
</tr>
<tr>
<td><h2>19103 - (42) Scania De Simon IL.3 ex APT</h2></td>
<td id="19103"><h2>19103 - (42) Scania De Simon IL.3 ex APT</h2></td>
</tr>
<tr>
<td><h2>19104 - (43) Scania De Simon IL.3 ex APT</h2></td>
<td id="19104"><h2>19104 - (43) Scania De Simon IL.3 ex APT</h2></td>
</tr>
<tr>
<td><h2>19105 - (51) Scania De Simon Millemiglia</h2></td>
<td id="19105"><h2>19105 - (51) Scania De Simon Millemiglia</h2></td>
<td style="color: red;">(34) Volvo B10 Poland ex SAF</td>
</tr>
<tr>
<td><h2>19106 - (44) Scania De Simon IL.3 ex APT</h2></td>
<td id="19106"><h2>19106 - (44) Scania De Simon IL.3 ex APT</h2></td>
</tr>
<tr>
<td><h2>19107 - Iveco Crossway LE</h2></td>
<td id="19107"><h2>19107 - Iveco Crossway LE</h2></td>
</tr>
<tr>
<td><h2>19108 - (31) Scania De Simon IN.3 ex ATAP</h2></td>
<td id="19108"><h2>19108 - (31) Scania De Simon IN.3 ex ATAP</h2></td>
</tr>
<tr>
<td><h2>19109 - Irisbus Indcar Mago</h2></td>
<td id="19109"><h2>19109 - Irisbus Indcar Mago</h2></td>
</tr>
<tr>
<td><h2>19110 - (45) Scania De Simon IL.3 ex APT</h2></td>
<td id="19110"><h2>19110 - (45) Scania De Simon IL.3 ex APT</h2></td>
</tr>
<tr>
<td><h2>19111 - (48) Iveco Crossway LE</h2></td>
<td id="19111"><h2>19111 - (48) Iveco Crossway LE</h2></td>
</tr>
<tr>
<td><h2>19112 - (46) Scania De Simon IL.3 ex APT</h2></td>
<td id="19112"><h2>19112 - (46) Scania De Simon IL.3 ex APT</h2></td>
</tr>
<tr>
<td><h2>19113 - Setra S315UL</h2></td>
<td id="19113"><h2>19113 - Setra S315UL</h2></td>
</tr>
<tr>
<td><h2>19114 - (49) Iveco Crossway LE CNG</h2></td>
<td id="19114"><h2>19114 - (49) Iveco Crossway LE CNG</h2></td>
</tr>
<tr>
<td><h2>19115 - Volvo 8900 LE 14</h2></td>
<td id="19115"><h2>19115 - Volvo 8900 LE 14</h2></td>
</tr>
<tr>
<td><h2>19116 - (1327) Setra S417UL ex TPER</h2></td>
<td id="19116"><h2>19116 - (1327) Setra S417UL ex TPER</h2></td>
</tr>
<tr>
<td><h2>19117 - (52) Scania De Simon Millemiglia</h2></td>
<td id="19117"><h2>19117 - (52) Scania De Simon Millemiglia</h2></td>
</tr>
</table>
</body>

View File

@ -25,16 +25,16 @@
<h1>Pollini (Alfonsine, RA)</h1>
<table class="image-table">
<tr>
<td><h2>19071 - Iveco Crossway LE</h2></td>
<td id="19071"><h2>19071 - Iveco Crossway LE</h2></td>
</tr>
<tr>
<td><h2>19072 - Irisbus Karosa Axer</h2></td>
<td id="19072"><h2>19072 - Irisbus Karosa Axer</h2></td>
</tr>
<tr>
<td><h2>19073 - Iveco Crossway LE</h2></td>
<td id="19073"><h2>19073 - Iveco Crossway LE</h2></td>
</tr>
<tr>
<td><h2>19074 - Irisbus Crossway</h2></td>
<td id="19074"><h2>19074 - Irisbus Crossway</h2></td>
</tr>
</table>
</body>

View File

@ -25,88 +25,88 @@
<h1></h1>
<table class="image-table">
<tr>
<td><h2>19201 - (1) Irisbus Evadys H</h2></td>
<td id="19201"><h2>19201 - (1) Irisbus Evadys H</h2></td>
</tr>
<tr>
<td><h2>19202 - (2) Irisbus Evadys</h2></td>
<td id="19202"><h2>19202 - (2) Irisbus Evadys</h2></td>
</tr>
<tr>
<td><h2>19203 - (6) Iveco Crossway Line</h2></td>
<td id="19203"><h2>19203 - (6) Iveco Crossway Line</h2></td>
</tr>
<tr>
<td><h2>19204 - (7) Iveco Crossway Line</h2></td>
<td id="19204"><h2>19204 - (7) Iveco Crossway Line</h2></td>
</tr>
<tr>
<td><h2>19205 - (5) Iveco Crossway LE</h2></td>
<td id="19205"><h2>19205 - (5) Iveco Crossway LE</h2></td>
</tr>
<tr>
<td><h2>19206 - Volvo 8700</h2></td>
<td id="19206"><h2>19206 - Volvo 8700</h2></td>
</tr>
<tr>
<td><h2>19207</h2></td>
<td id="19207"><h2>19207</h2></td>
</tr>
<tr>
<td><h2>19208 - (2) Iveco Crossway LE</h2></td>
<td id="19208"><h2>19208 - (2) Iveco Crossway LE</h2></td>
</tr>
<tr>
<td><h2>19209 - (10) Iveco Crossway LE ex Austria</h2></td>
<td id="19209"><h2>19209 - (10) Iveco Crossway LE ex Austria</h2></td>
</tr>
<tr>
<td><h2>19210</h2></td>
<td id="19210"><h2>19210</h2></td>
</tr>
<tr>
<td><h2>19211 - (11) Iveco Crossway LE ex Austria</h2></td>
<td id="19211"><h2>19211 - (11) Iveco Crossway LE ex Austria</h2></td>
</tr>
<tr>
<td><h2>19212 - Irisbus Arway 12</h2></td>
<td id="19212"><h2>19212 - Irisbus Arway 12</h2></td>
</tr>
<tr>
<td><h2>19213 - Setra S315GTHD</h2></td>
<td id="19213"><h2>19213 - Setra S315GTHD</h2></td>
</tr>
<tr>
<td><h2>19214</h2></td>
<td id="19214"><h2>19214</h2></td>
</tr>
<tr>
<td><h2>19215</h2></td>
<td id="19215"><h2>19215</h2></td>
</tr>
<tr>
<td><h2>19216 - Iveco Crossway LE</h2></td>
<td id="19216"><h2>19216 - Iveco Crossway LE</h2></td>
</tr>
<tr>
<td><h2>19217</h2></td>
<td id="19217"><h2>19217</h2></td>
</tr>
<tr>
<td><h2>19218 - (2) Volvo 8700 LE</h2></td>
<td id="19218"><h2>19218 - (2) Volvo 8700 LE</h2></td>
</tr>
<tr>
<td><h2>19219 - (3) Volvo 8700 LE</h2></td>
<td id="19219"><h2>19219 - (3) Volvo 8700 LE</h2></td>
</tr>
<tr>
<td><h2>19220 - (1) Volvo 8700 LE</h2></td>
<td id="19220"><h2>19220 - (1) Volvo 8700 LE</h2></td>
</tr>
<tr>
<td><h2>19221 - (5) Volvo 8700 LE</h2></td>
<td id="19221"><h2>19221 - (5) Volvo 8700 LE</h2></td>
</tr>
<tr>
<td><h2>19222 - (1) Mercedes-Benz Intouro</h2></td>
<td id="19222"><h2>19222 - (1) Mercedes-Benz Intouro</h2></td>
</tr>
<tr>
<td><h2>19223</h2></td>
<td id="19223"><h2>19223</h2></td>
</tr>
<tr>
<td><h2>19224</h2></td>
<td id="19224"><h2>19224</h2></td>
</tr>
<tr>
<td><h2>19225 - Setra S417UL</h2></td>
<td id="19225"><h2>19225 - Setra S417UL</h2></td>
</tr>
<tr>
<td><h2>19226 - (3) Setra S417UL</h2></td>
<td id="19226"><h2>19226 - (3) Setra S417UL</h2></td>
</tr>
<tr>
<td><h2>19227 - (8) Iveco Crossway LE ex Austria</h2></td>
<td id="19227"><h2>19227 - (8) Iveco Crossway LE ex Austria</h2></td>
</tr>
<tr>
<td><h2>19228 - (9) Iveco Crossway LE ex Austria</h2></td>
<td id="19228"><h2>19228 - (9) Iveco Crossway LE ex Austria</h2></td>
</tr>
</table>
</body>

8
scripts/metebus.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"matricola": "19115",
"vettore" : "Gamberini",
"modello" : "Volvo 8900 LE 14",
"link": "/ravenna_privatibus/gamberini.html#19115"
}
]

53
scripts/metesearch.js Normal file
View File

@ -0,0 +1,53 @@
const searchBar = document.getElementById('searchBar');
const productsContainer = document.getElementById('bus-container');
const buttons = document.getElementById('buttons');
let allProducts = [];
window.onbeforeunload=searchBar.value="";
const url = '/scripts/metebus.json';
fetch(url)
.then(response => {
if (!response.ok) throw new Error("Errore nel caricamento dei dati.");
return response.json();
})
.then(data => {
allProducts = data;
})
.catch(error => console.error('Errore nel caricamento dei dati:', error));
searchBar.addEventListener('input', () => {
if (searchBar.value == '') {
productsContainer.innerHTML = ' ';
buttons.innerHTML = `
<div class="verticale">
<a href="/ravenna_privatibus/gamberini.html" class="button">Gamberini</a>
<a href="/ravenna_privatibus/pollini.html" class="button">Pollini</a>
<a href="/ravenna_privatibus/zaganelli.html" class="button">Zaganelli</a>
</div>
`;
return;
}
buttons.innerHTML = ' ';
const searchTerm = searchBar.value.toLowerCase();
const filtered = allProducts.filter(bus =>
bus.matricola.toLowerCase().includes(searchTerm)
);
renderProducts(filtered);
});
function renderProducts(products) {
productsContainer.innerHTML = '';
products.forEach(bus => {
const div = document.createElement('div');
div.className = 'product-card';
div.innerHTML = `
<a href="${bus.link}">
<h3>${bus.matricola}</h3>
<p>${bus.modello}</p>
<p>${bus.vettore}</p>
</a>
`;
productsContainer.appendChild(div);
});
}

View File

@ -18,8 +18,8 @@
</ul>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="//seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="//seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="/seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
</ul>
</nav>
</header>
@ -31,7 +31,7 @@
<td id="" colspan="4"><h2>692-696</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>699</h2></td>
<td id="699" colspan="4"><h2>699</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Irisbus%20Ares/699.jpg&fileId=270985&x=1920&y=1080&a=true&etag=f875d3f8741181b5b06b488f008c75b1"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Irisbus%20Ares/699.jpg&fileId=270985&x=1920&y=1080&a=true&etag=f875d3f8741181b5b06b488f008c75b1"alt="Server foto non raggiungibile."></a></td>

View File

@ -18,20 +18,19 @@
</ul>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="//seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="//seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="/seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
</ul>
</nav>
</header>
<h1>325-334<br>Irisbus Crossway ex Esercito Tedesco</h1>
<p>Sono stati comprati dall'ATCM tra il 2011 e il 2013. Hanno cambio manuale e stessa configurazione dei Crossway ATCM.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>325-330</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>331</h2></td>
<td id="331" colspan="4"><h2>331</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20Irisbus/331.jpg&fileId=271117&x=1920&y=1080&a=true&etag=1dae687ed2b234bd02ffeaed5c2036cb"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20Irisbus/331.jpg&fileId=271117&x=1920&y=1080&a=true&etag=1dae687ed2b234bd02ffeaed5c2036cb"alt="Server foto non raggiungibile"></a></td>

View File

@ -18,17 +18,16 @@
</ul>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="//seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="//seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="/seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
</ul>
</nav>
</header>
<h1>300-319, 890-891<br>Irisbus Crossway</h1>
<p>Sono stati comprati dall'ATCM tra il 2008 e il 2011. Sono dotati di motore Cursor 10 Euro 5 non EEV e cambio voith.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>300</h2></td>
<td id="300" colspan="4"><h2>300</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20Irisbus/300.jpg&fileId=271119&x=1920&y=1080&a=true&etag=1c074275d11abe6d61216a2736157d57"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20Irisbus/300.jpg&fileId=271119&x=1920&y=1080&a=true&etag=1c074275d11abe6d61216a2736157d57"alt="Server foto non raggiungibile."></a></td>
@ -40,7 +39,7 @@
<td id="" colspan="4"><h2>301-304</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>305</h2></td>
<td id="305" colspan="4"><h2>305</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20Irisbus/305.jpg&fileId=271118&x=1920&y=1080&a=true&etag=7678a3244ce81e7fcf7bffdf13933202"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20Irisbus/305.jpg&fileId=271118&x=1920&y=1080&a=true&etag=7678a3244ce81e7fcf7bffdf13933202"alt="Server foto non raggiungibile."></a></td>
@ -52,7 +51,7 @@
<td id="" colspan="4"><h2>306-310</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>311</h2></td>
<td id="311" colspan="4"><h2>311</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20Irisbus/311.jpg&fileId=271109&x=1920&y=1080&a=true&etag=85215aeef8ce0c5124136a67cb8f1a4f"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20Irisbus/311.jpg&fileId=271109&x=1920&y=1080&a=true&etag=85215aeef8ce0c5124136a67cb8f1a4f"alt="Server foto non raggiungibile."></a></td>
@ -64,10 +63,10 @@
<td id="" colspan="4"><h2>312-319</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>890</h2></td>
<td id="890" colspan="4"><h2>890</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>891</h2></td>
<td id="891" colspan="4"><h2>891</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20Irisbus/891.jpg&fileId=271122&x=1920&y=1080&a=true&etag=7d597be267844e6bc83aec77d42c895f"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20Irisbus/891.jpg&fileId=271122&x=1920&y=1080&a=true&etag=7d597be267844e6bc83aec77d42c895f"alt="Server foto non raggiungibile."></a></td>

View File

@ -18,20 +18,19 @@
</ul>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="//seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="//seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="/seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
</ul>
</nav>
</header>
<h1>4401-4426<br>Iveco Crossway Line</h1>
<p>Sono stati comprati nel 2021 da SETA.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>4401-4406</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4407</h2></td>
<td id="4407" colspan="4"><h2>4407</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20Line/4407.jpg&fileId=271218&x=1920&y=1080&a=true&etag=9f15e3c0c4c3cc7a89f21a8ff3b5d8a8"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20Line/4407.jpg&fileId=271218&x=1920&y=1080&a=true&etag=9f15e3c0c4c3cc7a89f21a8ff3b5d8a8"alt="Server foto non raggiungibile."></a></td>

View File

@ -18,20 +18,19 @@
</ul>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="//seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="//seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="/seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
</ul>
</nav>
</header>
<h1>354-362, 588-607, 631-632, 683-691<br>Mercedes Integro O550</h1>
<p>Sono stati comprati dall'ATCM nel periodo 2004-2007 come bus extraurbani. Il 686 ha una livrea particolare ed e' stato spostato in un'altra sezione apposta.</p>
<p>E' probabile che alcune vetture siano state radiate.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>354-360</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>361</h2></td>
<td id="361" colspan="4"><h2>361</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Integro/361.jpg&fileId=271097&x=1920&y=1080&a=true&etag=4f9d356cdcf381ae8e2f31a19b1e69c4"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Integro/361.jpg&fileId=271097&x=1920&y=1080&a=true&etag=4f9d356cdcf381ae8e2f31a19b1e69c4"alt="Server foto non raggiungibile."></a></td>
@ -40,13 +39,13 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>362</h2></td>
<td id="362" colspan="4"><h2>362</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>354-362, 588-607, 631-632, 683-689</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>690</h2></td>
<td id="690" colspan="4"><h2>690</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Integro/690.jpeg&fileId=8706&x=1920&y=1080&a=true&etag=b7f4247280bc1891be8aff85df544bee"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Integro/690.jpeg&fileId=8706&x=1920&y=1080&etag=b7f4247280bc1891be8aff85df544bee"alt="Server foto non raggiungibile."></a></td>
@ -55,7 +54,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>691</h2></td>
<td id="691" colspan="4"><h2>691</h2></td>
</tr>
</table>
</body>

View File

@ -18,8 +18,8 @@
</ul>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="//seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="//seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="/seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
</ul>
</nav>
</header>
@ -27,7 +27,7 @@
<p>Questo è un Integro con una livrea speciale, spesso trovabile in aree di montagna.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>686</h2></td>
<td id="686" colspan="4"><h2>686</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Integro%20Giallo/686-2.jpg&fileId=271089&x=1920&y=1080&a=true&etag=4c6887a367f35d9b6f2e01a210477019"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Integro%20Giallo/686-2.jpg&fileId=271089&x=1920&y=1080&a=true&etag=4c6887a367f35d9b6f2e01a210477019"alt="Server foto non raggiungibile."></a></td>

View File

@ -18,14 +18,13 @@
</ul>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="//seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="//seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
<li><a href="/seta_menu/setaextra.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Extraurbano</h1></a></li>
</ul>
</nav>
</header>
<h1>4427-4449<br>Scania Irizar i4 LNG</h1>
<p>Sono stati comprati nel 2022 e sono i primi extraurbani di Modena a LNG. E' stato realizzato un video da La Pressa su questi bus: <a href="https://www.youtube.com/watch?v=sIjqn_B4W5s">https://www.youtube.com/watch?v=sIjqn_B4W5s</a></p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="4427" colspan="4"><h2>4427</h2></td>

View File

@ -28,10 +28,10 @@
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>341</h2></td>
<td id="341" colspan="4"><h2>341</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>342</h2></td>
<td id="342" colspan="4"><h2>342</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20Regio/342.jpg&fileId=271192&x=1920&y=1080&a=true&etag=9afc70bd33746d4b3a3fa0e6429f750b"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20Regio/342.jpg&fileId=271192&x=1920&y=1080&a=true&etag=9afc70bd33746d4b3a3fa0e6429f750b"alt="Server foto non raggiungibile."></a></td>
@ -40,7 +40,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>343</h2></td>
<td id="343" colspan="4"><h2>343</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20Regio/343.jpg&fileId=271194&x=1920&y=1080&a=true&etag=2e2c566a64ab4c705a022d7ca4823fb7"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20Regio/343.jpg&fileId=271194&x=1920&y=1080&a=true&etag=2e2c566a64ab4c705a022d7ca4823fb7"alt="Server foto non raggiungibile."></a></td>
@ -49,7 +49,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>344</h2></td>
<td id="344" colspan="4"><h2>344</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20Regio/344.jpg&fileId=271185&x=1920&y=1080&a=true&etag=dc999c41c9217e767e7ba3a8bea8908a"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20Regio/344.jpg&fileId=271185&x=1920&y=1080&a=true&etag=dc999c41c9217e767e7ba3a8bea8908a"alt="Server foto non raggiungibile."></a></td>
@ -58,7 +58,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>352</h2></td>
<td id="352" colspan="4"><h2>352</h2></td>
</tr>
</table>
</body>

View File

@ -25,12 +25,11 @@
</header>
<h1>Solaris Trollino 12 IV</h1>
<p>Questi Solaris Trollino 12 sono stati comprati da SETA nel 2021. Hanno una batteria che consente la marcia autonoma per 12 km anche staccati dalla filovia. Vengono usati principalmente sulla 7 e 11.</p>
<p>Nessun veicolo è stato radiato.</p>
<h1 class="spazio"></h1>
<a class="button" target="_blank" href="https://www.youtube.com/playlist?list=PLXwZ-M9NhcE2Ba-ZBjd_etokNsGH-auJQ">Video sul Bus</a>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>35</h2></td>
<td id="35" colspan="4"><h2>35</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino%2012/35.jpg&fileId=264300&x=1920&y=1080&a=true&etag=e50b61301ce557ef8b2048937f89f728"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino%2012/35.jpg&fileId=264300&x=1920&y=1080&a=true&etag=e50b61301ce557ef8b2048937f89f728"alt="Server foto non raggiungibile."></a></td>
@ -39,7 +38,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>36</h2></td>
<td id="36" colspan="4"><h2>36</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino%2012/36.jpg&fileId=264301&x=1920&y=1080&a=true&etag=8f76c0f24e5cce0c756f56b3be714380"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino%2012/36.jpg&fileId=264301&x=1920&y=1080&a=true&etag=8f76c0f24e5cce0c756f56b3be714380"alt="Server foto non raggiungibile."></a></td>
@ -48,7 +47,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>37</h2></td>
<td id="37" colspan="4"><h2>37</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino%2012/37.jpg&fileId=264327&x=1920&y=1080&a=true&etag=3163327738dc723d04678367f0aeb295"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino%2012/37.jpg&fileId=264327&x=1920&y=1080&a=true&etag=3163327738dc723d04678367f0aeb295"alt="Server foto non raggiungibile."></a></td>
@ -57,7 +56,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>38</h2></td>
<td id="38" colspan="4"><h2>38</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino%2012/38.jpg&fileId=264334&x=1920&y=1080&a=true&etag=4b8aeed6833087a5f740bbe11bdba199"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino%2012/38.jpg&fileId=264334&x=1920&y=1080&etag=4b8aeed6833087a5f740bbe11bdba199"alt="Server foto non raggiungibile."></a></td>
@ -66,7 +65,7 @@
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Nader/38.jpg&fileId=7871&x=1920&y=1080&a=true&etag=b0876d3d09e94cd5257596086814f4ab"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Nader/38.jpg&fileId=7871&x=1920&y=1080&etag=b0876d3d09e94cd5257596086814f4ab"alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="" colspan="4"><h2>39</h2></td>
<td id="39" colspan="4"><h2>39</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino 12/39.jpg&x=1920&y=1080&a=true"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino 12/39.jpg&x=1920&y=1080"alt="Server foto non raggiungibile."></a></td>
@ -75,7 +74,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>40</h2></td>
<td id="40" colspan="4"><h2>40</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino%2012/40.jpg&fileId=264303&x=1920&y=1080&a=true&etag=bc304a32f24aafabeab93333ded247c6"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino%2012/40.jpg&fileId=264303&x=1920&y=1080&etag=bc304a32f24aafabeab93333ded247c6"alt="Server foto non raggiungibile."></a></td>
@ -84,7 +83,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>41</h2></td>
<td id="41" colspan="4"><h2>41</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino%2012/41.jpg&fileId=264335&x=1920&y=1080&a=true&etag=52edd581b711a216349eb0de3a7f63c0"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino%2012/41.jpg&fileId=264335&x=1920&y=1080&a=true&etag=52edd581b711a216349eb0de3a7f63c0"alt="Server foto non raggiungibile."></a></td>
@ -93,7 +92,7 @@
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino 12/41-3.jpg&x=1920&y=1080&a=true"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino 12/41-3.jpg&x=1920&y=1080"alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="" colspan="4"><h2>42</h2></td>
<td id="42" colspan="4"><h2>42</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino%2012/42.jpg&fileId=270175&x=1920&y=1080&a=true&etag=020fe20df1162385c33e2ce4690fb2de"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino%2012/42.jpg&fileId=270175&x=1920&y=1080&a=true&etag=020fe20df1162385c33e2ce4690fb2de"alt="Server foto non raggiungibile."></a></td>
@ -102,7 +101,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>43</h2></td>
<td id="43" colspan="4"><h2>43</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino 12/43.jpg&x=1920&y=1080&a=true"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino 12/43.jpg&x=1920&y=1080"alt="Server foto non raggiungibile."></a></td>
@ -111,7 +110,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>44</h2></td>
<td id="44" colspan="4"><h2>44</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Trollino%2012/44.jpg&fileId=264337&x=1920&y=1080&a=true&etag=2211273deb0f7b762eb31bf00df031e9"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Trollino%2012/44.jpg&fileId=264337&x=1920&y=1080&a=true&etag=2211273deb0f7b762eb31bf00df031e9"alt="Server foto non raggiungibile."></a></td>

View File

@ -24,7 +24,6 @@
</header>
<h1>61<br>Mercedes Sprinter CNG</h1>
<p>Non ho nessuna informazione su questo minibus.</p>
<p>Non è stato radiato.</p>
<table class="image-table">
<tr>
<td id="61" colspan="4"><h2>61</h2></td>

View File

@ -25,16 +25,15 @@
</header>
<h1>213-216<br>BredaMenariniBus Avancity+ CNG 18</h1>
<p>Sono stati comprati nel 2014 dalla SETA. Hano motore MAN a metano Euro 5 EEV. Hanno cambio voith.</p>
<p>Nessuna vettura è stata radiata.</p>
<div>
<a class="button" target="_blank" href="http://serverissimo.freeddns.org:30081/s/rcBSaksFxrNtked">Manuale bus</a>
</div>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>213</h2></td>
<td id="213" colspan="4"><h2>213</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>214</h2></td>
<td id="214" colspan="4"><h2>214</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/BMB%20Avancity%2B/214.jpg&fileId=269070&x=1920&y=1080&a=true&etag=1ea65122c090a46a53deb39ddd108dca"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/BMB%20Avancity%2B/214.jpg&fileId=269070&x=1920&y=1080&a=true&etag=1ea65122c090a46a53deb39ddd108dca"alt="Server foto non raggiungibile."></a></td>
@ -43,7 +42,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>215</h2></td>
<td id="215" colspan="4"><h2>215</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/BMB%20Avancity%2B/215.jpg&fileId=269057&x=1920&y=1080&a=true&etag=6f36dc77dc8bed13abc448676972c5da"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/BMB%20Avancity%2B/215.jpg&fileId=269057&x=1920&y=1080&a=true&etag=6f36dc77dc8bed13abc448676972c5da"alt="Server foto non raggiungibile."></a></td>
@ -52,7 +51,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>216</h2></td>
<td id="216" colspan="4"><h2>216</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/BMB%20Avancity%2B/216.jpg&fileId=269058&x=1920&y=1080&a=true&etag=332822c08665929446e8834f9deabb71"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/BMB%20Avancity%2B/216.jpg&fileId=269058&x=1920&y=1080&a=true&etag=332822c08665929446e8834f9deabb71"alt="Server foto non raggiungibile."></a></td>

View File

@ -25,10 +25,9 @@
</header>
<h1>229-232<br>Mercedes Citaro O530G ex Koln</h1>
<p>Sono stati comprati usati dalla Germania nel 2019. Hanno motore Euro 5 EEV e cambio ZF.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>229</h2></td>
<td id="229" colspan="4"><h2>229</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Citaro%20G%20ex%20Koln/229.jpg&fileId=269290&x=1920&y=1080&a=true&etag=2d3c094cfa45a262162650cc8be6001d"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Citaro%20G%20ex%20Koln/229.jpg&fileId=269290&x=1920&y=1080&a=true&etag=2d3c094cfa45a262162650cc8be6001d"alt="Server foto non raggiungibile."></a></td>
@ -37,7 +36,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>230</h2></td>
<td id="230" colspan="4"><h2>230</h2></td>
</tr>
<tr>
<td></td>
@ -46,7 +45,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>231</h2></td>
<td id="231" colspan="4"><h2>231</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Citaro%20G%20ex%20Koln/231.jpg&fileId=269914&x=1920&y=1080&a=true&etag=5b3feafa194d8f9626da322dbadb8256"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Citaro%20G%20ex%20Koln/231.jpg&fileId=269914&x=1920&y=1080&a=true&etag=5b3feafa194d8f9626da322dbadb8256"alt="Server foto non raggiungibile."></a></td>
@ -55,7 +54,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>232</h2></td>
<td id="232" colspan="4"><h2>232</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Citaro%20G%20ex%20Koln/232.jpg&fileId=269291&x=1920&y=1080&a=true&etag=44ed155934b46ae95d21361de34f8d3e"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Citaro%20G%20ex%20Koln/232.jpg&fileId=269291&x=1920&y=1080&a=true&etag=44ed155934b46ae95d21361de34f8d3e"alt="Server foto non raggiungibile."></a></td>

View File

@ -28,7 +28,7 @@
<p>Sono equipaggiati con motore Mercedes Euro 4, cambio ZF e display aesys. Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>4853</h2></td>
<td id="4853" colspan="4"><h2>4853</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Citaro%20G%20ex%20TPER/4853%2Btag.jpg&fileId=269644&x=1920&y=1080&a=true&etag=8c687f46f692400f429665a394ebe03e"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Citaro%20G%20ex%20TPER/4853%2Btag.jpg&fileId=269644&x=1920&y=1080&etag=8c687f46f692400f429665a394ebe03e"alt="Server foto non raggiungibile."></a></td>
@ -43,7 +43,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4854</h2></td>
<td id="4854" colspan="4"><h2>4854</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Citaro%20G%20ex%20TPER/4854%2Btag.jpg&fileId=269659&x=1920&y=1080&a=true&etag=a97f38a188c744e8c4cb9b01380a07b4"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Citaro%20G%20ex%20TPER/4854%2Btag.jpg&fileId=269659&x=1920&y=1080&etag=a97f38a188c744e8c4cb9b01380a07b4"alt="Server foto non raggiungibile."></a></td>

View File

@ -31,7 +31,7 @@
<td id="" colspan="4"><h2>651-653</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>654</h2></td>
<td id="654" colspan="4"><h2>654</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Nader/654.jpg&fileId=7732&x=1920&y=1080&a=true&etag=b9ce4bdbf7f2a9c4452154f36354aa5b"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Nader/654.jpg&fileId=7732&x=1920&y=1080&etag=b9ce4bdbf7f2a9c4452154f36354aa5b"alt="Server foto non raggiungibile."></a></td>
@ -40,19 +40,19 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>655</h2></td>
<td id="655" colspan="4"><h2>655</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>656</h2></td>
<td id="656" colspan="4"><h2>656</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>676</h2></td>
<td id="676" colspan="4"><h2>676</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>677</h2></td>
<td id="677" colspan="4"><h2>677</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>678</h2></td>
<td id="678" colspan="4"><h2>678</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Citaro Diesel LE/678.jpg&x=1920&y=1080&a=true"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Citaro Diesel LE/678.jpg&x=1920&y=1080"alt="Server foto non raggiungibile."></a></td>
@ -61,13 +61,13 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>679</h2></td>
<td id="679" colspan="4"><h2>679</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>680</h2></td>
<td id="680" colspan="4"><h2>680</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>681</h2></td>
<td id="681" colspan="4"><h2>681</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Citaro%20Diesel%20LE/681.jpg&fileId=268875&x=1920&y=1080&a=true&etag=76ed636e983ebc90d453f5d23701c24c"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Citaro%20Diesel%20LE/681.jpg&fileId=268875&x=1920&y=1080&a=true&etag=76ed636e983ebc90d453f5d23701c24c"alt="Server foto non raggiungibile."></a></td>
@ -76,7 +76,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>682</h2></td>
<td id="682" colspan="4"><h2>682</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Citaro%20Diesel%20LE/682.jpg&fileId=268876&x=1920&y=1080&a=true&etag=0d15d58bd939d0d70388ce75a40a85d0"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Citaro%20Diesel%20LE/682.jpg&fileId=268876&x=1920&y=1080&a=true&etag=0d15d58bd939d0d70388ce75a40a85d0"alt="Server foto non raggiungibile."></a></td>

View File

@ -25,22 +25,21 @@
</header>
<h1>339-340, 345-353, 364-379<br>Iveco Crossway LE</h1>
<p>Sono stati comprati in vari periodi dal 2016 al 2019. Hanno allestimento suburbano. Sono dotati di motore Cursor 9 Euro 6, cambio ZF e display aesys.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>339</h2></td>
<td id="339" colspan="4"><h2>339</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>340</h2></td>
<td id="340" colspan="4"><h2>340</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>345</h2></td>
<td id="345" colspan="4"><h2>345</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>346</h2></td>
<td id="346" colspan="4"><h2>346</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>347</h2></td>
<td id="347" colspan="4"><h2>347</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20LE/347.jpg&fileId=269126&x=1920&y=1080&a=true&etag=355187acd974663d1c95d11454cf8dd2"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20LE/347.jpg&fileId=269126&x=1920&y=1080&a=true&etag=355187acd974663d1c95d11454cf8dd2"alt="Server foto non raggiungibile."></a></td>
@ -49,7 +48,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>348</h2></td>
<td id="348" colspan="4"><h2>348</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Nader/348.jpg&fileId=7876&x=1920&y=1080&a=true&etag=9540d6b3fbda47dbc01869ff485306c0"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Nader/348.jpg&fileId=7876&x=1920&y=1080&etag=9540d6b3fbda47dbc01869ff485306c0"alt="Server foto non raggiungibile."></a></td>
@ -58,7 +57,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>349</h2></td>
<td id="349" colspan="4"><h2>349</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20LE/349.jpeg&fileId=9002&x=1920&y=1080&a=true&etag=d606800ad4a37e16112b02fa7d5a016f"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20LE/349.jpeg&fileId=9002&x=1920&y=1080&etag=d606800ad4a37e16112b02fa7d5a016f"alt="Server foto non raggiungibile."></a></td>
@ -67,16 +66,16 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>350</h2></td>
<td id="350" colspan="4"><h2>350</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>351</h2></td>
<td id="351" colspan="4"><h2>351</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>352</h2></td>
<td id="352" colspan="4"><h2>352</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>353</h2></td>
<td id="353" colspan="4"><h2>353</h2></td>
</tr>
</table>
</body>

View File

@ -25,7 +25,6 @@
</header>
<h1>382-387<br>Iveco Crossway LE Bianchi</h1>
<p>La vernice bianca di questi Crossway si deve al fatto che siano stati comprati in pronta consegna da SETA nel 2021 a seguito di un incendio al deposito.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="382" colspan="4"><h2>382</h2></td>

View File

@ -25,16 +25,16 @@
</header>
<h1>4450-4468<br>Iveco Crossway LE 12 CNG</h1>
<p>Sono stati comprati nel 2024 assieme agli Urbanway Hybrid. Sono il primo tipo di mezzo alimentato a metano per il sub/extraurbano. Sono dotati di Cursor 9 CNG Euro 6, cambio voith e allestimento suburbano.</p>
<p>Non sono sicuro dei numeri del lotto. Nessuna vettura è stata radiata.</p>
<p>Non sono sicuro dei numeri del lotto.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>4450</h2></td>
<td id="4450" colspan="4"><h2>4450</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4451</h2></td>
<td id="4451" colspan="4"><h2>4451</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4452</h2></td>
<td id="4452" colspan="4"><h2>4452</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20LE%20CNG/4452.jpg&fileId=270829&x=1920&y=1080&a=true&etag=4a0cde863fb08dc0724c6c95b968a821"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20LE%20CNG/4452.jpg&fileId=270829&x=1920&y=1080&a=true&etag=4a0cde863fb08dc0724c6c95b968a821"alt="Server foto non raggiungibile."></a></td>
@ -46,7 +46,7 @@
<td id="" colspan="4"><h2>4453-4462</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4463</h2></td>
<td id="4463" colspan="4"><h2>4463</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20LE%20CNG/4463.jpeg&fileId=270828&x=1920&y=1080&a=true&etag=ee85c6a590ff60ef132926e861bd2548"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20LE%20CNG/4463.jpeg&fileId=270828&x=1920&y=1080&a=true&etag=ee85c6a590ff60ef132926e861bd2548"alt="Server foto non raggiungibile."></a></td>

View File

@ -25,13 +25,12 @@
</header>
<h1>4621-4628<br>Iveco Crossway LE 14</h1>
<p>Crossway da 14 metri del 2021.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>4621-4626</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4627</h2></td>
<td id="4627" colspan="4"><h2>4627</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20LE%20Lunghi/4627.jpg&fileId=269763&x=1920&y=1080&a=true&etag=4699363030082bf6ad8b240c8a21e655"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20LE%20Lunghi/4627.jpg&fileId=269763&x=1920&y=1080&a=true&etag=4699363030082bf6ad8b240c8a21e655"alt="Server foto non raggiungibile."></a></td>
@ -40,7 +39,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4628</h2></td>
<td id="4628" colspan="4"><h2>4628</h2></td>
</tr>
</table>
</body>

View File

@ -25,10 +25,9 @@
</header>
<h1>323-324<br>Irisbus Crossway LE</h1>
<p>Versione LE dei Crossway Irisbus (extraurbano).</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>323</h2></td>
<td id="323" colspan="4"><h2>323</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20LE%20Irisbus/323.jpg&fileId=268981&x=1920&y=1080&a=true&etag=e1ae518d29e3cb0daa7b344b60908de9"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20LE%20Irisbus/323.jpg&fileId=268981&x=1920&y=1080&a=true&etag=e1ae518d29e3cb0daa7b344b60908de9"alt="Server foto non raggiungibile."></a></td>
@ -37,7 +36,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>324</h2></td>
<td id="324" colspan="4"><h2>324</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/CW%20LE%20Irisbus/324.jpg&fileId=268983&x=1920&y=1080&a=true&etag=96e5badfba0a9f3703531180a02dbea0"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/CW%20LE%20Irisbus/324.jpg&fileId=268983&x=1920&y=1080&a=true&etag=96e5badfba0a9f3703531180a02dbea0"alt="Server foto non raggiungibile."></a></td>

View File

@ -25,10 +25,9 @@
</header>
<h1>217-221<br>MAN Lion's City G 3p ex Gamla</h1>
<p>Questi MAN sono arrivati a SETA nel 2017. Sono stati comprati usati da Gamla (Norvegia) che li aveva comprati nel 2008. Hanno motore MAN Euro 5 non-EEV, cambio ZF e display aesys.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>217</h2></td>
<td id="217" colspan="4"><h2>217</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20City%20G%203p/217.jpg&fileId=269135&x=1920&y=1080&a=true&etag=44602f5e1f61421112196e5d041903e9"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20City%20G%203p/217.jpg&fileId=269135&x=1920&y=1080&a=true&etag=44602f5e1f61421112196e5d041903e9"alt="Server foto non raggiungibile."></a></td>
@ -37,7 +36,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>218</h2></td>
<td id="218" colspan="4"><h2>218</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20City%20G%203p/218.jpg&fileId=269149&x=1920&y=1080&a=true&etag=23a9002ad8a06f5f1177735f1c825014"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20City%20G%203p/218.jpg&fileId=269149&x=1920&y=1080&a=true&etag=23a9002ad8a06f5f1177735f1c825014"alt="Server foto non raggiungibile."></a></td>
@ -46,7 +45,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>219</h2></td>
<td id="219" colspan="4"><h2>219</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20City%20G%203p/219.jpg&fileId=269143&x=1920&y=1080&a=true&etag=cdc52b534e1c011442d41626924c1c8f"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20City%20G%203p/219.jpg&fileId=269143&x=1920&y=1080&a=true&etag=cdc52b534e1c011442d41626924c1c8f"alt="Server foto non raggiungibile."></a></td>
@ -55,7 +54,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>220</h2></td>
<td id="220" colspan="4"><h2>220</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20City%20G%203p/220.jpg&fileId=269158&x=1920&y=1080&a=true&etag=8cd83b2665b9c746b5f31973870bcca2"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20City%20G%203p/220.jpg&fileId=269158&x=1920&y=1080&a=true&etag=8cd83b2665b9c746b5f31973870bcca2"alt="Server foto non raggiungibile."></a></td>
@ -64,7 +63,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>221</h2></td>
<td id="221" colspan="4"><h2>221</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20City%20G%203p/221.jpeg&fileId=270736&x=1920&y=1080&a=true&etag=f63eb590798e4d1ee7ff18429313afae"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20City%20G%203p/221.jpeg&fileId=270736&x=1920&y=1080&a=true&etag=f63eb590798e4d1ee7ff18429313afae"alt="Server foto non raggiungibile."></a></td>

View File

@ -25,10 +25,9 @@
</header>
<h1>222-224<br>MAN Lion's City G 4p ex Unibuss</h1>
<p>Questi MAN sono stati comprati da SETA nel 2017. Sono stati comprati usati da Unibuss che li aveva comprati nel 2008. Hanno motore MAN Euro 5 non-EEV, cambio ZF e display aesys.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>222</h2></td>
<td id="222" colspan="4"><h2>222</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20City%20G%204p/222.jpg&fileId=269198&x=1920&y=1080&a=true&etag=2477ebbd6ee1daf1c623e85b52049106"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20City%20G%204p/222.jpg&fileId=269198&x=1920&y=1080&a=true&etag=2477ebbd6ee1daf1c623e85b52049106"alt="Server foto non raggiungibile."></a></td>
@ -37,10 +36,10 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>223</h2></td>
<td id="223" colspan="4"><h2>223</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>224</h2></td>
<td id="224" colspan="4"><h2>224</h2></td>
</tr>
</table>
</body>

View File

@ -25,10 +25,9 @@
</header>
<h1>380-381<br>MAN Lion's City L CNG ex TronderBilene</h1>
<p>Al momento non mi è disponibile nessuna informazione su questi MAN Lion's City L. Sono vetture da 15m.</p>
<p>Nessuna vettura è stata radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>380</h2></td>
<td id="380" colspan="4"><h2>380</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion's City L/380.jpg&x=1920&y=1080&a=true"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion's City L/380.jpg&x=1920&y=1080"alt="Server foto non raggiungibile."></a></td>
@ -37,7 +36,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>381</h2></td>
<td id="381" colspan="4"><h2>381</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Lion%27s%20City%20L/381.jpg&fileId=269309&x=1920&y=1080&a=true&etag=f3a824fef81278f2be59c5d1f78e441b"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Lion%27s%20City%20L/381.jpg&fileId=269309&x=1920&y=1080&a=true&etag=f3a824fef81278f2be59c5d1f78e441b"alt="Server foto non raggiungibile."></a></td>

View File

@ -25,7 +25,7 @@
</header>
<h1>4850-4852<br>New MAN Lion's City 19 CNG</h1>
<p>Sono stati comprati nel 2022 da SETA assieme agli Urbanway Hybrid. Hanno sedili in plastica e svolgono corse scolastiche, suburbane e qualche raro turno di 7 in estate.</p>
<p>Hanno motore Euro 6 MAN e cambio voith. Nessuna vettura è stata radiata.</p>
<p>Hanno motore Euro 6 MAN e cambio voith.</p>
<table class="image-table">
<tr>
<td id="4850" colspan="4"><h2>4850</h2></td>

View File

@ -28,10 +28,10 @@
<p>Girano su linee scolastiche, è comune trovarli sulle linee 740, 731, 815, 392, 670.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>4501</h2></td>
<td id="4501" colspan="4"><h2>4501</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4502</h2></td>
<td id="4502" colspan="4"><h2>4502</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Setra%20ex%20Bolzano/4502%2Btag.jpg&fileId=269440&x=1920&y=1080&a=true&etag=810c1163d1e29f37d888f4adc271b164"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Setra%20ex%20Bolzano/4502%2Btag.jpg&fileId=269440&x=1920&y=1080&a=true&etag=810c1163d1e29f37d888f4adc271b164"alt="Server foto non raggiungibile."></a></td>
@ -40,7 +40,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4503</h2></td>
<td id="4503" colspan="4"><h2>4503</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Setra%20ex%20Bolzano/4505%2B4503.jpg&fileId=269442&x=1920&y=1080&a=true&etag=47477c08109f35f3a0fc00a0180a8907"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Setra%20ex%20Bolzano/4505%2B4503.jpg&fileId=269442&x=1920&y=1080&a=true&etag=47477c08109f35f3a0fc00a0180a8907"alt="Server foto non raggiungibile."></a></td>
@ -49,7 +49,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4504</h2></td>
<td id="4504" colspan="4"><h2>4504</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Setra%20ex%20Bolzano/4504%2Btag.jpg&fileId=269441&x=1920&y=1080&a=true&etag=4660b9c000703e694aab1ca3cbef6431"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Setra%20ex%20Bolzano/4504%2Btag.jpg&fileId=269441&x=1920&y=1080&a=true&etag=4660b9c000703e694aab1ca3cbef6431"alt="Server foto non raggiungibile."></a></td>
@ -58,7 +58,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4505</h2></td>
<td id="4505" colspan="4"><h2>4505</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Setra%20ex%20Bolzano/4505%2B4503.jpg&fileId=269442&x=1920&y=1080&a=true&etag=47477c08109f35f3a0fc00a0180a8907"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Setra%20ex%20Bolzano/4505%2B4503.jpg&fileId=269442&x=1920&y=1080&a=true&etag=47477c08109f35f3a0fc00a0180a8907"alt="Server foto non raggiungibile."></a></td>
@ -67,7 +67,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4506</h2></td>
<td id="4506" colspan="4"><h2>4506</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Setra%20ex%20Bolzano/4506%2Btag.jpg&fileId=269451&x=1920&y=1080&a=true&etag=d7c3e453d218d8deff34c7d9cfe4cfa7"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Setra%20ex%20Bolzano/4506%2Btag.jpg&fileId=269451&x=1920&y=1080&a=true&etag=d7c3e453d218d8deff34c7d9cfe4cfa7"alt="Server foto non raggiungibile."></a></td>
@ -76,7 +76,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4507</h2></td>
<td id="4507" colspan="4"><h2>4507</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Setra%20ex%20Bolzano/4507.jpg&fileId=269464&x=1920&y=1080&a=true&etag=51e829dbbd8b1a4fc21036a0d8b1315b"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Setra%20ex%20Bolzano/4507.jpg&fileId=269464&x=1920&y=1080&a=true&etag=51e829dbbd8b1a4fc21036a0d8b1315b"alt="Server foto non raggiungibile."></a></td>

View File

@ -28,7 +28,7 @@
<p>Girano su linee scolastiche, è comune trovarli sulle linee 740, 731, 815, 392, 670.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>4508</h2></td>
<td id="4508" colspan="4"><h2>4508</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Nader/4508.jpg&fileId=7841&x=1920&y=1080&a=true&etag=a341e200784efe3225a9caa7200810f5"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Nader/4508.jpg&fileId=7841&x=1920&y=1080&etag=a341e200784efe3225a9caa7200810f5"alt="Server foto non raggiungibile."></a></td>
@ -37,10 +37,10 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4509</h2></td>
<td id="4509" colspan="4"><h2>4509</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4510</h2></td>
<td id="4510" colspan="4"><h2>4510</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Setra%20ex%20Bolzano/4510%2Btag.jpg&fileId=269465&x=1920&y=1080&a=true&etag=889dccb3249888ad38179d2ba732209b"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Setra%20ex%20Bolzano/4510%2Btag.jpg&fileId=269465&x=1920&y=1080&a=true&etag=889dccb3249888ad38179d2ba732209b"alt="Server foto non raggiungibile."></a></td>
@ -49,7 +49,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4511</h2></td>
<td id="4511" colspan="4"><h2>4511</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Nader/4511.jpg&fileId=7869&x=1920&y=1080&a=true&etag=cb392b8bb4d4b7abb055d64ce7a452b1"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Nader/4511.jpg&fileId=7869&x=1920&y=1080&etag=cb392b8bb4d4b7abb055d64ce7a452b1"alt="Server foto non raggiungibile."></a></td>
@ -58,10 +58,10 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4512</h2></td>
<td id="4512" colspan="4"><h2>4512</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>4513</h2></td>
<td id="4513" colspan="4"><h2>4513</h2></td>
</tr>
</table>
</body>

View File

@ -25,10 +25,10 @@
</header>
<h1>209-212<br>Solaris Urbino 18 III</h1>
<p>Sono stati comprati dall'ATCM a Marzo 2010. E' stato realizzato un articolo su di essi su La Linea: <a href="https://drive-vichingo455.duckdns.org/s/RdRWTmeQPkw2CLQ">https://drive-vichingo455.duckdns.org/s/RdRWTmeQPkw2CLQ</a></p>
<p>Sono equipaggiati con motore DAF PR228S2 da 314CV Euro 5 EEV, cambio Voith e display aesys. Nessuna vettura è stata radiata.</p>
<p>Sono equipaggiati con motore DAF PR228S2 da 314CV Euro 5 EEV, cambio Voith e display aesys.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>209</h2></td>
<td id="209" colspan="4"><h2>209</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Solaris%20Urbino%2018/209.jpg&fileId=268896&x=1920&y=1080&a=true&etag=631fc709518c5e6746b6693befd24825"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Solaris%20Urbino%2018/209.jpg&fileId=268896&x=1920&y=1080&a=true&etag=631fc709518c5e6746b6693befd24825"alt="Server foto non raggiungibile."></a></td>
@ -37,13 +37,13 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>210</h2></td>
<td id="210" colspan="4"><h2>210</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>211</h2></td>
<td id="211" colspan="4"><h2>211</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>212</h2></td>
<td id="212" colspan="4"><h2>212</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Solaris%20Urbino%2018/212.jpg&fileId=268897&x=1920&y=1080&a=true&etag=469748f4def00acb8d40762f6b2c217d"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Solaris%20Urbino%2018/212.jpg&fileId=268897&x=1920&y=1080&a=true&etag=469748f4def00acb8d40762f6b2c217d"alt="Server foto non raggiungibile."></a></td>

View File

@ -28,7 +28,7 @@
<p>Di questo lotto il 254 lo utilizza SACA.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>251</h2></td>
<td id="251" colspan="4"><h2>251</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Solaris%20Diesel/251.jpg&fileId=269208&x=1920&y=1080&a=true&etag=c235ec40a0adb4d3bfe879c1f93521d6"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Solaris%20Diesel/251.jpg&fileId=269208&x=1920&y=1080&a=true&etag=c235ec40a0adb4d3bfe879c1f93521d6"alt="Server foto non raggiungibile."></a></td>
@ -40,7 +40,7 @@
<td id="" colspan="4"><h2>252-261</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>262</h2></td>
<td id="262" colspan="4"><h2>262</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Solaris%20Diesel/262.jpg&fileId=269207&x=1920&y=1080&a=true&etag=ea9f8e79afcaaeb852e9ddb9a14c0e39"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Solaris%20Diesel/262.jpg&fileId=269207&x=1920&y=1080&a=true&etag=ea9f8e79afcaaeb852e9ddb9a14c0e39"alt="Server foto non raggiungibile."></a></td>
@ -49,7 +49,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>263</h2></td>
<td id="263" colspan="4"><h2>263</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Solaris%20Diesel/interni263.jpg&fileId=269245&x=1920&y=1080&a=true&etag=bec97e83e5ed3bf49306922eea2ba7c3"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Solaris%20Diesel/interni263.jpg&fileId=269245&x=1920&y=1080&a=true&etag=bec97e83e5ed3bf49306922eea2ba7c3"style="width: 55%;" alt="Server foto non raggiungibile."></a></td>
@ -61,7 +61,7 @@
<td id="" colspan="4"><h2>264-266</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>267</h2></td>
<td id="267" colspan="4"><h2>267</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Solaris%20Diesel/267.jpg&fileId=269210&x=1920&y=1080&a=true&etag=e012d392e94792a080ec4196008eeddd"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Solaris%20Diesel/267.jpg&fileId=269210&x=1920&y=1080&a=true&etag=e012d392e94792a080ec4196008eeddd"alt="Server foto non raggiungibile."></a></td>
@ -70,10 +70,10 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>268</h2></td>
<td id="268" colspan="4"><h2>268</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>269</h2></td>
<td id="269" colspan="4"><h2>269</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Solaris%20Diesel/269.jpg&fileId=269247&x=1920&y=1080&a=true&etag=ffca33be9286625b54326b9cef203bb8"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Solaris%20Diesel/269.jpg&fileId=269247&x=1920&y=1080&a=true&etag=ffca33be9286625b54326b9cef203bb8"alt="Server foto non raggiungibile."></a></td>
@ -82,7 +82,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>270</h2></td>
<td id="270" colspan="4"><h2>270</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Solaris%20Diesel/270.jpg&fileId=269243&x=1920&y=1080&a=true&etag=651b087918bb383ed7d6a8381114b4d4"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Solaris%20Diesel/270.jpg&fileId=269243&x=1920&y=1080&a=true&etag=651b087918bb383ed7d6a8381114b4d4"alt="Server foto non raggiungibile."></a></td>

View File

@ -25,19 +25,11 @@
</header>
<h1>209-212<br>Solaris Urbino 18 III</h1>
<p>Sono stati comprati dall'ATCM a Marzo 2010. E' stato realizzato un articolo su di essi su La Linea: <a href="https://drive-vichingo455.duckdns.org/s/K6EAtz8YCwHFFZi">https://drive-vichingo455.duckdns.org/s/K6EAtz8YCwHFFZi</a></p>
<p>Sono equipaggiati con motore DAF PR228S2 da 314CV Euro 5 EEV, cambio ZF e display aesys. Nessuna vettura è stata radiata.</p>
<p>Sono equipaggiati con motore DAF PR228S2 da 314CV Euro 5 EEV, cambio ZF e display aesys.</p>
<p>Nessuna vettura risulta al momento radiata.</p>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>209</h2></td>
</tr>
<tr>
<td><a href=""><img src=""alt="Server foto non raggiungibile."></a></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>210</h2></td>
<td id="209" colspan="4"><h2>209</h2></td>
</tr>
<tr>
<td></td>
@ -46,7 +38,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>211</h2></td>
<td id="210" colspan="4"><h2>210</h2></td>
</tr>
<tr>
<td></td>
@ -55,7 +47,16 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>212</h2></td>
<td id="211" colspan="4"><h2>211</h2></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td id="212" colspan="4"><h2>212</h2></td>
</tr>
<tr>
<td></td>

View File

@ -25,12 +25,11 @@
</header>
<h1>271-290<br>MenariniBus Citymood 12 CNG</h1>
<p>Quasi regalati a SETA nel 2019 (effettivo anno di consegna), questi Citymood 12 CNG sono dotati di motore Cursor 9 cambio ZF Ecolife a 6 marce e display aesys.</p>
<p>Nessuna vettura è stata radiata.</p>
<h1 class="spazio"></h1>
<a class="button" target="_blank" href="https://www.youtube.com/playlist?list=PLXwZ-M9NhcE3FJRyCvbr8qbZylxGV4Z8d">Video sul Bus</a>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>271</h2></td>
<td id="271" colspan="4"><h2>271</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/271%2Btag.jpg&fileId=267026&x=1920&y=1080&a=true&etag=031d11964c56864a68f09847b08bd812"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/271%2Btag.jpg&fileId=267026&x=1920&y=1080&a=true&etag=031d11964c56864a68f09847b08bd812"alt="Server foto non raggiungibile."></a></td>
@ -39,7 +38,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>272</h2></td>
<td id="272" colspan="4"><h2>272</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/272.jpeg&fileId=7591&x=1920&y=1080&a=true&etag=2063f47389cae186f7ef8cf54f20e55c"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/272.jpeg&fileId=7591&x=1920&y=1080&a=true&etag=2063f47389cae186f7ef8cf54f20e55c"alt="Server foto non raggiungibile."></a></td>
@ -48,7 +47,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>273</h2></td>
<td id="273" colspan="4"><h2>273</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Nader/273.jpg&fileId=7872&x=1920&y=1080&a=true&etag=d312cf3564693c8277a3bc6d12493f15"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Nader/273.jpg&fileId=7872&x=1920&y=1080&etag=d312cf3564693c8277a3bc6d12493f15"alt="Server foto non raggiungibile."></a></td>
@ -57,7 +56,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>274</h2></td>
<td id="274" colspan="4"><h2>274</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/274.jpg&fileId=267054&x=1920&y=1080&a=true&etag=a1981da7431fcd061d4a6e704e26fb12"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/274.jpg&fileId=267054&x=1920&y=1080&a=true&etag=a1981da7431fcd061d4a6e704e26fb12"style="width: 75%;" alt="Server foto non raggiungibile."></a></td>
@ -66,7 +65,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>275</h2></td>
<td id="275" colspan="4"><h2>275</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Nader/275.jpg&fileId=7888&x=1920&y=1080&a=true&etag=ad406c69ad47143c4dee74b1067e79bb"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Nader/275.jpg&fileId=7888&x=1920&y=1080&etag=ad406c69ad47143c4dee74b1067e79bb"alt="Server foto non raggiungibile."></a></td>
@ -75,13 +74,13 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>276</h2></td>
<td id="276" colspan="4"><h2>276</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>277</h2></td>
<td id="277" colspan="4"><h2>277</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>278</h2></td>
<td id="278" colspan="4"><h2>278</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/278%2Btag.jpg&fileId=267057&x=1920&y=1080&a=true&etag=ef0b67ce1c5728f9006885604a56153b"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/278%2Btag.jpg&fileId=267057&x=1920&y=1080&etag=ef0b67ce1c5728f9006885604a56153b"alt="Server foto non raggiungibile."></a></td>
@ -90,7 +89,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>279</h2></td>
<td id="279" colspan="4"><h2>279</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/279.jpeg&fileId=270715&x=1920&y=1080&a=true&etag=48715df8ebf6d39f8b519d8c116245c6"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/279.jpeg&fileId=270715&x=1920&y=1080&a=true&etag=48715df8ebf6d39f8b519d8c116245c6"alt="Server foto non raggiungibile."></a></td>
@ -99,10 +98,10 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>280</h2></td>
<td id="280" colspan="4"><h2>280</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>281</h2></td>
<td id="281" colspan="4"><h2>281</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/281.jpg&fileId=266967&x=1920&y=1080&a=true&etag=a4c1361bf1c1bed20c00e2cde4a3ffde"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/281.jpg&fileId=266967&x=1920&y=1080&a=true&etag=a4c1361bf1c1bed20c00e2cde4a3ffde"alt="Server foto non raggiungibile."></a></td>
@ -111,7 +110,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>282</h2></td>
<td id="282" colspan="4"><h2>282</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/282.jpg&fileId=266968&x=1920&y=1080&a=true&etag=e9d5e59223f0c6dd2118667bb6100872"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/282.jpg&fileId=266968&x=1920&y=1080&a=true&etag=e9d5e59223f0c6dd2118667bb6100872"alt="Server foto non raggiungibile."></a></td>
@ -120,13 +119,13 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>283</h2></td>
<td id="283" colspan="4"><h2>283</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>284</h2></td>
<td id="284" colspan="4"><h2>284</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>285</h2></td>
<td id="285" colspan="4"><h2>285</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/285.jpg&fileId=266966&x=1920&y=1080&a=true&etag=25d35edf71cb2f0d405fbf116574e763"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/285.jpg&fileId=266966&x=1920&y=1080&a=true&etag=25d35edf71cb2f0d405fbf116574e763"alt="Server foto non raggiungibile."></a></td>
@ -138,7 +137,7 @@
<td id="" colspan="4"><h2>286-288</h2></td>
</tr>
<tr>
<td id="" colspan="4"><h2>289</h2></td>
<td id="289" colspan="4"><h2>289</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/289%2Btag.jpg&fileId=266969&x=1920&y=1080&a=true&etag=1f2af934f5661605c8c7281d633287fa"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/289%2Btag.jpg&fileId=266969&x=1920&y=1080&a=true&etag=1f2af934f5661605c8c7281d633287fa"alt="Server foto non raggiungibile."></a></td>
@ -147,7 +146,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>290</h2></td>
<td id="290" colspan="4"><h2>290</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/290.jpg&fileId=266991&x=1920&y=1080&a=true&etag=b864eac947a43361bb21043e2a931e42"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/290.jpg&fileId=266991&x=1920&y=1080&a=true&etag=b864eac947a43361bb21043e2a931e42"alt="Server foto non raggiungibile."></a></td>
@ -159,7 +158,7 @@
<h1>Interni</h1>
<table class="image-table">
<tr>
<td id="" colspan="4"><h2>273</h2></td>
<td id="int273" colspan="4"><h2>273</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/interni273.jpg&fileId=267023&x=1920&y=1080&a=true&etag=d738a0dc83d48801213f301e2b1cc978"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/interni273.jpg&fileId=267023&x=1920&y=1080&etag=d738a0dc83d48801213f301e2b1cc978"alt="Server foto non raggiungibile."></a></td>
@ -168,7 +167,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>274</h2></td>
<td id="int274" colspan="4"><h2>274</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/interni274.jpg&fileId=266998&x=1920&y=1080&a=true&etag=1e9ab25c437ac1c55cbc237edebaff0a"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/interni274.jpg&fileId=266998&x=1920&y=1080&etag=1e9ab25c437ac1c55cbc237edebaff0a"alt="Server foto non raggiungibile."></a></td>
@ -177,7 +176,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>276</h2></td>
<td id="int276" colspan="4"><h2>276</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/interni276.jpg&fileId=267001&x=1920&y=1080&a=true&etag=2bcf1ddff57830de46ab11a98cfdafba"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/interni276.jpg&fileId=267001&x=1920&y=1080&etag=2bcf1ddff57830de46ab11a98cfdafba"alt="Server foto non raggiungibile."></a></td>
@ -186,7 +185,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>281</h2></td>
<td id="int281" colspan="4"><h2>281</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/interni281.jpg&fileId=267032&x=1920&y=1080&a=true&etag=074dc094f4ec0c3ac488bdfbf93e8822"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/interni281.jpg&fileId=267032&x=1920&y=1080&etag=074dc094f4ec0c3ac488bdfbf93e8822"alt="Server foto non raggiungibile."></a></td>
@ -195,7 +194,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>282</h2></td>
<td id="int282" colspan="4"><h2>282</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/interni282.jpg&fileId=271311&x=1920&y=1080&a=true&etag=09037baacb190101313fe642d7b2c617"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/interni282.jpg&fileId=271311&x=1920&y=1080&etag=09037baacb190101313fe642d7b2c617"alt="Server foto non raggiungibile."></a></td>
@ -204,7 +203,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>284</h2></td>
<td id="int284" colspan="4"><h2>284</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/interni284%2Btag.jpg&fileId=267029&x=1920&y=1080&a=true&etag=7ef7bc367f145892f63b52a22f0c8c6a"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/interni284%2Btag.jpg&fileId=267029&x=1920&y=1080&etag=7ef7bc367f145892f63b52a22f0c8c6a"alt="Server foto non raggiungibile."></a></td>
@ -213,7 +212,7 @@
<td></td>
</tr>
<tr>
<td id="" colspan="4"><h2>287</h2></td>
<td id="int287" colspan="4"><h2>287</h2></td>
</tr>
<tr>
<td><a href="http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/SETA/Menarino%20cng/interni287.jpg&fileId=267056&x=1920&y=1080&a=true&etag=40a85766b776a1725202552a15496229"><img src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Leo/SETA/Menarino%20cng/interni287.jpg&fileId=267056&x=1920&y=1080&etag=40a85766b776a1725202552a15496229"alt="Server foto non raggiungibile."></a></td>

View File

@ -25,7 +25,6 @@
</header>
<h1>4750-4763<br>MenariniBus Citymood 12 LNG</h1>
<p>Nel 2021 la SETA ha comprato 14 Citymood LNG per iniziare a rimpiazzare i citaro O530U del 2001/2003. Sono dotati di Cursor 9 Euro 6, cambio ZF Ecolife versione 2 e 2 porte rototraslanti. La carrozzeria in parte grigia ha contribuito al mancato ingiallimento delle plastiche verniciate mentre le bianche si sono ingiallite lo stesso come sui Menarini CNG.</p>
<p>Non è stata radiata nessuna matricola.</p>
<table class="image-table">
<tr>
<td id="4750" colspan="4"><h2>4750</h2></td>

View File

@ -25,7 +25,6 @@
</header>
<h1>198-200<br>Solaris Urbino 12 CNG III</h1>
<p>Questi 3 Solaris Urbaino 12 CNG III (3* generazione) sono stati acquistati come primi bus di SETA. Hanno motore Cummins ISLG6C320 da 290CV Euro 5 EEV e cambio voith.</p>
<p>Non è stato radiato nessun bus di questo lotto.</p>
<table class="image-table">
<tr>
<td id="198" colspan="4"><h2>198</h2></td>

View File

@ -25,7 +25,6 @@
</header>
<h1>4770-4792<br>Iveco Urbanway Hybrid 2022</h1>
<p>Nel 2022 SETA ha comprato 23 Urbanway Hybrid (versione 2022). Hanno motore Cursor 9 Euro 6, cambio voith e 2 porte a rototraslazione.</p>
<p>Nessuna vettura è stata radiata.</p>
<h1 class="spazio"></h1>
<a class="button" target="_blank" href="https://www.youtube.com/playlist?list=PLXwZ-M9NhcE060-6nn16GFsXFnawqgGnh">Video sul Bus</a>
<table class="image-table">