--- a/busui/common.inc.php +++ b/busui/common.inc.php @@ -226,8 +226,11 @@ } $center = $totalLat/sizeof($mapPoints).",".$totalLon/sizeof($mapPoints); } - - return ''; + $output = ""; + $output .= '

Open Map...

'; + $output .= '
'; + $output .= '
'; + return $output; } function distance($lat1, $lng1, $lat2, $lng2) @@ -390,4 +393,36 @@ } return implode(", ",$pointNames); } + +function timePlaceSettings() { + global $service_periods; + echo '
+

Change Time/Place...

+
+
+ + +
+
+ + +
+
+ + + +
+ + +
'; +echo " "; +} ?>