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 = `
- Suburbano - Extraurbano + Bologna + Ferrara
`; 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

+
+
+
+ Urbano + Suburbano + Extraurbano +
+
+ + \ 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

+
+
+
+ Urbano + Suburbano + Extraurbano +
+
+ + \ 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 @@
-

TPER

+

TPER (Trasporto Passeggeri Emilia-Romagna)

+

La società TPER, con sede a Bologna, attualmente gestisce due bacini: Bologna e Ferrara.

@@ -32,8 +30,8 @@