mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 23:10:48 +00:00
Compare commits
19 Commits
c71b056867
...
revert-5-m
Author | SHA1 | Date | |
---|---|---|---|
![]() |
94f8328fc7 | ||
![]() |
192a49d9fe | ||
![]() |
8716a45aac | ||
![]() |
1898f2aee4 | ||
![]() |
d84355740b | ||
![]() |
2fbe9db373 | ||
![]() |
7f9a93233a | ||
![]() |
551568b97c | ||
![]() |
eaecf0e419 | ||
b66eebdd1d
|
|||
![]() |
c94b34bd1b | ||
![]() |
65d0c3dd52 | ||
![]() |
e861046ff4 | ||
69b3d48abe | |||
![]() |
360fd26893 | ||
![]() |
3c2f7330fa | ||
![]() |
b64af26d3c | ||
![]() |
7e3dfaf2b5 | ||
![]() |
e3134fabef |
@@ -40,7 +40,7 @@
|
||||
- Erik Montagne<br>
|
||||
- PhotoTransport.06<br>
|
||||
</p>
|
||||
<p>Se vuoi mandarci foto scrivimi su discord: leo_craft1_6426, oppure manda una mail a: <div id="email"><button class="bottone" onclick="mostraemail()">clicca qui per mostrare l'indirizzo email</button></div></p>
|
||||
<p>Se vuoi mandarci foto scrivimi su discord: leo_craft1_6426, oppure manda una mail a: <div id="email"><button class="bottone" onclick="mostraemail()">Clicca qui per mostrare l'indirizzo email</button></div></p>
|
||||
<p>ER-TPL è in vita da:</p>
|
||||
<div id="timer"></div>
|
||||
<h1 class="spazio"></h1>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
</nav>
|
||||
</header>
|
||||
<h1>Altre Regioni</h1>
|
||||
<p>Qua si possono trovare foto di altri gestori di tutta Italia.</p>
|
||||
<p>Qua si possono trovare foto di altri gestori di tutta Italia. (questa pagina è morta. colpa mia)</p>
|
||||
<table class="image-table">
|
||||
<tr>
|
||||
<td>
|
||||
|
@@ -32,7 +32,7 @@
|
||||
<hr class="solid">
|
||||
<h1 class="nospazio">Novità sito:</h1>
|
||||
<p class="novitasito">
|
||||
Ridimensionate novità aziende per schermi piccoli
|
||||
ATTENZIONE! Abbiamo cambiato provider email, clicca su "Contattaci" nel footer qui sotto o in <a class="novita" href="chisiamo.html">chi siamo</a><br>per vedere il nuovo indirizzo.
|
||||
</p>
|
||||
<div class="container">
|
||||
<div class="riga">
|
||||
@@ -48,10 +48,10 @@
|
||||
<div class="riga">
|
||||
<h2 class="piccolospazio">Ravenna:</h2>
|
||||
<p class="piccolospazio">
|
||||
Nuove foto Interni: <a class="novita" href="/startravenna_bus/urbano/karsan.html">Karsan e-ATAK 37137</a>,<br> <a class="novita" href="/startravenna_bus/urbano/uwdim.html">Iveco Urbanway 12 CNG Dimostrativo 32401</a> <br>e <a class="novita" href="/startravenna_bus/suburbano/citelis.html">Irisbus Citelis CNG 10425</a><br><br>
|
||||
Scritta la <a class="novita" href="/start_menu/servizi/start-fermatebus/info.html">guida</a> "come cercare il codice fermata".<br>
|
||||
Nuova grafica per il servizio <a class="novita" href="/start_menu/servizi/start-livebus/index.html">autobus in tempo reale</a>.<br>
|
||||
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>
|
||||
</p>
|
||||
</div>
|
||||
<div class="riga">
|
||||
@@ -62,7 +62,7 @@
|
||||
<div class="riga">
|
||||
<h2 class="piccolospazio">EXTRA:</h2>
|
||||
<p class="piccolospazio">
|
||||
<strong>COMING SOON™ - 01/10/2025</strong>
|
||||
<strong>COMING SOON™ - 02/10/2025</strong>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -53,14 +53,19 @@ function chisiamoInizializza() {
|
||||
setInterval(updateTimer, 1000);
|
||||
}
|
||||
|
||||
// This function below is just a simple obfuscator for the email address, in order to prevent bots invading the inbox.
|
||||
|
||||
function mostraemail() {
|
||||
document.getElementById("email").innerHTML = "";
|
||||
const p1 = "info";
|
||||
const p2 = ".";
|
||||
const p3 = "ertpl";
|
||||
const p4 = "@";
|
||||
const p5 = "gmail";
|
||||
const p5 = "protonmail";
|
||||
const p6 = ".";
|
||||
const p7 = "com";
|
||||
document.getElementById("email").innerHTML = p1+p2+p3+p4+p5+p6+p7;
|
||||
const link = document.getElementById("email").appendChild(document.createElement("a"));
|
||||
link.setAttribute("class", "novita")
|
||||
link.innerHTML = p1+p2+p3+p4+p5+p6+p7;
|
||||
link.setAttribute("href", "mailto:" + p1+p2+p3+p4+p5+p6+p7);
|
||||
}
|
@@ -4,3 +4,8 @@
|
||||
<ul>
|
||||
<li><h1 class="warning">ATTENZIONE! Stiamo aggiornando i nostri server e perciò non è possibile visitare alcune sezioni o usare alcune funzioni. Ci scusiamo per il disagio.</h1></li>
|
||||
</ul>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><h1 class="yellow-warning">ATTENZIONE! I nuovi urbanway 4793-4799 non compaiono (sul cerca orario si) a causa di problemi SETA.</h1></li>
|
||||
</ul>
|
||||
</nav>
|
@@ -15,11 +15,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><h1 class="yellow-warning">ATTENZIONE! I nuovi urbanway 4793-4799 non compaiono (sul cerca orario si) a causa di problemi SETA.</h1></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<nav id="nav-inservizio" style="display: flex;">
|
||||
<ul>
|
||||
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||
|
@@ -27,7 +27,7 @@ fetch(urlRoutes)
|
||||
lineaSelect.appendChild(option);
|
||||
});
|
||||
})
|
||||
.catch(error => console.error('Errore nel caricamento dei dati:', error));
|
||||
.catch(error => {console.error('Errore nel caricamento dei dati:', error)});
|
||||
fetch(urlModels)
|
||||
.then(response => {
|
||||
if (!response.ok) throw new Error("Errore nel caricamento dei dati.");
|
||||
@@ -49,7 +49,7 @@ fetch(urlModels)
|
||||
}
|
||||
});
|
||||
})
|
||||
.catch(error => console.error('Errore nel caricamento dei dati:', error));
|
||||
.catch(error => {console.error('Errore nel caricamento dei dati:', error)});
|
||||
|
||||
|
||||
function modelsDictionary(model){
|
||||
@@ -377,5 +377,5 @@ function caricaFiltratiModello(selectedOption){
|
||||
}
|
||||
|
||||
function reloadFiltratiModello(){
|
||||
caricaFiltratiModello(lineaSelect.value);
|
||||
caricaFiltratiModello(modelloSelect.value);
|
||||
}
|
28
seta_menu/cartaservizi.html
Normal file
28
seta_menu/cartaservizi.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!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:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&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>
|
||||
<header>
|
||||
<nav>
|
||||
<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>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<h1>Archivio Carta dei servizi SETA</h1>
|
||||
<p>Archivio carte dei servizi redatte da SETA</p>
|
||||
<div class="verticale">
|
||||
<a href="https://drive.serverissimo.freeddns.org/s/L25wsNefm78DwnC" class="button">2025</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -43,8 +43,10 @@
|
||||
<div>
|
||||
<a class="gbutton" href="atcmlalinea.html">Archivio La Linea ATCM</a>
|
||||
<a class="gbutton" href="setastreetview.html">Storico StreetView</a>
|
||||
<a class="gbutton" href="cartaservizi.html">Carta dei servizi</a>
|
||||
</div>
|
||||
<div style="height: 5px;"></div>
|
||||
<hr class="solid">
|
||||
<h2>Servizi SETA Modena:</h2>
|
||||
<div>
|
||||
<a class="gbutton" href="cercaorario/index.html">Orari in tempo reale</a>
|
||||
|
@@ -25,7 +25,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<a href="/setamodena_bus/suburbano/citarou.html">
|
||||
<p>651-656, 676-682<br>Mercedes Citaro O530Ü</p>
|
||||
<p>651-656, 676-682<br>Mercedes Citaro O530NÜ</p>
|
||||
<img class="bus" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Nader/654.jpg&fileId=7732&x=1920&y=1080&etag=b9ce4bdbf7f2a9c4452154f36354aa5b" alt="Server foto non raggiungibile.">
|
||||
</a>
|
||||
</td>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<h1>651-656, 676-682<br>Mercedes Citaro O530Ü</h1>
|
||||
<h1>651-656, 676-682<br>Mercedes Citaro O530NÜ</h1>
|
||||
<p>Questi Citaro O530Ü sono stati comprati nel 2003 da ATCM. In origine avevano una livrea grigia, arancione e azzurra, in seguito nel corso del 2007/2008 sono stati pitturati di giallo come il resto degli altri mezzi. Hanno motore identico ai Citaro 3p del 2004 (urbani) euro 4, cambio zf a 5 rapporti e display aesys.</p>
|
||||
<p>Questi mezzi girano nelle corse scolastiche di 815, 800, 392, 731,740, 760. Sono state radiate alcune vetture tra cui il 651 a luglio 2025.</p>
|
||||
<a class="button" target="_blank" href="https://www.youtube.com/playlist?list=PLXwZ-M9NhcE3HkT49RfWnBEWVgsjZ81rr">Video sul Bus</a>
|
||||
|
@@ -22,7 +22,7 @@
|
||||
</nav>
|
||||
</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.serverissimo.freeddns.org/s/RdRWTmeQPkw2CLQ">https://drive.serverissimo.freeddns.org/s/RdRWTmeQPkw2CLQ</a></p>
|
||||
<p>Sono stati comprati dall'ATCM a Marzo 2010. E' stato realizzato un articolo su di essi su La Linea: <a href="https://drive.serverissimo.freeddns.org/s/W5w9iEMrLC9twdX">https://drive.serverissimo.freeddns.org/s/W5w9iEMrLC9twdX</a></p>
|
||||
<p>Sono equipaggiati con motore DAF PR228S2 da 314CV Euro 5 EEV, cambio Voith e display aesys.</p>
|
||||
<table class="image-table">
|
||||
<tr>
|
||||
|
@@ -122,6 +122,12 @@
|
||||
<tr>
|
||||
<td><a id="10422-linkint1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/START/Irisbus%20Citelis%20Start%20Ravenna/INTSTART10422(2).jpg&fileId=178791&x=1920&y=1080&a=true&etag=45c7042729a070ff36b4619b752ed91d"><img id="10422-imgint1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/START/Irisbus%20Citelis%20Start%20Ravenna/INTSTART10422(2).jpg&fileId=178791&x=1920&y=1080&a=true&etag=45c7042729a070ff36b4619b752ed91d" onerror='this.onerror=null; changeUrlToFallback("10422-linkint1","10422-imgint1","/Fogli/START/Irisbus Citelis Start Ravenna/INTSTART10422(2).jpg");' alt="Server foto non raggiungibile."></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"><h2>10425</h2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="int10425-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Erik/int10425.jpg&fileId=30640&x=2560&y=1440&a=true&etag=8a75a69ba1ee42041175f9dd535110d2"><img id="int10425-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Erik/int10425.jpg&fileId=30640&x=2560&y=1440&a=true&etag=8a75a69ba1ee42041175f9dd535110d2" onerror='this.onerror=null; changeUrlToFallback("int10425-link1","int10425-img1","/Dani/Erik/int10425.jpg");' alt="Server foto non raggiungibile."></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -174,5 +174,12 @@
|
||||
<tr>
|
||||
<td><a id="int37126-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/START/Karsan/interni37126.jpg&fileId=25158&x=1920&y=1080&a=true&etag=78538b11aca96bca7cbc869d78633b40"><img id="int37126-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Leo/START/Karsan/interni37126.jpg&fileId=25158&x=1920&y=1080&a=true&etag=78538b11aca96bca7cbc869d78633b40" onerror='this.onerror=null; changeUrlToFallback("int37126-link1","int37126-img1","/Leo/START/Karsan/interni37126.jpg");' alt="Server foto non raggiungibile."></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"><h2>37137</h2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="int37137-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Erik/int37137.jpg&fileId=30641&x=2560&y=1440&a=true&etag=bb7b3c9921b6adf9395190dd81894e70"><img id="int37137-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Erik/int37137.jpg&fileId=30641&x=2560&y=1440&a=true&etag=bb7b3c9921b6adf9395190dd81894e70" onerror='this.onerror=null; changeUrlToFallback("int37137-link1","int37137-img1","/Dani/Erik/int37137.jpg");' alt="Server foto non raggiungibile."></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -31,5 +31,14 @@
|
||||
<td><a id="32401-link" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Fogli/START/Iveco%20Urbanway%2012%20CNG%20Start%20Ravenna/START32401.jpg&fileId=264869&x=1920&y=1080&a=true&etag=46e25ae018a48e8146bbb1fd92a92ea0"><img id="32401-img" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?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("32401-link","32401-img","/Fogli/START/Iveco%20Urbanway%2012%20CNG%20Start%20Ravenna/START32401.jpg");' alt="Server foto non raggiungibile."></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h1>Interni</h1>
|
||||
<table class="image-table">
|
||||
<tr>
|
||||
<td colspan="4"><h2>32401</h2></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a id="int32401-link1" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Erik/int32401.jpg&fileId=30642&x=2560&y=1440&a=true&etag=c1a869f8ef9fc07acb9d68c52232f3b7"><img id="int32401-img1" src="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Dani/Erik/int32401.jpg&fileId=30642&x=2560&y=1440&a=true&etag=c1a869f8ef9fc07acb9d68c52232f3b7" onerror='this.onerror=null; changeUrlToFallback("int32401-link1","int32401-img1","/Dani/Erik/int32401.jpg");' alt="Server foto non raggiungibile."></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user