From 3034497a81f33a2cc0e1e1a8345a6d92869fee7f Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Thu, 16 Jul 2015 14:15:26 +0300 Subject: [PATCH] Display all the routes in a table. --- Routes.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Routes.php diff --git a/Routes.php b/Routes.php new file mode 100644 index 0000000..b009827 --- /dev/null +++ b/Routes.php @@ -0,0 +1,44 @@ + + + + uBus - Routes + + + + + +

Routes

+

This is a table of all the routes. Click on a route's name to see a list of +its bus stops and the position of the bus on the map. Click on a line number +to see a list of routes that have this line number

+ + + + + + + + + + +'; + echo ''; + echo ''; + echo ''; +} + +?> + + +
Line #Name
' . $route['line'] . '' . $route['name'] . '
+ + + + +