nvm -> dbf?hafas=1
This commit is contained in:
parent
5d20bf155a
commit
67dc1c203a
2 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ my @sb_templates = (
|
||||||
undef,
|
undef,
|
||||||
[ 'DBF', 'https://dbf.finalrewind.org/{name}?rt=1#{tt}{tn}' ],
|
[ 'DBF', 'https://dbf.finalrewind.org/{name}?rt=1#{tt}{tn}' ],
|
||||||
[ 'bahn.expert', 'https://bahn.expert/{name}#{id}' ],
|
[ 'bahn.expert', 'https://bahn.expert/{name}#{id}' ],
|
||||||
[ 'NVM', 'https://nvm.finalrewind.org/board/{eva}#{tt}{tn}' ],
|
[ 'DBF HAFAS', 'https://dbf.finalrewind.org/{name}?rt=1&hafas=1#{tt}{tn}' ],
|
||||||
[ 'bahn.expert/regional', 'https://bahn.expert/regional/{name}#{id}' ],
|
[ 'bahn.expert/regional', 'https://bahn.expert/regional/{name}#{id}' ],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -51,8 +51,8 @@
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
<div>
|
<div>
|
||||||
<label>
|
<label>
|
||||||
%= radio_button stationboard => '4'
|
%= radio_button stationboard => '3'
|
||||||
<span><a href="https://bahn.expert/regional">bahn.expert/regional</a> (Nahverkehr)</span>
|
<span><a href="https://dbf.finalrewind.org/?hafas=1">DBF</a> (Nahverkehr)</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -61,8 +61,8 @@
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
<div>
|
<div>
|
||||||
<label>
|
<label>
|
||||||
%= radio_button stationboard => '3'
|
%= radio_button stationboard => '4'
|
||||||
<span><a href="https://nvm.finalrewind.org/">NVM</a> (Nahverkehr)</span>
|
<span><a href="https://bahn.expert/regional">bahn.expert/regional</a> (Nahverkehr)</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue