Updates
This commit is contained in:
parent
f65d9a4e83
commit
96c4df4b9b
|
@ -7,17 +7,17 @@ path = path for the image starting from the root, for example /Dani/10225.jpg
|
|||
*/
|
||||
function changeUrlToFallback(aid,imgid,path) {
|
||||
try {
|
||||
document.getElementById(imgid).src = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/9AejGcwKf9F735n?file=" + path + "&x=1920&y=1080&a=true";
|
||||
document.getElementById(imgid).src = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/w8Nr4jZN3g6z3pn?file=" + path + "&x=1920&y=1080&a=true";
|
||||
} catch {}
|
||||
try {
|
||||
document.getElementById(aid).href = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/9AejGcwKf9F735n?file=" + path + "&x=1920&y=1080&a=true";
|
||||
document.getElementById(aid).href = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/w8Nr4jZN3g6z3pn?file=" + path + "&x=1920&y=1080&a=true";
|
||||
} catch {}
|
||||
}
|
||||
function changeUrlToFallbackNoTrue(aid,imgid,path) {
|
||||
try {
|
||||
document.getElementById(imgid).src = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/9AejGcwKf9F735n?file=" + path + "&x=1920&y=1080";
|
||||
document.getElementById(imgid).src = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/w8Nr4jZN3g6z3pn?file=" + path + "&x=1920&y=1080";
|
||||
} catch {}
|
||||
try {
|
||||
document.getElementById(aid).href = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/9AejGcwKf9F735n?file=" + path + "&x=1920&y=1080";
|
||||
document.getElementById(aid).href = "https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/w8Nr4jZN3g6z3pn?file=" + path + "&x=1920&y=1080";
|
||||
} catch {}
|
||||
}
|
|
@ -25,7 +25,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<a href="/startravenna_bus/extraurbano/desimon.html">
|
||||
<p>10108-10125<br>Scania De Simon IL.3</p>
|
||||
<p style="color: red;">10108-10125<br>Scania De Simon IL.3</p>
|
||||
<img class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/START/Scania%20De%20Simon%20IL.3%20Start%20Ravenna/START10122.jpg&fileId=233646&x=1920&y=1080&etag=1cee8b5fd01e6c81618cf37587e73a25" alt="Server foto non raggiungibile.">
|
||||
</a>
|
||||
</td>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</header>
|
||||
<h1>Scania De Simon IL.3</h1>
|
||||
<p>Questi 18 Scania De Simon IL.3 sono stati comprati da ATM in 2 lotti nel 2004. Hanno motore Scania DC09 abbinato a un cambio ZF a 5 marce e display aesys.</p>
|
||||
<p>Di questi, soltanto 10109 è in circolazione. 10119, 10122 e 10123 sono stati dismessi. Gli altri mezzi sono stati demoliti.</p>
|
||||
<p>10109, 10119, 10122 e 10123 sono stati dismessi. Gli altri mezzi sono stati demoliti.<br>10109 è stato l'ultimo mezzo ad essere dismesso, segnando la fine di questi mezzi in Start Romagna dopo più di 20 anni di servizio.</p>
|
||||
<p>10119 è stata salvata dalla demolizione da un'associazione di appassionati locali il 30/04/2025, terminando la sua carriera in Start. Non farà più servizio pubblico ma continuerà la sua vita come "museo su 4 ruote".</p>
|
||||
<table class="image-table">
|
||||
<tr>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<td>CM 581 AM</td>
|
||||
<td>Scania De Simon IL.3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="dismesso">
|
||||
<td><a href="extraurbano/desimon.html#10109">10109</a></td>
|
||||
<td>CM 580 AM</td>
|
||||
<td>Scania De Simon IL.3</td>
|
||||
|
|
Loading…
Reference in New Issue