Compare commits

...

2 Commits

Author SHA1 Message Date
Leocraft1
e5230e9f48 Warning seta merda 2025-09-15 16:31:09 +02:00
Leocraft1
a34858b218 Nuovi percorsi 2025 + fix titoli 2025-09-15 16:29:38 +02:00
5 changed files with 20 additions and 3 deletions

View File

@@ -19,6 +19,9 @@
<ul>
<li><h1 class="warning">ATTENZIONE! Proclamato sciopero SETA tutti i bacini per il 22 Settembre 2025.</h1></li>
</ul>
<ul>
<li><h1 class="yellow-warning">ATTENZIONE! SETA sta avendo problemi a identificare i bus sulle nuove linee, le informazioni potrebbero non essere esatte.</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>

View File

@@ -249,6 +249,20 @@ function routesDictionary(rcode){
//Linea 12
case "MO12-As-1279":
return "12S GARIBALDI";
case "MO12-As-1280":
return "12A NAZIONI";
case "MO12-As-1282":
return "12 FINZI";
case "MO12-As-1284":
return "12A GARIBALDI -> NAZIONI";
case "MO12-As-1286":
return "12/ FANTI FS";
case "MO12-Di-1281":
return "12 NAZIONI-> POLO LEONARDO";
case "MO12-Di-1283":
return "12 FINZI -> POLO LEONARDO";
case "MO12-Di-1285":
return "12 FANTI FS -> POLO LEONARDO";
case "MO12-As-1276 (2025)":
return "12 S.CATERINA";
case "MO12-Di-1277 (2025)":

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SETA Modena - Orario fermate</title>
<title>SETA Modena - Percorsi</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="https://www.setaweb.it/images/favicon/android-icon-192x192.png">
<link rel="preconnect" href="https://fonts.googleapis.com">

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SETA Modena - Orario fermate</title>
<title>SETA Modena - Prossime fermate</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="https://www.setaweb.it/images/favicon/android-icon-192x192.png">
<link rel="preconnect" href="https://fonts.googleapis.com">

View File

@@ -5,7 +5,7 @@
<meta name="description" content="Cerca orari in tempo reale per le fermate di SETA a Modena.">
<meta name="keywords" content="seta, modena, seta-modena, orari, in, tempo, reale, autobus, fermate, orario, palina">
<meta name="author" content="ER-TPL Team">
<title>SETA Modena - Bus in servizio</title>
<title>SETA Modena - Percorsi</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://www.setaweb.it/images/favicon/android-icon-192x192.png">