'.staticmap(Array(0 => Array($stop[2],$stop[3]))).'

'; echo '
    '; -$url = $APIurl."/json/stoptrips?stop=".$_REQUEST['stopid']."&time=".midnight_seconds(); -$page = getPage($url); -foreach (json_decode($page) as $row) +$url = $APIurl."/json/stoptrips?stop=".$_REQUEST['stopid']."&time=".midnight_seconds()."&service_period=".service_period(); +$trips = json_decode(getPage($url)); +debug(print_r($trips,true)); +foreach ($trips as $row) { -if ($row[1][2] === service_period()) echo '
  • '.midnight_seconds_to_time($row[0]).' '.$row[1][1].'
  • '; +echo '
  • '; +echo '

    '.$row[1][1].'

    '; +echo '

    '.midnight_seconds_to_time($row[0]).'

    '; +echo '
  • '; } -echo '
'; +if (sizeof($trips) == 0) echo "