Compare commits

..

2 Commits

Author SHA1 Message Date
Leocraft1
58e7cce84b Nuovo archivio + snellimenti 2025-08-29 12:03:12 +02:00
Leocraft1
0f1f2883ed novità start 2025-08-29 11:52:22 +02:00
5 changed files with 611 additions and 623 deletions

View File

@@ -50,8 +50,8 @@
<div class="riga">
<h2 class="piccolospazio">Ravenna:</h2>
<p class="piccolospazio">
In arrivo "37251-37258 MAN Lion's City 12E".<br>
Aggiunte nuove foto e aggiornata la <a class="novita" href="/startravenna_bus/listamezzi.html">lista mezzi</a>.
<a class="novita" href="/start_menu/servizi/start-fermatebus/index.html">Visualizzatore fermate</a>: migliorie alla visualizzazione delle fermate <br>
In arrivo "37251-37258 MAN Lion's City 12E".
</p>
</div>
<div class="riga">
@@ -66,6 +66,5 @@
<div><a href="chisiamo.html" class="link">Chi siamo</a> - <span id="email"><button class="bottone" onclick="mostraemail()">Contattaci</button></span></div>
</div>
</footer>
<script src="/scripts/ertpl.js"></script>
</body>
</html>

View File

@@ -1,8 +0,0 @@
document.querySelectorAll('img').forEach(img => {
img.addEventListener('error', function () {
const fallback = this.getAttribute('data-fallback');
if (fallback && this.src !== fallback) {
this.src = fallback;
}
});
});

View File

@@ -16,9 +16,6 @@
<body>
<header>
<nav>
<ul>
<li><h1 class="yellow-warning">ATTENZIONE! Stiamo rifacendo la lista fermate in modo più corretto. A breve sostituiremo quella attuale incorretta e incompleta.</h1></li>
</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>
@@ -41,7 +38,7 @@
<a href="/seta_menu/cercaorario/altrecorsie.html?location=STAZIONE FS" class="bianco"><div class="search-result"><h3>Stazione FS</h3></div></a>
<a href="/seta_menu/cercaorario/altrecorsie.html?location=GARIBALDI" class="bianco"><div class="search-result"><h3>Largo Garibaldi</h3></div></a>
</div>
<!--<h1 class="yellow-warning">ATTENZIONE! Se manca una fermata vuol dire che non c'è ancora passato nessun bus.</h1>-->
<h1 class="yellow-warning">Aggiornamento lista fermate: da 21/07/25 a oggi.</h1>
<footer>
<div>
<p>Copyright (C) 2025 ER-TPL Team - <a href="https://ertpl.pages.dev" target="_blank">ertpl.pages.dev</a> - code by Il Dani & SetaModenaFanpage <a href="https://github.com/Leocraft1/SetaAPI" target="_blank">Codice Sorgente</a> - I loghi SETA Spa sono marchi registrati e sono inseriti in questo sito solo a scopo di illustrazione.</p>

View File

@@ -6,7 +6,7 @@ let allresults = [];
window.onbeforeunload=searchBar.value="";
window.onbeforeunload=stopCodeBar.value="";
const url = 'https://setaapi.serverissimo.freeddns.org/stoplist';
const url = 'https://setaapi.serverissimo.freeddns.org/stopcodesarchive';
//const url='http://localhost:5001/stoplist';
fetch(url)
.then(response => {

File diff suppressed because it is too large Load Diff