mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 14:30:48 +00:00
Nuovo archivio + snellimenti
This commit is contained in:
@@ -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>
|
||||
<a class="novita" href="/start_menu/servizi/start-livebus/index.html">Visualizzatore fermate</a>: migliorie alla visualizzazione delle fermate
|
||||
<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>
|
||||
</html>
|
@@ -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;
|
||||
}
|
||||
});
|
||||
});
|
@@ -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>
|
||||
|
@@ -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 => {
|
||||
|
1212
sitemap.xml
1212
sitemap.xml
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user