diff --git a/Routes.php b/Routes.php new file mode 100644 index 0000000..b009827 --- /dev/null +++ b/Routes.php @@ -0,0 +1,44 @@ + + +
+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
+Line # | +Name | +' . $route['line'] . ' | '; + echo '' . $route['name'] . ' | '; + echo ''; +} + +?> + + +
---|