2019-08-23 20:54:59 +00:00
|
|
|
<div class="autorefresh">
|
|
|
|
<div class="card">
|
|
|
|
<div class="card-content">
|
|
|
|
<i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i>
|
|
|
|
<span class="card-title">Eingecheckt in <%= $journey->{train_type} %> <%= $journey->{train_no} %></span>
|
2019-12-06 20:40:51 +00:00
|
|
|
% if ($journey->{comment}) {
|
2019-12-06 20:42:26 +00:00
|
|
|
<p><%= $journey->{comment} %></p>
|
2019-12-06 20:40:51 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
<p>
|
|
|
|
<div class="center-align countdown"
|
2019-10-29 20:18:46 +00:00
|
|
|
data-journey="<%= $journey->{real_departure}->epoch %>;<%= <%= $journey->{real_arrival}->epoch %>"
|
|
|
|
data-route="<%= journey_to_ajax_route($journey) %>"
|
|
|
|
data-dest="<%= $journey->{arr_name} %>"
|
|
|
|
>
|
2019-08-23 20:54:59 +00:00
|
|
|
% if ($journey->{boarding_countdown} > 120) {
|
|
|
|
Einfahrt in <%= sprintf('%.f', $journey->{boarding_countdown} / 60) %> Minuten<br/>
|
|
|
|
% }
|
|
|
|
% elsif ($journey->{boarding_countdown} > 60) {
|
|
|
|
Einfahrt in einer Minute<br/>
|
|
|
|
% }
|
|
|
|
% elsif ($journey->{boarding_countdown} > 0) {
|
|
|
|
Zug fährt ein<br/>
|
2019-04-24 05:50:31 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% if ($journey->{departure_countdown} > 120) {
|
|
|
|
Abfahrt in <%= sprintf('%.f', $journey->{departure_countdown} / 60) %> Minuten
|
2019-04-23 20:27:13 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% elsif ($journey->{departure_countdown} > 60) {
|
|
|
|
Abfahrt in einer Minute
|
2019-04-23 20:27:13 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% elsif ($journey->{departure_countdown} > 0) {
|
|
|
|
Abfahrt in weniger als einer Minute
|
|
|
|
% }
|
|
|
|
% elsif (defined $journey->{arrival_countdown}) {
|
|
|
|
% if ($journey->{arrival_countdown} > 60) {
|
|
|
|
Ankunft in <%= sprintf('%.f', $journey->{arrival_countdown} / 60) %>
|
|
|
|
Minute<%= sprintf('%.f', $journey->{arrival_countdown} / 60) == 1 ? '' : 'n' %>
|
2019-06-22 15:02:04 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% elsif ($journey->{arrival_countdown} > 0) {
|
|
|
|
Ankunft in weniger als einer Minute
|
2019-06-22 15:02:04 +00:00
|
|
|
% }
|
|
|
|
% else {
|
2019-08-23 20:54:59 +00:00
|
|
|
Ziel erreicht
|
|
|
|
% }
|
|
|
|
% if ($journey->{arrival_countdown} < (60 * 15) and $journey->{arr_platform}) {
|
|
|
|
% if ($journey->{arr_direction} and $journey->{arr_direction} eq 'r') {
|
|
|
|
<br/>Gleis <%= $journey->{arr_platform} %> ▶
|
|
|
|
% }
|
|
|
|
% elsif ($journey->{arr_direction} and $journey->{arr_direction} eq 'l') {
|
|
|
|
<br/>◀ Gleis <%= $journey->{arr_platform} %>
|
|
|
|
% }
|
|
|
|
% else {
|
|
|
|
<br/>auf Gleis <%= $journey->{arr_platform} %>
|
|
|
|
% }
|
2019-06-22 15:02:04 +00:00
|
|
|
% }
|
2019-05-18 15:10:53 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% elsif ($journey->{arr_name}) {
|
|
|
|
Ankunft in mehr als zwei Stunden
|
2019-08-03 10:35:47 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% if ($journey->{departure_countdown} > 0 and $journey->{dep_platform}) {
|
|
|
|
% if ($journey->{dep_direction} and $journey->{dep_direction} eq 'r') {
|
|
|
|
<br/>Gleis <%= $journey->{dep_platform} %> ▶
|
2019-08-03 13:09:15 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% elsif ($journey->{dep_direction} and $journey->{dep_direction} eq 'l') {
|
|
|
|
<br/>◀ Gleis <%= $journey->{dep_platform} %>
|
2019-06-24 16:02:45 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% else {
|
|
|
|
<br/>von Gleis <%= $journey->{dep_platform} %>
|
2019-05-03 08:49:14 +00:00
|
|
|
% }
|
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% if (my $wr = $journey->{wagonorder}) {
|
|
|
|
<br/>
|
|
|
|
% my @wagons = $wr->wagons;
|
|
|
|
% my $direction = $wr->direction == 100 ? '→' : '←';
|
|
|
|
% if ($journey->{dep_direction}) {
|
|
|
|
% $direction = $journey->{dep_direction} eq 'l' ? '◀' : '▶';
|
|
|
|
% if (($journey->{dep_direction} eq 'l' ? 0 : 100) != $wr->direction) {
|
|
|
|
% @wagons = reverse @wagons;
|
2019-05-31 18:18:22 +00:00
|
|
|
% }
|
|
|
|
% }
|
2019-09-20 17:39:14 +00:00
|
|
|
<a href="https://marudor.de/details/<%= $journey->{train_type} %>%20<%= $journey->{train_no} %>/<%= DateTime->now(time_zone => 'Europe/Berlin')->epoch %>000">
|
2019-08-23 20:54:59 +00:00
|
|
|
%= $direction
|
|
|
|
% for my $wagon (@wagons) {
|
|
|
|
% if (not ($wagon->is_locomotive or $wagon->is_powercar)) {
|
|
|
|
%= $wagon->number || $wagon->type
|
2019-05-31 18:18:22 +00:00
|
|
|
% }
|
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
%= $direction
|
|
|
|
</a>
|
2019-05-31 18:18:22 +00:00
|
|
|
% }
|
|
|
|
</div>
|
2019-08-23 20:54:59 +00:00
|
|
|
<div class="progress" style="height: 1ex;">
|
|
|
|
<div class="determinate" style="width: <%= sprintf('%.2f', 100 * ($journey->{journey_completion} // 0)); %>%;"></div>
|
2019-05-03 08:49:14 +00:00
|
|
|
</div>
|
2019-08-23 20:54:59 +00:00
|
|
|
</p>
|
|
|
|
% if ($journey->{arr_name}) {
|
|
|
|
<p>
|
|
|
|
<div style="float: left;">
|
|
|
|
<b><%= $journey->{dep_name} %></b><br/>
|
|
|
|
<b><%= $journey->{real_departure}->strftime('%H:%M') %></b>
|
|
|
|
% if ($journey->{real_departure}->epoch != $journey->{sched_departure}->epoch) {
|
|
|
|
(<%= sprintf('%+d', ($journey->{real_departure}->epoch - $journey->{sched_departure}->epoch)/60) %>)
|
|
|
|
% }
|
|
|
|
</div>
|
|
|
|
<div style="float: right; text-align: right;">
|
|
|
|
<b><%= $journey->{arr_name} %></b><br/>
|
|
|
|
% if ($journey->{real_arrival}->epoch) {
|
|
|
|
<b><%= $journey->{real_arrival}->strftime('%H:%M') %></b>
|
|
|
|
% if ($journey->{real_arrival}->epoch != $journey->{sched_arrival}->epoch) {
|
|
|
|
(<%= sprintf('%+d', ($journey->{real_arrival}->epoch - $journey->{sched_arrival}->epoch)/60) %>)
|
|
|
|
% }
|
|
|
|
% }
|
|
|
|
% else {
|
|
|
|
noch nicht bekannt
|
2019-05-31 18:18:22 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
</div>
|
2019-10-29 20:18:46 +00:00
|
|
|
<div class="center-align hide-on-small-only next-stop">
|
2019-08-23 20:54:59 +00:00
|
|
|
% for my $station (@{$journey->{route_after}}) {
|
|
|
|
% if ($station->[0] eq $journey->{arr_name}) {
|
|
|
|
% last;
|
|
|
|
% }
|
|
|
|
% if (($station->[1]{rt_arr_countdown} // 0) > 0) {
|
|
|
|
<%= $station->[0] %><br/><%= $station->[1]{rt_arr}->strftime('%H:%M') %>
|
|
|
|
% if ($station->[1]{sched_arr}->epoch != $station->[1]{rt_arr}->epoch) {
|
|
|
|
%= sprintf('(%+d)', ($station->[1]{rt_arr}->epoch - $station->[1]{sched_arr}->epoch ) / 60);
|
|
|
|
% }
|
|
|
|
% last;
|
|
|
|
% }
|
|
|
|
% if (($station->[1]{rt_dep_countdown} // 0) > 0) {
|
|
|
|
<%= $station->[0] %><br/>
|
|
|
|
<%= $station->[1]{rt_arr}->strftime('%H:%M') %> →
|
|
|
|
<%= $station->[1]{rt_dep}->strftime('%H:%M') %>
|
|
|
|
% if ($station->[1]{sched_dep}->epoch != $station->[1]{rt_dep}->epoch) {
|
|
|
|
%= sprintf('(%+d)', ($station->[1]{rt_dep}->epoch - $station->[1]{sched_dep}->epoch ) / 60);
|
|
|
|
% }
|
|
|
|
% last;
|
2019-05-31 18:18:22 +00:00
|
|
|
% }
|
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
</div>
|
|
|
|
<div style="clear: both;">
|
|
|
|
</div>
|
2019-10-29 20:18:46 +00:00
|
|
|
<div class="hide-on-med-and-up next-stop" style="margin-top: 2ex;">
|
2019-08-23 20:54:59 +00:00
|
|
|
% for my $station (@{$journey->{route_after}}) {
|
|
|
|
% if ($station->[0] eq $journey->{arr_name}) {
|
|
|
|
% last;
|
|
|
|
% }
|
|
|
|
% if (($station->[1]{rt_arr_countdown} // 0) > 0) {
|
|
|
|
<%= $station->[0] %><br/><%= $station->[1]{rt_arr}->strftime('%H:%M') %>
|
|
|
|
% if ($station->[1]{sched_arr}->epoch != $station->[1]{rt_arr}->epoch) {
|
|
|
|
%= sprintf('(%+d)', ($station->[1]{rt_arr}->epoch - $station->[1]{sched_arr}->epoch ) / 60);
|
|
|
|
% }
|
|
|
|
% last;
|
|
|
|
% }
|
|
|
|
% if (($station->[1]{rt_dep_countdown} // 0) > 0) {
|
|
|
|
<%= $station->[0] %><br/>
|
|
|
|
<%= $station->[1]{rt_arr}->strftime('%H:%M') %> →
|
|
|
|
<%= $station->[1]{rt_dep}->strftime('%H:%M') %>
|
|
|
|
% if ($station->[1]{sched_dep}->epoch != $station->[1]{rt_dep}->epoch) {
|
|
|
|
%= sprintf('(%+d)', ($station->[1]{rt_dep}->epoch - $station->[1]{sched_dep}->epoch ) / 60);
|
|
|
|
% }
|
|
|
|
% last;
|
2019-05-31 18:18:22 +00:00
|
|
|
% }
|
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
</div>
|
|
|
|
</p>
|
|
|
|
% }
|
2020-01-09 17:13:37 +00:00
|
|
|
% if (@{$journey->{messages} // []} or @{$journey->{extra_data}{qos_msg} // []}) {
|
2019-08-23 20:54:59 +00:00
|
|
|
<p style="margin-bottom: 2ex;">
|
|
|
|
<ul>
|
|
|
|
% for my $message (reverse @{$journey->{messages} // []}) {
|
|
|
|
% if ($journey->{sched_departure}->epoch - $message->[0]->epoch < 1800) {
|
|
|
|
<li> <i class="material-icons tiny">warning</i> <%= $message->[0]->strftime('%H:%M') %>: <%= $message->[1] %></li>
|
|
|
|
% }
|
2019-04-24 12:58:08 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% if ($journey->{departure_countdown} > 0) {
|
|
|
|
% for my $message (@{$journey->{extra_data}{qos_msg} // []}) {
|
|
|
|
<li> <i class="material-icons tiny">info</i> <%= $message->[0]->strftime('%H:%M') %>: <%= $message->[1] %></li>
|
|
|
|
% }
|
2019-06-04 19:12:36 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
</ul>
|
|
|
|
</p>
|
2019-05-19 06:55:23 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} < (20*60)) {
|
|
|
|
% if (my @connections = get_connecting_trains()) {
|
|
|
|
<span class="card-title" style="margin-top: 2ex;">Verbindungen</span>
|
|
|
|
% if ($journey->{arrival_countdown} < 0) {
|
|
|
|
<p>Zug auswählen zum Einchecken mit Zielwahl.</p>
|
2019-04-23 20:27:13 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
%= include '_connections', connections => \@connections, checkin_from => $journey->{arrival_countdown} < 0 ? $journey->{arr_ds100} : undef;
|
2019-04-23 20:27:13 +00:00
|
|
|
% }
|
2019-05-12 09:44:28 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} <= 0) {
|
|
|
|
<p style="margin-top: 2ex;">
|
|
|
|
Der automatische Checkout erfolgt wegen gelegentlich veralteter
|
2019-08-25 07:00:59 +00:00
|
|
|
IRIS-Daten erst etwa zehn Minuten nach der Ankunft.
|
2019-08-23 20:54:59 +00:00
|
|
|
</p>
|
|
|
|
% }
|
|
|
|
% elsif (not $journey->{arr_name}) {
|
|
|
|
<p>Ziel wählen:</p>
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
% for my $station (@{$journey->{route_after}}) {
|
2019-09-13 09:54:19 +00:00
|
|
|
<tr><td><a class="action-checkout" data-station="<%= $station->[0] %>"><%= $station->[0] %>
|
2019-10-04 21:27:45 +00:00
|
|
|
% if ($station->[2] and $station->[2] eq 'cancelled') {
|
|
|
|
<span style="float: right;">entfällt</span>
|
|
|
|
% }
|
|
|
|
% elsif ($station->[1]{rt_arr}) {
|
2019-09-13 09:54:19 +00:00
|
|
|
<span style="float: right;"><%= $station->[1]{rt_arr}->strftime('%H:%M') %></span>
|
|
|
|
% }
|
2019-10-04 21:27:45 +00:00
|
|
|
% elsif ($station->[2] and $station->[2] eq 'additional') {
|
|
|
|
<span style="float: right;">Zusatzhalt</span>
|
|
|
|
% }
|
2019-09-13 09:54:19 +00:00
|
|
|
</a></td></tr>
|
2019-08-23 20:54:59 +00:00
|
|
|
% }
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
% }
|
|
|
|
</div>
|
|
|
|
<div class="card-action">
|
2019-12-06 20:40:51 +00:00
|
|
|
% if ($journey->{arr_name}) {
|
|
|
|
<a style="margin-right: 0;" href="/journey/comment">
|
|
|
|
<i class="material-icons left">comment</i> Kommentar
|
|
|
|
</a>
|
|
|
|
% }
|
|
|
|
% else {
|
2019-12-08 20:04:34 +00:00
|
|
|
<a class="action-undo blue-text" data-id="in_transit" data-checkints="<%= $journey->{timestamp}->epoch %>" style="margin-right: 0;">
|
2019-12-06 20:40:51 +00:00
|
|
|
<i class="material-icons left">undo</i> Checkin Rückgängig
|
|
|
|
</a>
|
|
|
|
% }
|
2019-08-25 07:00:59 +00:00
|
|
|
% if (defined $journey->{arrival_countdown} and $journey->{arrival_countdown} <= 0) {
|
|
|
|
<a
|
|
|
|
class="action-checkout right"
|
2019-10-14 13:45:10 +00:00
|
|
|
style="margin-right: 0;"
|
2019-08-25 07:00:59 +00:00
|
|
|
data-station="<%= $journey->{arr_name}%>">
|
|
|
|
<i class="material-icons left">done</i>
|
|
|
|
Jetzt auschecken
|
|
|
|
</a>
|
|
|
|
% }
|
|
|
|
% elsif ($journey->{arr_name}) {
|
2019-08-23 20:54:59 +00:00
|
|
|
% my $attrib = 'im';
|
|
|
|
% if ($journey->{train_type} =~ m{ ^ (?: S | RB ) $ }x) {
|
|
|
|
% $attrib = 'in der';
|
|
|
|
% }
|
|
|
|
<a class="action-share blue-text right"
|
2019-10-14 13:45:10 +00:00
|
|
|
style="margin-right: 0;"
|
2019-12-06 20:56:06 +00:00
|
|
|
% if (current_user()->{is_public} & 0x04 and $journey->{comment}) {
|
2019-12-28 10:03:03 +00:00
|
|
|
data-text="<%= $journey->{comment} %> (@ <%= $journey->{train_type} %> <%= $journey->{train_no} %> → <%= $journey->{arr_name} %>) #travelynx"
|
2019-12-06 20:56:06 +00:00
|
|
|
% }
|
|
|
|
% else {
|
2019-12-28 10:03:03 +00:00
|
|
|
data-text="Ich bin gerade <%= $attrib %> <%= $journey->{train_type} %> <%= $journey->{train_no} %> nach <%= $journey->{arr_name} %> #travelynx"
|
2019-12-06 20:56:06 +00:00
|
|
|
% }
|
2019-08-23 20:54:59 +00:00
|
|
|
% if (current_user()->{is_public} & 0x02) {
|
|
|
|
data-url="<%= url_for('/status')->to_abs->scheme('https') %>/<%= current_user->{name} %>/<%= $journey->{sched_departure}->epoch %>"
|
|
|
|
% }
|
|
|
|
>
|
|
|
|
<i class="material-icons left">share</i> Teilen
|
|
|
|
</a>
|
|
|
|
% }
|
|
|
|
</div>
|
2019-04-23 20:27:13 +00:00
|
|
|
</div>
|
2019-08-23 20:54:59 +00:00
|
|
|
% if ($journey->{arr_name}) {
|
2020-01-09 17:13:37 +00:00
|
|
|
<div class="card" style="margin-top: 3em;">
|
|
|
|
<div class="card-content">
|
|
|
|
<span class="card-title">Details</span>
|
|
|
|
% if (@{$journey->{extra_data}{him_msg} // []}) {
|
|
|
|
<p style="margin-bottom: 2ex;">
|
|
|
|
<ul>
|
|
|
|
% for my $message (@{$journey->{extra_data}{him_msg} // []}) {
|
|
|
|
<li> <i class="material-icons tiny">info</i> <%= $message->{header} %> <%= $message->{lead} %></li>
|
|
|
|
% }
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
% }
|
|
|
|
</div>
|
|
|
|
<div class="card-action">
|
|
|
|
% my $url = 'https://marudor.de/details/' . $journey->{train_type} . ' ' . $journey->{train_no} . '/' . DateTime->now(time_zone => 'Europe/Berlin')->epoch . '000';
|
|
|
|
<a style="margin-right: 0;" href="<%= $url %>"><i class="material-icons left">timeline</i> Zuglauf</a>
|
|
|
|
% if ($journey->{extra_data}{trip_id}) {
|
|
|
|
<a class="right" style="margin-right: 0;" href="https://dbf.finalrewind.org/map/<%= $journey->{extra_data}{trip_id} %>/<%= $journey->{train_line} || 0 %>?from=<%= $journey->{dep_name} %>&to=<%= $journey->{arr_name} %>&dark=<%= (session('theme') and session('theme') eq 'dark') ? 1 : 0 %>"><i class="material-icons left">map</i> Karte</a>
|
|
|
|
% }
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-08-23 20:54:59 +00:00
|
|
|
<div class="card" style="margin-top: 3em;">
|
|
|
|
<div class="card-content">
|
|
|
|
<i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i>
|
|
|
|
<span class="card-title">Ziel ändern?</span>
|
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
% for my $station (@{$journey->{route_after}}) {
|
2019-09-13 09:54:19 +00:00
|
|
|
% my $is_dest = ($journey->{arr_name} and $station->[0] eq $journey->{arr_name});
|
|
|
|
<tr><td><a style="<%= $is_dest? 'font-weight: bold;' : '' %>" class="action-checkout" data-station="<%= $station->[0] %>"><%= $station->[0] %>
|
2019-10-04 21:27:45 +00:00
|
|
|
% if ($station->[2] and $station->[2] eq 'cancelled') {
|
|
|
|
<span style="float: right;">entfällt</span>
|
|
|
|
% }
|
|
|
|
% elsif ($station->[1]{rt_arr}) {
|
2019-09-13 09:54:19 +00:00
|
|
|
<span style="float: right;"><%= $station->[1]{rt_arr}->strftime('%H:%M') %></span>
|
|
|
|
% }
|
2019-10-04 21:27:45 +00:00
|
|
|
% elsif ($station->[2] and $station->[2] eq 'additional') {
|
|
|
|
<span style="float: right;">Zusatzhalt</span>
|
|
|
|
% }
|
2019-09-13 09:54:19 +00:00
|
|
|
</a></td></tr>
|
2019-08-23 20:54:59 +00:00
|
|
|
% }
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<p>
|
|
|
|
Falls das Backend ausgefallen ist oder der Zug aus anderen
|
|
|
|
Gründen verloren ging: <a class="action-checkout"
|
|
|
|
data-force="1" data-station="<%= $journey->{arr_name}
|
|
|
|
%>">Ohne Echtzeitdaten in <%= $journey->{arr_name} %>
|
|
|
|
auschecken</a>.
|
|
|
|
</p>
|
|
|
|
</div>
|
2019-12-06 20:40:51 +00:00
|
|
|
<div class="card-action">
|
2019-12-08 20:04:34 +00:00
|
|
|
<a class="action-undo blue-text" data-id="in_transit" data-checkints="<%= $journey->{timestamp}->epoch %>" style="margin-right: 0;">
|
2019-12-06 20:40:51 +00:00
|
|
|
<i class="material-icons left">undo</i> Checkin Rückgängig
|
|
|
|
</a>
|
|
|
|
</div>
|
2019-08-23 20:54:59 +00:00
|
|
|
</div>
|
|
|
|
% }
|
2019-04-23 20:27:13 +00:00
|
|
|
</div>
|