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

Stops

+

This is a table of all the bus stops. Click on a stop's name to view its +position on the map, a list of all the routes that visit it and the buses +on their way to it.

+ + + + + + + + + + +'; + echo ''; + echo ''; + echo ''; +} + +?> + + +
Stop #Stop Name
' . $stop['id'] . '' . $stop['name'] . '
+ + + + +