diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-12-16 09:21:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-16 09:21:43 +0100 |
commit | fba46348d7ac769042cef893e5baa98d97fe7444 (patch) | |
tree | ab57bfdab904cbae6458ef1a02214236e6d9deb5 /templates | |
parent | 027aa3b389378d7cb5f2913a8c3b3ab7d3744b25 (diff) |
remove examples, clean up "see also"
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/default.html.ep | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 0d70092..e94023f 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -186,23 +186,11 @@ Bitte eine Station aus der Liste auswählen</div> </div> <!-- input-field --> <div class="notes"> -<span class="notes">Beispiele:</span> -<ul> -<li><a href="/Essen%20Hbf?mode=multi">Essen HBf</a> (IRIS, Bahnhofstafel)</li> -<li><a href="/Dortmund%20Hbf/Bochum%7CHamm?mode=multi">Dortmund HBf</a> (IRIS, Bahnhofstafel, -nur Züge via Bochum oder Hamm)</li> -<li><a href="/Dortmund%20Universität?mode=infoscreen">Dortmund Universität</a> (IRIS, Infoscreen)</li> -<li><a href="/KD?mode=single">Düsseldorf HBf</a> (IRIS, Gleistafel)</li> -</ul> -</div> - -<div class="notes"> <span class="notes">Siehe auch:</span> <ul> -<li><a href="http://reiseauskunft.bahn.de/bin/bhftafel.exe/dn">DB RIS</a> - (<a href="http://mobile.bahn.de/bin/mobil/bhftafel.exe/dox">mobil</a>)</li> -<li><a href="http://data.deutschebahn.com/datasets/betriebsstellen/">Betriebsstellenliste</a></li> -<li><a href="https://vrrf.finalrewind.org/">vrr-infoscreen</a></li> +<li><a href="https://reiseauskunft.bahn.de/bin/bhftafel.exe/dn">DB Abfahrtsmonitor</a> + (<a href="https://mobile.bahn.de/bin/mobil/bhftafel.exe/dox">mobil</a>)</li> +<li>Für Nahverkehr: <a href="https://vrrf.finalrewind.org/">vrr-infoscreen</a></li> </ul> </div> <!-- notes --> |