Finalizza la parte urbana START
This commit is contained in:
parent
cd3c9b40d8
commit
d0a7af2dca
9
ertpl.js
9
ertpl.js
|
@ -1,8 +1,15 @@
|
|||
/*
|
||||
The function below is used to fall back to the second (not for importance) server if the first is not available
|
||||
Swaps both links and images sources
|
||||
aid = identifier for the anchor (a tag)
|
||||
imgid = identifier for the image (img tag)
|
||||
path = path for the image starting from the root, for example /Dani/10225.jpg
|
||||
*/
|
||||
function changeUrlToFallback(aid,imgid,path) {
|
||||
document.getElementById(aid).href = "http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080&a=true";
|
||||
try {
|
||||
document.getElementById(imgid).src = "http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080&a=true";
|
||||
} catch {}
|
||||
try {
|
||||
document.getElementById(aid).href = "http://serverissimo.freeddns.org:30081/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=" + path + "&x=1920&y=1080&a=true";
|
||||
} catch {}
|
||||
}
|
|
@ -11,6 +11,7 @@
|
|||
<link rel="shortcut icon" href="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Immagini%20sito/atcma.png" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<script src="/ertpl.js"></script>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
|
@ -27,35 +28,35 @@
|
|||
<tr>
|
||||
<td>
|
||||
<p>10219-10235 10240-10242<br>BredaMenariniBus M231 CNG</p>
|
||||
<a href="startravenna_bus/urbano/bredino.html"><img class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10226.jpg&fileId=233903&x=1920&y=1080&a=true&etag=812a711d9fbd2dcca8e760c071231ad5" alt="Server foto non raggiungibile."></a>
|
||||
<a href="startravenna_bus/urbano/bredino.html"><img id="bredino" class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10226.jpg&fileId=233903&x=1920&y=1080&a=true&etag=812a711d9fbd2dcca8e760c071231ad5" onerror='this.onerror=null; changeUrlToFallback("","bredino","/Fogli/START/Bredamenarinibus%20M231%20CNG%20Start%20Ravenna/START10226.jpg");' alt="Server foto non raggiungibile."></a>
|
||||
</td>
|
||||
<td>
|
||||
<p>10243-10246<br>BredaMenariniBus Vivacity CNG</p>
|
||||
<a href="startravenna_bus/urbano/bredinovivo.html"><img class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Bredamenarinibus%20Vivacity%20CNG%20Start%20Ravenna/START10246.jpg&fileId=234008&x=1920&y=1080&a=true&etag=54e7aa1d2894297144971691d9f97829" alt="Server foto non raggiungibile."></a>
|
||||
<a href="startravenna_bus/urbano/bredinovivo.html"><img id="bredinovivo" class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Bredamenarinibus%20Vivacity%20CNG%20Start%20Ravenna/START10246.jpg&fileId=234008&x=1920&y=1080&a=true&etag=54e7aa1d2894297144971691d9f97829" onerror='this.onerror=null; changeUrlToFallback("","bredinovivo","/Fogli/START/Bredamenarinibus%20Vivacity%20CNG%20Start%20Ravenna/START10246.jpg");' alt="Server foto non raggiungibile."></a>
|
||||
</td>
|
||||
<td>
|
||||
<p>10445-10448<br>Iveco Urbanway 12m CNG</p>
|
||||
<a href="startravenna_bus/urbano/uw.html"><img class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Iveco%20Urbanway%2012%20CNG%20Start%20Ravenna/START10447.jpg&fileId=233839&x=1920&y=1080&a=true&etag=b612f10439fb484e6558b3c196ad7840" alt="Server foto non raggiungibile."></a>
|
||||
<a href="startravenna_bus/urbano/uw.html"><img id="uw" class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Iveco%20Urbanway%2012%20CNG%20Start%20Ravenna/START10447.jpg&fileId=233839&x=1920&y=1080&a=true&etag=b612f10439fb484e6558b3c196ad7840" onerror='this.onerror=null; changeUrlToFallback("","uw","/Fogli/START/Iveco%20Urbanway%2012%20CNG%20Start%20Ravenna/START10447.jpg");' alt="Server foto non raggiungibile."></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>32051<br>Iveco Urbanway 10.5 CNG</p>
|
||||
<a href="startravenna_bus/urbano/uwpiccolo.html"><img class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Iveco%20Urbanway%2010m%20CNG%20Start%20Ravenna/START32051.jpg&fileId=233882&x=1920&y=1080&a=true&etag=2a678c1af017cbb901635f0c44362e5a" alt="Server foto non raggiungibile."></a>
|
||||
<a href="startravenna_bus/urbano/uwpiccolo.html"><img id="uwpiccolo" class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Iveco%20Urbanway%2010m%20CNG%20Start%20Ravenna/START32051.jpg&fileId=233882&x=1920&y=1080&a=true&etag=2a678c1af017cbb901635f0c44362e5a" onerror='this.onerror=null; changeUrlToFallback("","uwpiccolo","/Fogli/START/Iveco%20Urbanway%2010m%20CNG%20Start%20Ravenna/START32051.jpg");' alt="Server foto non raggiungibile."></a>
|
||||
</td>
|
||||
<td>
|
||||
<p>32301-32323<br>MenariniBus Citymood 12 CNG</p>
|
||||
<a href="startravenna_bus/urbano/menarinocng.html"><img class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/MenariniBus%20IIA%20Citymood%20CNG/START32305.jpg&fileId=264809&x=1920&y=1080&a=true&etag=867a0cd532937b5af6551f34c9c8a886" alt="Server foto non raggiungibile."></a>
|
||||
<a href="startravenna_bus/urbano/menarinocng.html"><img id="menarinocng" class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/MenariniBus%20IIA%20Citymood%20CNG/START32305.jpg&fileId=264809&x=1920&y=1080&a=true&etag=867a0cd532937b5af6551f34c9c8a886" onerror='this.onerror=null; changeUrlToFallback("","menarinocng","/Fogli/START/MenariniBus%20IIA%20Citymood%20CNG/START32305.jpg");' alt="Server foto non raggiungibile."></a>
|
||||
</td>
|
||||
<td>
|
||||
<p>32401<br>Iveco Urbanway 12 CNG Dimostrativo</p>
|
||||
<a href="startravenna_bus/urbano/uwdim.html"><img class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Iveco%20Urbanway%2012%20CNG%20Start%20Ravenna/START32401.jpg&fileId=264869&x=1920&y=1080&a=true&etag=46e25ae018a48e8146bbb1fd92a92ea0" alt="Server foto non raggiungibile."></a>
|
||||
<a href="startravenna_bus/urbano/uwdim.html"><img id="uwdim" class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Iveco%20Urbanway%2012%20CNG%20Start%20Ravenna/START32401.jpg&fileId=264869&x=1920&y=1080&a=true&etag=46e25ae018a48e8146bbb1fd92a92ea0" onerror='this.onerror=null; changeUrlToFallback("","uwdim","/Fogli/START/Iveco%20Urbanway%2012%20CNG%20Start%20Ravenna/START32401.jpg");' alt="Server foto non raggiungibile."></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>37111-37149<br>Karsan e-ATAK</p>
|
||||
<a href="startravenna_bus/urbano/karsan.html"><img class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Karsan%20e-Atak%20Start%20Ravenna/START37127.jpg&fileId=234036&x=1920&y=1080&a=true&etag=5d5ff90328cdc341a1da0b28844e0ed4" alt="Server foto non raggiungibile."></a>
|
||||
<a href="startravenna_bus/urbano/karsan.html"><img id="karsan" class="bus" src="https://drive-vichingo455.duckdns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Fogli/START/Karsan%20e-Atak%20Start%20Ravenna/START37127.jpg&fileId=234036&x=1920&y=1080&a=true&etag=5d5ff90328cdc341a1da0b28844e0ed4" onerror='this.onerror=null; changeUrlToFallback("","karsan","/Fogli/START/Karsan%20e-Atak%20Start%20Ravenna/START37127.jpg");' alt="Server foto non raggiungibile."></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue