';
echo ($i==0 ? '' : $i+1);
echo ' |
';
if (file_exists("./img/flags/".$Reflector->GetFlag($Reflector->Stations[$i]->GetCallSign()).".png")) {
echo '';
}
echo ' |
'.$Reflector->Stations[$i]->GetCallsignOnly().' |
'.$Reflector->Stations[$i]->GetSuffix().' |
|
'.$Reflector->Stations[$i]->GetVia().' |
'.date("d.m.Y H:i", $Reflector->Stations[$i]->GetLastHeardTime()).' |
';
if ($i == 39) { $i = $Reflector->StationCount()+1; }
}
?>