'; +include_header($stop['stop_name'], "stop"); + +/* $serviceAlerts = json_decode(getPage(curPageURL() . "/servicealerts_api.php?filter_class=stop&filter_id=".$stopid) , true); + + foreach($serviceAlerts['entities'] as $serviceAlert) { + echo '
'.$serviceAlert['alert']['description']['translation'].'
'; + } */ + +echo ''; echo $stopLinks; if (sizeof($stops) > 0) { - trackEvent("View Stops","View Combined Stops", $stop[1], $stop[0]); + trackEvent("View Stops", "View Combined Stops", $stop["stop_name"], $stop["stop_id"]); + echo staticmap($stopPositions); +} else { + trackEvent("View Stops", "View Single Stop", $stop["stop_name"], $stop["stop_id"]); + echo staticmap(Array( + 0 => Array( + $stop["stop_lat"], + $stop["stop_lon"] + ) + )); +} - echo '

' . staticmap($stopPositions) . '

'; +// time settings +echo '
+

Change Time (' . (isset($_SESSION['time']) ? $_SESSION['time'] : "Current Time,") . ' ' . ucwords(service_period()) . ')...

+
+
+
+ + + Current Time? +
+
+ + + +
+ + +
+
'; + +echo '
'; echo '