% if ($self->stash('refresh_interval')) { % } %= stylesheet '/static/default.css' % my $force_mobile = param('force_mobile') // -1; % if ($force_mobile == 1 or ($self->browser->mobile and $force_mobile != 0)) { %= stylesheet '/static/mobile.css' % } %= javascript '/static/jquery-1.10.2.min.js' %= javascript '/static/collapse.js' %= javascript '/static/marquee.js' %= javascript begin $(function () { $('marquee').marquee() }); % end % if (stash('with_geolocation')) { %= javascript '/static/geolocation.js' % }
% if (my $error = stash 'error') {%= $error
Diese Seite ist ein inoffizielles Frontend zum Abfahrtsmonitor der DB. Sie kann wahlweise die in Bahnhofshallen / an Haltestellen montierten Anzeigen nachahmen oder einen Handy- und Infoscreen-tauglichen Abfahrtsmonitor anzeigen.
Als Backend werden sowohl das HAFAS/RIS ("Reisenden-Informationssystem") als auch das IRIS unterstützt. Im Normalfall enthält das IRIS mehr und detailliertere Angaben.
Alle Angaben ohne Gewähr.
Bahnhöfe im Umfeld suchen (experimentell)
% } % if (not stash('hide_opts')) {