From c229df33b51ce8b65c085f94dc3882fb1f7677df Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Sun, 19 Jul 2015 14:24:36 +0300 Subject: [PATCH] Adapt to new directory structure. --- Routes.php | 8 ++++---- ShowLine.php | 8 ++++---- ShowRoute.php | 12 ++++-------- ShowStop.php | 10 +++++----- Stops.php | 8 ++++---- index.php | 6 +++--- modules/data.php | 6 +++--- 7 files changed, 27 insertions(+), 31 deletions(-) diff --git a/Routes.php b/Routes.php index b009827..6ce9039 100644 --- a/Routes.php +++ b/Routes.php @@ -2,10 +2,10 @@ uBus - Routes - + - +

Routes

This is a table of all the routes. Click on a route's name to see a list of @@ -22,7 +22,7 @@ to see a list of routes that have this line number

'; @@ -37,7 +37,7 @@ foreach ($routes as $route){ - + uBus - ShowLine - + - +

ShowLine

Here you can find a list of routes that have a specified line number. Click @@ -15,7 +15,7 @@ on the map.

Line ' . $_GET["line"] . '

'; @@ -39,7 +39,7 @@ function PrintRoutes($line){ - + uBus - ShowRoute - + - +

ShowRoute

There are two tables below that list the bus stops of a route; one for each @@ -15,7 +15,7 @@ and view its position on a map.

- - - - + uBus - ShowStop - - + + - +

ShowStop

Below you can find two tables. One of them shows a list of routes tha visit @@ -16,7 +16,7 @@ is also a map showing the location of the requested stop.

+ uBus - Stops - + - +

Stops

This is a table of all the bus stops. Click on a stop's name to view its @@ -22,7 +22,7 @@ on their way to it.

'; @@ -37,7 +37,7 @@ foreach ($stops as $stop){ - + uBus - Home - + - +

Home

uBus is a generic web application that displays data regading buses, routes and stops of public transport bus services. It uses modern web @@ -16,7 +16,7 @@ - +