Merge branch 'Daniongithub:main' into main

This commit is contained in:
ErikMontanari
2025-09-30 18:21:30 +02:00
committed by GitHub
15 changed files with 351 additions and 98 deletions

View File

@@ -31,12 +31,16 @@
<h1 class="spazio"></h1>
<hr class="solid">
<h1 class="nospazio">Novità sito:</h1>
<p class="novitasito"></p>
<p class="novitasito">
Ridimensionate novità aziende per schermi piccoli
</p>
<div class="container">
<div class="riga">
<h2 class="piccolospazio">SETA:</h2>
<p class="piccolospazio">
<strong>Servizi rapidi:</strong> <a class="novita" href="/seta_menu/cercaorario/index.html">Cerca orario</a> <br> <br>
Ridimensionate tabelle <a class="novita" href="/seta_menu/percorsi/index.html">Percorsi</a>, <a class="novita" href="/seta_menu/cercaorario/index.html">Cerca orario</a> e <a class="novita" href="/seta_menu/businservizio/index.html">Bus in servizio</a> per schermi piccoli. <br>
Sistemata grafica cerca orario. <br> <br>
Nuove foto: <a class="novita" href="/setamodena_bus/suburbano/bredone.html">Breda 18m</a> <br> <br>
Nuovo modello in servizio: <a class="novita" href="/setamodena_bus/suburbano/surbinostart.html">Solaris Urbino 18 III ex START</a>
</p>
@@ -44,7 +48,8 @@
<div class="riga">
<h2 class="piccolospazio">Ravenna:</h2>
<p class="piccolospazio">
Aggiunti: <a class="novita" href="/startravenna_bus/urbano/manlc12e.html">MAN Lion's City 12E</a>.
Aggiunti: <a class="novita" href="/startravenna_bus/urbano/manlc12e.html">MAN Lion's City 12E</a>. <br> <br>
Nuova grafica per il <a class="novita" href="/start_menu/servizi/start-livebus/index.html">Monitor bus</a>.
</p>
</div>
<div class="riga">

View File

@@ -2980,5 +2980,23 @@
"settore": "Suburbano",
"modello": "MAN A44 Lion's City L LE CNG",
"link": "/tper_bus/suburbano/manlcllecng.html#1386"
},
{
"matricola": "1588",
"settore": "Extraurbano",
"modello": "Mercedes-Benz Integro O550FL (II)",
"link": "/tper_bus/extraurbano/integrofl.html#1588"
},
{
"matricola": "1589",
"settore": "Extraurbano",
"modello": "Mercedes-Benz Integro O550FL (II)",
"link": "/tper_bus/extraurbano/integrofl.html#1589"
},
{
"matricola": "1590",
"settore": "Extraurbano",
"modello": "Mercedes-Benz Integro O550FL (II)",
"link": "/tper_bus/extraurbano/integrofl.html#1590"
}
]

View File

@@ -168,13 +168,6 @@ select,input{
}
@media (max-width: 768px) {
.search-result {
display: block;
width: 95.5%;
}
th,td {
font-size: 70%;
}
p.scaled{
font-size: 70%;
}
@@ -182,8 +175,28 @@ select,input{
margin-top: 10px;
min-width: 100%;
}
div.content-background {
max-width: 100%;
}
.search-result {
display: block;
width: 96.5%;
}
.container {
flex-direction: column;
}
th,td {
font-size: 2vw;
}
nav#corsie-nav ul li a{
font-size: 90%;
margin: 0;
}
table {
width: 100%;
}
h2{
margin-bottom: 0;
margin-bottom: 8px;
}
h2.noreduction{
margin-bottom: 16px;
@@ -195,8 +208,20 @@ select,input{
width: 98%;
height: auto;
}
div.content-background {
max-width: 100%;
}
@media (max-width: 512px) {
th,td {
font-size: 3vw;
}
table{
margin-top:10px;
}
h2{
margin-bottom: 0;
}
h2.noreduction{
margin-bottom: 16px;
}
}

View File

@@ -151,23 +151,23 @@ img{
@media (max-width: 768px) {
.search-result {
display: block;
width: 95.5%;
width: 96.5%;
}
.container {
flex-direction: column;
}
th,td {
font-size: 70%;
font-size: 2vw;
}
nav#corsie-nav ul li a{
font-size: 75%;
font-size: 90%;
margin: 0;
}
table {
margin-top: 10px;
width: 100%;
}
h2{
margin-bottom: 0;
margin-bottom: 8px;
}
h2.noreduction{
margin-bottom: 16px;
@@ -187,6 +187,24 @@ img{
}
}
@media (max-width: 512px) {
th,td {
font-size: 3vw;
}
table{
margin-top:10px;
}
nav#corsie-nav ul li a{
font-size: 3.2vw;
}
h2{
margin-bottom: 0;
}
h2.noreduction{
margin-bottom: 16px;
}
}
footer {
position: relative;
bottom: 0;

View File

@@ -161,14 +161,13 @@ img{
flex-direction: column;
}
th,td {
font-size: 70%;
font-size: 90%;
}
nav#corsie-nav ul li a{
font-size: 75%;
margin: 0;
}
table {
margin-top: 10px;
width: 100%;
}
h2{
@@ -192,6 +191,15 @@ img{
}
}
@media (max-width: 512px) {
th,td {
font-size: 3.2vw;
}
table{
margin-top:10px;
}
}
footer {
position: relative;
bottom: 0;

View File

@@ -46,13 +46,13 @@ function caricadati(){
// Corpo tabella
const tbody = document.createElement('tbody');
item.features.forEach(item => {
const element = item.properties;
item.forEach(item => {
const element = item;
var tr = document.createElement('tr');
tr.innerHTML = `
<tr>
<td class="uguale"><a href="/seta_menu/cercaorario/fermata.html?code=${element.code}&name=${element.desc}" class="bianco">${element.desc}</a></td>
<td class="uguale"><a href="/seta_menu/cercaorario/fermata.html?code=${element.code}&name=${element.desc}" class="bianco">${element.code}</a></td>
<td class="uguale"><a href="/seta_menu/cercaorario/fermata.html?code=${item.code}&name=${item.desc}" class="bianco">${item.desc}</a></td>
<td class="uguale"><a href="/seta_menu/cercaorario/fermata.html?code=${item.code}&name=${item.desc}" class="bianco">${item.code}</a></td>
</tr>
`;
tbody.appendChild(tr);
@@ -64,8 +64,12 @@ function caricadati(){
container.appendChild(table);
})
.catch(err => {
console.error('Errore nel caricamento dati:', err);
document.getElementById('tabella-container').textContent = "Errore nella sintassi dei dati ricevuti.";
if(item.error=="Percorso non trovato"){
document.getElementById('tabella-container').textContent = "Percorso non trovato.";
}else{
console.error('Errore nel caricamento dati:', err);
document.getElementById('tabella-container').textContent = "Errore nella sintassi dei dati ricevuti.";
}
});
}

View File

@@ -74,6 +74,10 @@ function routesDictionary(rcode){
return "1A BONACINI -> POLO LEONARDO";
case "MO1-As-160":
return "1S AUTOSTAZIONE";
case "MO1-As-139":
return "1 POLO LEONARDO -> MARINUZZI";
case "MO1-Di-158":
return "1 STAZIONE FS -> V.ZETA";
//Linea 2
case "MO2-As-220":
return "2 SAN DAMASO";
@@ -85,6 +89,10 @@ function routesDictionary(rcode){
return "2A SAN DONNINO";
case "MO2-Di-268":
return "2 SAN DONNINO -> SAN DAMASO -> SANT'ANNA";
case "MO2-Di-290":
return "2/ AUTOSTAZIONE";
case "MO2-As-291":
return "2 AUTOSTAZIONE -> SAN DONNINO";
//Linea 3
case "MO3-As-343":
return "3A VACIGLIO-MATTARELLA";
@@ -94,6 +102,32 @@ function routesDictionary(rcode){
return "3 MATTARELLA";
case "MO3-As-354":
return "3A MONTEFIORINO -> VACIGLIO";
case "MO3-Di-397":
return "3B NONANTOLANA 1010";
case "MO3-As-396":
return "3B RAGAZZI DEL 99";
case "MO3-As-302":
return "3/ NONANTOLANA 1010 -> STAZIONE FS";
case "MO3-As-326":
return "3A MONTEFIORINO -> MATTARELLA -> VACIGLIO";
case "MO3-Di-400":
return "3B STAZIONE FS -> NONANTOLANA 1010";
case "MO3-Di-339":
return "3A S.CATERINA-MONTEFIORINO";
case "MO3-As-296":
return "3B NONANTOLANA 1010 -> CANALETTO -> RAGAZZI DEL 99";
case "MO3-As-294":
return "3A MONTEFIORINO -> CANALETTO -> MATTARELLA -> VACIGLIO";
case "MO3-Di-288":
return "3B RAGAZZI DEL 99 -> CANALETTO -> NONANTOLANA 1010";
case "MO3-Di-293":
return "3/ RAGAZZI DEL 99 -> STAZIONE FS";
case "MO3-Di-289":
return "3A VACIGLIO -> CANALETTO -> S.CATERINA-MONTEFIORINO";
case "MO3-Di-295":
return "3/ VACIGLIO -> STAZIONE FS";
case "MO3-Di-394":
return "3A NONANTOLANA -> S.CATERINA-MONTEFIORINO";
case "MO3-Di-317":
return "3 VACIGLIO -> MONTEFIORINO";
case "MO3-Di-325 (2025)":
@@ -117,6 +151,10 @@ function routesDictionary(rcode){
return "4 VACIGLIO NORD";
case "MO4-As-432":
return "4 V.NORD -> POLO -> GALILEI";
case "MO4-As-492":
return "4/ V.NORD -> AUTOSTAZIONE";
case "MO4-As-490":
return "4/ GALILEI -> AUTOSTAZIONE";
//Linea 5
case "MO5-Di-535":
return "5A LA TORRE -> D'AVIA -> TRE OLMI";
@@ -180,6 +218,10 @@ function routesDictionary(rcode){
return "8 PANNI";
case "MO8-As-820":
return "8 GARIBALDI -> GAZZOTTI";
case "MO8-Di-891":
return "8 GARIBALDI -> PANNI";
case "MO8-As-819":
return "8 GAZZOTTI";
case "MO8-As-817 (2025)":
return "8 GAZZOTTI";
//Linea 9
@@ -246,6 +288,8 @@ function routesDictionary(rcode){
return "11 SANT'ANNA";
case "MO11-As-1137":
return "11 ZODIACO";
case "MO11-Di-1140":
return "11/ STAZIONE FS";
//Linea 12
case "MO12-As-1279":
return "12S GARIBALDI";

View File

@@ -18,6 +18,9 @@ fetch(url)
if(element<100){
const result = document.createElement('a');
result.setAttribute("class","bianco");
if(element.includes("(")){
result.setAttribute("class","rosso");
}
result.setAttribute("href","rcodes.html?routenum="+element);
result.innerHTML = `
<div class="search-result"><h3>${element}</h3>
@@ -26,6 +29,9 @@ fetch(url)
}else if(element>390&&element<400){
const result = document.createElement('a');
result.setAttribute("class","bianco");
if(element.includes("(")){
result.setAttribute("class","rosso");
}
result.setAttribute("href","rcodes.html?routenum="+element);
result.innerHTML = `
<div class="search-result"><h3>${element}</h3>
@@ -34,14 +40,20 @@ fetch(url)
}else if(element=="5taxi"||element=="10tax"){
const result = document.createElement('a');
result.setAttribute("class","bianco");
if(element.includes("(")){
result.setAttribute("class","rosso");
}
result.setAttribute("href","rcodes.html?routenum="+element);
result.innerHTML = `
<div class="search-result"><h3>${element}</h3>
`;
sContainer.appendChild(result);
}else if(/^[^A-Z].*[A-Z]/i.test(element)){
}else if(/^[^A-Z].*[A-Z]/i.test(element)||element.includes("(")){
const result = document.createElement('a');
result.setAttribute("class","bianco");
if(element.includes("(")){
result.setAttribute("class","rosso");
}
result.setAttribute("href","rcodes.html?routenum="+element);
result.innerHTML = `
<div class="search-result"><h3>${element}</h3>
@@ -50,6 +62,9 @@ fetch(url)
}else if(!/^[A-Z]/i.test(element)){
const result = document.createElement('a');
result.setAttribute("class","bianco");
if(element.includes("(")){
result.setAttribute("class","rosso");
}
result.setAttribute("href","rcodes.html?routenum="+element);
result.innerHTML = `
<div class="search-result"><h3>${element}</h3>
@@ -58,6 +73,9 @@ fetch(url)
}else{
const result = document.createElement('a');
result.setAttribute("class","bianco");
if(element.includes("(")){
result.setAttribute("class","rosso");
}
result.setAttribute("href","rcodes.html?routenum="+element);
result.innerHTML = `
<div class="search-result"><h3>${element}</h3>

View File

@@ -1,8 +1,8 @@
body {
background-color: #282828;
text-align: center;
color: white;
font-family: Titillium Web;
background-color: #282828;
text-align: center;
color: white;
font-family: Titillium Web;
}
h1 {
@@ -22,15 +22,8 @@ p {
}
#data-container {
margin-top: 20px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
background-color: #333;
padding: 20px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
overflow-x: scroll;
min-width: 80%;
max-width: 100%;
}
.filter-container {
@@ -58,7 +51,7 @@ p {
border: 1px solid #ccc;
border-radius: 8px;
transition: border-color 0.3s ease;
background-color: gray;
background-color: rgb(60, 60, 60);
color: white;
}
@@ -69,52 +62,46 @@ p {
}
table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
font-size: 15px;
border-radius: 8px;
overflow: hidden;
border-collapse: separate;
border-spacing: 0;
border: 1px solid rgb(100,100,100);
border-radius: 16px;
overflow: hidden;
min-width: 85%;
max-width: 100%;
margin: 18px auto;
}
table th:nth-child(6),
td:nth-child(6){
display: none;
/*Linee verticali*/
th:not(:last-child),
td:not(:last-child) {
border-right: 1px solid rgb(100,100,100);
}
table,
th,
td {
border: 1px solid #e0e0e0;
/*Linee orizzontali*/
tr:not(:last-child) > th,
tr:not(:last-child) > td {
border-bottom: 1px solid rgb(100,100,100);;
}
th {
background-color: slategray;
color: white;
padding: 12px;
text-align: left;
text-align: center;
padding: .7vw;
}
td {
padding: 10px;
background-color: dimgray;
padding: .7vw;
background-color: #282828;
color: white;
}
tr:nth-child(even) td {
background-color: gray;
}
tr:hover td {
background-color: darkgray;
background-color: rgb(60, 60, 60);
}
@media (max-width: 768px) {
table th:nth-child(4),
td:nth-child(4){
display: none;
}
.filter-container input{
margin-top: 5px;
}
@@ -122,10 +109,13 @@ tr:hover td {
.filter-container button{
margin-top: 75%;
}
#data-container {
overflow-x: scroll;
}
}
button {
background-color: gray;
background-color: rgb(60, 60, 60);
color: white;
border: none;
padding: 10px 20px;

View File

@@ -42,24 +42,38 @@ function applyFilter() {
const table = document.createElement('table');
// Aggiungi l'intestazione della tabella
const header = table.createTHead();
const headerRow = header.insertRow();
headerRow.insertCell().textContent = 'Zona';
headerRow.insertCell().textContent = 'Linea';
headerRow.insertCell().textContent = 'Fermata';
headerRow.insertCell().textContent = 'Codice Fermata';
headerRow.insertCell().textContent = 'Veicolo';
headerRow.insertCell().textContent = ' ';
headerRow.insertCell().textContent = 'Ultimo Aggiornamento';
var th = document.createElement('th');
var tr = document.createElement('tr');
th.innerHTML='Zona';
tr.appendChild(th);
th = document.createElement('th');
th.innerHTML='Linea';
tr.appendChild(th);
th = document.createElement('th');
th.innerHTML='Fermata';
tr.appendChild(th);
th = document.createElement('th');
th.innerHTML='Codice fermata';
tr.appendChild(th);
th = document.createElement('th');
th.innerHTML='Veicolo';
tr.appendChild(th);
th = document.createElement('th');
th.innerHTML='Ultimo aggiornamento';
tr.appendChild(th);
table.appendChild(tr);
// Aggiungi i dati alla tabella
const tbody = table.createTBody();
data.forEach(row => {
const rowElement = tbody.insertRow();
const rowt = document.createElement('tr');
row.forEach(cellData => {
const cell = rowElement.insertCell();
cell.textContent = cellData;
if(cellData!=""){
const cell = document.createElement('td');
cell.innerHTML = cellData;
rowt.appendChild(cell);
}
});
table.appendChild(rowt);
});
// Aggiungi la tabella alla pagina

View File

@@ -33,7 +33,25 @@
<td><a id="37251-link3" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/START/37251%20-%2037258%20MAN%2012E/START37251.jpg&fileId=28883&x=1920&y=1080&a=true&etag=c9e67a39a9e322a13426b13c36cbe033"><img id="37251-img3" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/START/37251%20-%2037258%20MAN%2012E/START37251.jpg&fileId=28883&x=1920&y=1080&a=true&etag=c9e67a39a9e322a13426b13c36cbe033" onerror='this.onerror=null; changeUrlToFallback("37251-link3","37251-img3","/Fogli/START/37251 - 37258 MAN 12E/START37251.jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="" colspan="4"><h2>37252-37258</h2></td>
<td id="" colspan="4"><h2>37252-37253</h2></td>
</tr>
<tr>
<td id="37254" colspan="4"><h2>37254</h2></td>
</tr>
<tr>
<td><a id="37254-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/START/37251%20-%2037258%20MAN%2012E/START%20Romagna%20-%2037254.jpg&fileId=30356&x=1920&y=1080&a=true&etag=47b4c0bd0a5f1d7f76ca2718edb0e8e2"><img id="37254-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/START/37251%20-%2037258%20MAN%2012E/START%20Romagna%20-%2037254.jpg&fileId=30356&x=1920&y=1080&a=true&etag=47b4c0bd0a5f1d7f76ca2718edb0e8e2" onerror='this.onerror=null; changeUrlToFallback("37254-link1","37254-img1","/Fogli/START/37251 - 37258 MAN 12E/START Romagna - 37254.jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="37255" colspan="4"><h2>37255</h2></td>
</tr>
<tr>
<td id="37256" colspan="4"><h2>37256</h2></td>
</tr>
<tr>
<td id="37257" colspan="4"><h2>37257</h2></td>
</tr>
<tr>
<td id="37258" colspan="4"><h2>37258</h2></td>
</tr>
</table>
</body>

View File

@@ -268,6 +268,13 @@ table.image-table img {
font-family: Titillium Web;
font-size: medium;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin: 20px;
}
@media (max-width: 768px) {
table.image-table {
width: 100%;
@@ -283,6 +290,8 @@ table.image-table img {
}
.container {
flex-direction: column;
margin-left:0;
margin-right:0;
}
iframe.chisiamo{
width: 340px;
@@ -390,11 +399,4 @@ table.image-table img {
width: 300px;
margin: 20px;
font-size: 16px;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
margin: 20px;
}

View File

@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ER-TPL</title>
<link rel="stylesheet" href="/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<script src="/scripts/ertpl.js"></script>
<header>
<nav>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="/tper_menu/tper.html"><h1 style="font-size: 100%;font-weight: 500;">TPER</h1></a></li>
<li><a href="/tper_menu/tperext.html"><h1 style="font-size: 100%;font-weight: 500;">TPER Extraurbano</h1></a></li>
</ul>
</nav>
</header>
<h1>1588-1590<br>Mercedes-Benz Integro O550FL (II)</h1>
<p>Arrivano nel 2020, risultano assegnati nel deposito di Ferrara, sono ex Norvegia.</p>
<table class="image-table">
<tr>
<td id="1588" colspan="4"><h2>1588</h2></td>
</tr>
<tr>
<td id="1589" colspan="4"><h2>1589</h2></td>
</tr>
<tr>
<td><a id="1589-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201589.jpg&fileId=30373&x=1920&y=1080&a=true&etag=3cd2aa8b15e909f3a2a28652c02cf0e1"><img id="1589-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201589.jpg&fileId=30373&x=1920&y=1080&a=true&etag=3cd2aa8b15e909f3a2a28652c02cf0e1" onerror='this.onerror=null; changeUrlToFallback("1589-link1","1589-img1","/Fogli/TPER/TPER - 1589.jpg");' alt="Server foto non raggiungibile."></a></td>
<td><a id="1589-link2" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201589(3).jpg&fileId=30382&x=1920&y=1080&a=true&etag=f70af7bb2876d9c7bedda7f56af9923c"><img id="1589-img2" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201589(3).jpg&fileId=30382&x=1920&y=1080&a=true&etag=f70af7bb2876d9c7bedda7f56af9923c" onerror='this.onerror=null; changeUrlToFallback("1589-link2","1589-img2","/Fogli/TPER/TPER - 1589(3).jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="1590" colspan="4"><h2>1590</h2></td>
</tr>
</table>
</body>
</html>

View File

@@ -36,7 +36,32 @@
<td><a id="1371-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1371(2).jpg&fileId=24255&x=1920&y=1080&a=true&etag=4acdaa04ac2aaf98484147803bf665d9"><img id="1371-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1371(2).jpg&fileId=24255&x=1920&y=1080&a=true&etag=4acdaa04ac2aaf98484147803bf665d9" onerror='this.onerror=null; changeUrlToFallback("1371-link1","1371-img1","/Fogli/TPER/TPER1371(2).jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="" colspan="4"><h2>1372-1376</h2></td>
<td id="1372" colspan="4"><h2>1372</h2></td>
</tr>
<tr>
<td id="1373" colspan="4"><h2>1373</h2></td>
</tr>
<tr>
<td><a id="1373-link3" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(7).jpg&fileId=30416&x=1920&y=1080&a=true&etag=e96d61dfb5a9d552f1e3dbe219ff11fd"><img id="1373-img3" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(7).jpg&fileId=30416&x=1920&y=1080&a=true&etag=e96d61dfb5a9d552f1e3dbe219ff11fd" onerror='this.onerror=null; changeUrlToFallback("1373-link3","1373-img3","/Fogli/TPER/TPER - 1373(7).jpg");' alt="Server foto non raggiungibile."></a></td>
<td><a id="1373-link5" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(9).jpg&fileId=30417&x=1920&y=1080&a=true&etag=cd19f2637f6848c1fbb817fc12be14f4"><img id="1373-img5" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(9).jpg&fileId=30417&x=1920&y=1080&a=true&etag=cd19f2637f6848c1fbb817fc12be14f4" onerror='this.onerror=null; changeUrlToFallback("1373-link5","1373-img5","/Fogli/TPER/TPER - 1373(9).jpg");' alt="Server foto non raggiungibile."></a></td>
<td><a id="1373-link2" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(6).jpg&fileId=30391&x=1920&y=1080&a=true&etag=fac5ebf879a32e3d320a89f9d15a7760"><img id="1373-img2" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(6).jpg&fileId=30391&x=1920&y=1080&a=true&etag=fac5ebf879a32e3d320a89f9d15a7760" onerror='this.onerror=null; changeUrlToFallback("1373-link2","1373-img2","/Fogli/TPER/TPER - 1373(6).jpg");' alt="Server foto non raggiungibile."></a></td>
<td><a id="1373-link4" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(8).jpg&fileId=30390&x=1920&y=1080&a=true&etag=f7b5949835b6aa108793a6db9a8529c4"><img id="1373-img4" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(8).jpg&fileId=30390&x=1920&y=1080&a=true&etag=f7b5949835b6aa108793a6db9a8529c4" onerror='this.onerror=null; changeUrlToFallback("1373-link4","1373-img4","/Fogli/TPER/TPER - 1373(8).jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td><a id="1373-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(2).jpg&fileId=30443&x=1920&y=1080&a=true&etag=cdad568d28cebcc9bfc7a0543bee10e3"><img id="1373-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201373(2).jpg&fileId=30443&x=1920&y=1080&a=true&etag=cdad568d28cebcc9bfc7a0543bee10e3" onerror='this.onerror=null; changeUrlToFallback("1373-link1","1373-img1","/Fogli/TPER/TPER - 1373(2).jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="1374" colspan="4"><h2>1374</h2></td>
</tr>
<tr>
<td id="1375" colspan="4"><h2>1375</h2></td>
</tr>
<tr>
<td><a id="1375-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201375.jpg&fileId=30434&x=1920&y=1080&a=true&etag=52d2328663e1264ae564997fee94ca7c"><img id="1375-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201375.jpg&fileId=30434&x=1920&y=1080&a=true&etag=52d2328663e1264ae564997fee94ca7c" onerror='this.onerror=null; changeUrlToFallback("1375-link1","1375-img1","/Fogli/TPER/TPER - 1375.jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="1376" colspan="4"><h2>1376</h2></td>
</tr>
<tr>
<td id="1377" colspan="4"><h2>1377</h2></td>
@@ -44,6 +69,8 @@
<tr>
<td><a id="1377-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1377.jpg&fileId=9559&x=1920&y=1080&a=true&etag=67a9b6d9c94051d164bc21858ec8d018"><img id="1377-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1377.jpg&fileId=9559&x=1920&y=1080&a=true&etag=67a9b6d9c94051d164bc21858ec8d018" onerror='this.onerror=null; changeUrlToFallback("1377-link1","1377-img1","/Fogli/TPER/TPER1377.jpg");' alt="Server foto non raggiungibile."></a></td>
<td><a id="1377-link2" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Manuel/TPER/1377.jpg&fileId=23443&x=1920&y=1080&a=true&etag=30669904f870d453e240cf31fbb53f5b"><img id="1377-img2" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Manuel/TPER/1377.jpg&fileId=23443&x=1920&y=1080&a=true&etag=30669904f870d453e240cf31fbb53f5b" onerror='this.onerror=null; changeUrlToFallback("1377-link2","1377-img2","/Dani/Manuel/TPER/1377.jpg");' alt="Server foto non raggiungibile."></a></td>
<td><a id="1377-link3" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1377%20(2).jpg&fileId=30453&x=1920&y=1080&a=true&etag=dea1f39c214d53368e5981467d987688"><img id="1377-img3" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1377%20(2).jpg&fileId=30453&x=1920&y=1080&a=true&etag=dea1f39c214d53368e5981467d987688" onerror='this.onerror=null; changeUrlToFallback("1377-link3","1377-img3","/Fogli/TPER/TPER1377 (2).jpg");' alt="Server foto non raggiungibile."></a></td>
<td><a id="1377-link4" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1377(3).jpg&fileId=30452&x=1920&y=1080&a=true&etag=3d805673654b56238cabdfc34e837fd9"><img id="1377-img4" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1377(3).jpg&fileId=30452&x=1920&y=1080&a=true&etag=3d805673654b56238cabdfc34e837fd9" onerror='this.onerror=null; changeUrlToFallback("1377-link4","1377-img4","/Fogli/TPER/TPER1377(3).jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
<tr>
<td id="1378" colspan="4"><h2>1378</h2></td>
@@ -56,5 +83,14 @@
<td id="1379" colspan="4"><h2>1379</h2></td>
</tr>
</table>
<h1>Interni</h1>
<table class="image-table">
<tr>
<td colspan="4"><h2>1373</h2></td>
</tr>
<tr>
<td><a id="int1373-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/INT%20TPER%20-%201373.jpg&fileId=30408&x=1920&y=1080&a=true&etag=f3d9a9ff33fb203fba9ca5e97b04f70d"><img id="int1373-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/INT%20TPER%20-%201373.jpg&fileId=30408&x=1920&y=1080&a=true&etag=f3d9a9ff33fb203fba9ca5e97b04f70d" onerror='this.onerror=null; changeUrlToFallback("int1373-link1","int1373-img1","/Fogli/TPER/INT TPER - 1373.jpg");' alt="Server foto non raggiungibile."></a></td>
</tr>
</table>
</body>
</html>

View File

@@ -55,14 +55,21 @@
<img id="citarolu" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1443.jpg&fileId=9563&x=1920&y=1080&etag=949140019db93022f55a177afe369f08" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","citarolu","/Fogli/TPER/TPER1443.jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
<td>
<a href="/tper_bus/extraurbano/integrofl.html">
<p>1588-1590<br>Mercedes-Benz Integro O550FL (II)</p>
<img id="integrofl" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%20-%201589.jpg&fileId=30373&x=1920&y=1080&etag=3cd2aa8b15e909f3a2a28652c02cf0e1" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","integrofl","/Fogli/TPER/TPER - 1589.jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
<tr>
<td>
<a href="/tper_bus/extraurbano/citarogu.html">
<p>1801-1825<br>Mercedes-Benz Citaro O530GÜ</p>
<img id="citarogu" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER1823(2).jpg&fileId=24140&x=1920&y=1080&etag=0cfdac94fe22eb9a2b95ae6bb2616d61" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","citarogu","/Fogli/TPER/TPER1823(2).jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
<tr>
<td>
<a href="/tper_bus/extraurbano/manlc19g.html">
<p>1843-1864<br>MAN Lions City 19G Efficient Hybrid CNG</p>
@@ -75,14 +82,15 @@
<img id="interlinklng" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER3214(4).jpg&fileId=26881&x=1920&y=1080&etag=13bdbed679ba35be8366b0b69b9d9638" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","interlinklng","/Fogli/TPER/TPER3214(4).jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
<tr>
<td>
<a href="/tper_bus/extraurbano/manlic.html">
<p>3215-3221<br>MAN Lion's Intercity</p>
<img id="manlic" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER3220.jpg&fileId=9573&x=1920&y=1080&etag=1a7ccb2e6fbc124f9ae9a02874e7cd08" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","manlic","/Fogli/TPER/TPER3220.jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
<tr>
<td>
<a href="/tper_bus/extraurbano/irizari4.html">
<p>3222-3241<br>Scania Irizar i4 LNG</p>
@@ -95,14 +103,15 @@
<img id="crosswayline12cng" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/TPER/CW%20Line%20CNG/3254.jpg&fileId=24757&x=1920&y=1080&etag=bc95aff27490dd35dfbd15deb799439c" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","crosswayline12cng","/Leo/TPER/CW Line CNG/3254.jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
<tr>
<td>
<a href="/tper_bus/extraurbano/crossway12le.html">
<p>4200-4240<br>Iveco Crossway LE 12</p>
<img id="crossway12le" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER4230.jpg&fileId=24253&x=1920&y=1080&etag=973f4023e88ce6eab5a756cc6a67cfca" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","crossway12le","/Fogli/TPER/TPER4230.jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
<tr>
<td>
<a href="/tper_bus/extraurbano/citymoodlng.html">
<p>4241-4277<br>Menarinibus Citymood LNG (Classe II)</p>
@@ -115,14 +124,15 @@
<img id="mywayfer" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Erik/TPER/8940.jpg&fileId=24376&x=1920&y=1080&etag=ff2eddc3554cca381c0bf4dff56121b6" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","mywayfer","/Dani/Erik/TPER/8940.jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
<tr>
<td>
<a href="/tper_bus/extraurbano/myway.html">
<p>9307-9328<br>Irisbus MyWay 399E.12.35</p>
<img id="myway" class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/TPER/TPER%209324.jpg&fileId=24696&x=1920&y=1080&etag=59502c46dea178db36ff663b6953507a" onerror='this.onerror=null; changeUrlToFallbackNoTrue("","myway","/Fogli/TPER/TPER 9324.jpg");' alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
<tr>
<td>
<a href="/tper_bus/extraurbano/arwayfer.html">
<p>9329-9341<br>Irisbus Arway 12</p>