From 8904791c6fa2b62a10caa0128b5b80373c794acf Mon Sep 17 00:00:00 2001
From: Curry141 <135717077+Daniongithub@users.noreply.github.com>
Date: Sun, 8 Jun 2025 14:43:36 +0200
Subject: [PATCH] New menus
---
scripts/tperbus.json | 1 +
scripts/tpersearch.js | 5 +++--
tper_menu/bol.html | 32 ++++++++++++++++++++++++++++++++
tper_menu/bolext.html | 42 ++++++++++++++++++++++++++++++++++++++++++
tper_menu/bolsub.html | 42 ++++++++++++++++++++++++++++++++++++++++++
tper_menu/bolurb.html | 42 ++++++++++++++++++++++++++++++++++++++++++
tper_menu/fer.html | 32 ++++++++++++++++++++++++++++++++
tper_menu/ferext.html | 42 ++++++++++++++++++++++++++++++++++++++++++
tper_menu/fersub.html | 42 ++++++++++++++++++++++++++++++++++++++++++
tper_menu/ferurb.html | 42 ++++++++++++++++++++++++++++++++++++++++++
tper_menu/tper.html | 10 ++++------
11 files changed, 324 insertions(+), 8 deletions(-)
create mode 100644 tper_menu/bol.html
create mode 100644 tper_menu/bolext.html
create mode 100644 tper_menu/bolsub.html
create mode 100644 tper_menu/bolurb.html
create mode 100644 tper_menu/fer.html
create mode 100644 tper_menu/ferext.html
create mode 100644 tper_menu/fersub.html
create mode 100644 tper_menu/ferurb.html
diff --git a/scripts/tperbus.json b/scripts/tperbus.json
index af6c54d..221619b 100644
--- a/scripts/tperbus.json
+++ b/scripts/tperbus.json
@@ -1,5 +1,6 @@
{
"matricola": "placeholderMatricola",
+ "bacino": "placeholderBacino",
"settore": "placeholderSettore",
"modello": "placeholderModello",
"link": "placeholderLink"
diff --git a/scripts/tpersearch.js b/scripts/tpersearch.js
index bc46d3a..f3fad05 100644
--- a/scripts/tpersearch.js
+++ b/scripts/tpersearch.js
@@ -21,8 +21,8 @@ searchBar.addEventListener('input', () => {
productsContainer.innerHTML = ' ';
buttons.innerHTML = `
`;
return;
@@ -43,6 +43,7 @@ function renderProducts(products) {
div.innerHTML = `
${bus.matricola}
+ ${bus.bacino}
${bus.modello}
${bus.settore}
diff --git a/tper_menu/bol.html b/tper_menu/bol.html
new file mode 100644
index 0000000..83a2260
--- /dev/null
+++ b/tper_menu/bol.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+ ER-TPL
+
+
+
+
+
+
+
+
+ TPER Bologna
+
+
+
+
\ No newline at end of file
diff --git a/tper_menu/bolext.html b/tper_menu/bolext.html
new file mode 100644
index 0000000..78b0135
--- /dev/null
+++ b/tper_menu/bolext.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+ ER-TPL
+
+
+
+
+
+
+
+
+
+ Autobus extraurbani di TPER Bologna
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tper_menu/bolsub.html b/tper_menu/bolsub.html
new file mode 100644
index 0000000..d6fa5f1
--- /dev/null
+++ b/tper_menu/bolsub.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+ ER-TPL
+
+
+
+
+
+
+
+
+
+ Autobus suburbani di TPER Bologna
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tper_menu/bolurb.html b/tper_menu/bolurb.html
new file mode 100644
index 0000000..c24a9da
--- /dev/null
+++ b/tper_menu/bolurb.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+ ER-TPL
+
+
+
+
+
+
+
+
+
+ Autobus urbani di TPER Bologna
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tper_menu/fer.html b/tper_menu/fer.html
new file mode 100644
index 0000000..4f7c5f9
--- /dev/null
+++ b/tper_menu/fer.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+ ER-TPL
+
+
+
+
+
+
+
+
+ TPER Ferrara
+
+
+
+
\ No newline at end of file
diff --git a/tper_menu/ferext.html b/tper_menu/ferext.html
new file mode 100644
index 0000000..28e4dcc
--- /dev/null
+++ b/tper_menu/ferext.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+ ER-TPL
+
+
+
+
+
+
+
+
+
+ Autobus extraurbani di TPER Ferrara
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tper_menu/fersub.html b/tper_menu/fersub.html
new file mode 100644
index 0000000..bc063d1
--- /dev/null
+++ b/tper_menu/fersub.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+ ER-TPL
+
+
+
+
+
+
+
+
+
+ Autobus suburbani di TPER Ferrara
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tper_menu/ferurb.html b/tper_menu/ferurb.html
new file mode 100644
index 0000000..970ba96
--- /dev/null
+++ b/tper_menu/ferurb.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+ ER-TPL
+
+
+
+
+
+
+
+
+
+ Autobus urbani di TPER Ferrara
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tper_menu/tper.html b/tper_menu/tper.html
index 292424c..195b495 100644
--- a/tper_menu/tper.html
+++ b/tper_menu/tper.html
@@ -13,9 +13,6 @@
-
- ATTENZIONE! Abbiamo temporaneamente dislocato il server foto. Le immagini si potrebbero caricare più lentamente. Ci scusiamo per il disagio.
-
ATTENZIONE! Il sito è ancora in fase di sviluppo e molte pagine non funzionano o portano a collegamenti sbagliati!
@@ -24,7 +21,8 @@
- TPER
+ TPER (Trasporto Passeggeri Emilia-Romagna)
+ La società TPER, con sede a Bologna, attualmente gestisce due bacini: Bologna e Ferrara.