Slightly more helpful texts for checkin/checkout pages
This commit is contained in:
parent
0f51f40661
commit
6f1b488d26
3 changed files with 12 additions and 3 deletions
3
index.pl
3
index.pl
|
@ -1271,7 +1271,8 @@ get '/s/*station' => sub {
|
||||||
'departures',
|
'departures',
|
||||||
ds100 => $status->{station_ds100},
|
ds100 => $status->{station_ds100},
|
||||||
results => \@results,
|
results => \@results,
|
||||||
station => $status->{station_name}
|
station => $status->{station_name},
|
||||||
|
title => "travelynx: $status->{station_name}",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -33,7 +33,15 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
Zug auswählen zum Einchecken.<br/>
|
%= $station
|
||||||
|
% if (@{$results}) {
|
||||||
|
– Zug auswählen zum Einchecken.
|
||||||
|
% }
|
||||||
|
% else {
|
||||||
|
– Keine Abfahrten gefunden. Ein Checkin ist frühestens 10 Minuten vor
|
||||||
|
und maximal 180 Minuten nach Abfahrt möglich.
|
||||||
|
% }
|
||||||
|
<br/>
|
||||||
<table class="striped">
|
<table class="striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<a class="action-undo"><i class="material-icons">undo</i> Rückgängig</a>
|
<a class="action-undo"><i class="material-icons">undo</i> Rückgängig</a>
|
||||||
% }
|
% }
|
||||||
</p>
|
</p>
|
||||||
<p>Bei Ankunft am Zielbahnhof: Auswählen zum Auschecken.</p>
|
<p>Bei Ankunft: Station auswählen zum Auschecken.</p>
|
||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
% my $is_after = 0;
|
% my $is_after = 0;
|
||||||
|
|
Loading…
Reference in a new issue