%= stylesheet '/static/main.css' %= javascript '/static/jquery-2.1.1.min.js' %= javascript '/static/image.js' % if ($stop) { % if ($errstr) {
Backend-Fehler: %= $errstr
% } % elsif ($frontend eq 'png') { <%= $stop %>.png?<%= $params %>" alt="" id="display" height="<%= $height * 4 %>" width="<%= $width * 4 %>"/> % } % elsif ($frontend eq 'html') { % } % elsif ($frontend eq 'infoscreen') {

<%= $stop %>.html?<%= $params %>&template=infoscreen">Infoscreen für <%= $city %> <%= $stop %>

Preview:
% } % elsif ($frontend eq 'json') {

<%= $stop %>.json?<%= $params %>">JSON-Daten für <%= $city %> <%= $stop %>

Die Daten werden für 5 Minuten zwischengespeichert. Format:

Bitte beachten: Das Datenformat des JSON-Interface kann sich jederzeit ohne Ankündigung ändern.

% } % } # ($stop) % else {

Diese Seite ist ein inoffizielles Frontend für die Abfahrtsmonitore einiger europäischer Nahverkehrsunternehmen. Sie kannn wahlweise die oft an Haltestellen montierten LED-Displays nachahmen oder einen Handy- und Infoscreen-tauglichen Abfahrtsmonitor anzeigen.

Alle Angaben ohne Gewähr.

% }
% if (my $error = stash 'error') {

Fehler: <%= $error %>

% } %= form_for _redirect => begin
Stadt (Pflichtfeld für EFA-Backends, sonst optional)
% if (stash('place_candidates') and @{ stash('place_candidates') } ) { % my @candidates = map { [ $_, $_ ] } @{ stash('place_candidates') }; %= select_field city => \@candidates % } % else { %= text_field 'city' % }
Haltestelle
% if (stash('name_candidates') and @{ stash('name_candidates') } ) { % my @candidates = map { [ $_, $_ ] } @{ stash('name_candidates') }; %= select_field stop => \@candidates % } % else { %= text_field 'stop' % }
%= submit_button 'Anzeigen'
optional:
Frontend
% if ($self->browser->mobile) { %= select_field frontend => [['App / Infoscreen' => 'infoscreen'], ['LED-Tafel (PNG)' => 'png'], ['LED-Tafel (HTML)' => 'html'], ['JSON' => 'json']] % } % else { %= select_field frontend => [['LED-Tafel (PNG)' => 'png'], ['LED-Tafel (HTML)' => 'html'], ['App / Infoscreen' => 'infoscreen'], ['JSON' => 'json']] % }
Backend
% my @efa_backends = map { ["$_ (EFA)" => "efa.$_"] } efa_service_list(); % @efa_backends = map { $_->[1] } sort { $a->[0] cmp $b->[0] } % map { [$_->[0], $_] } @efa_backends; % my @hafas_backends = map { ["$_ (HAFAS)" => "hafas.$_"] } hafas_service_list(); % @hafas_backends = map { $_->[1] } sort { $a->[0] cmp $b->[0] } % map { [$_->[0], $_] } @hafas_backends; %= select_field backend => [['EFA / VRR' => 'vrr'], ['DB (HAFAS)' => 'db'], ['ASEAG (URA)' => 'aseag'], @efa_backends, @hafas_backends]
Höhe der Abfahrtstafel in Zeilen
%= number_field 'no_lines', min => 1, max => 10
Mindestoffset der angezeigten Abfahrten in Minuten
%= number_field 'offset', min => 0
Linien/Typen¹
%= text_field 'line'
Bahnsteige¹
%= text_field 'platform'
% end

¹ Es können mehrere durch Kommata getrennte Werte angegeben werden, z.B. NE,U,10

Hinweise:
vrr-infoscreen v<%= $version %>
Backends:
Travel::Status::DE::URA v<%= $Travel::Status::DE::ASEAG::VERSION %>
Travel::Status::DE::HAFAS v<%= $Travel::Status::DE::HAFAS::VERSION %>
Travel::Status::DE::EFA v<%= $Travel::Status::DE::EFA::VERSION %>
Impressum
Datenschutz