diff options
| -rw-r--r-- | cgi/templates/layouts/default.html.ep | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index bee9598..bf147ca 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -434,6 +434,17 @@  </div> <!-- notes -->  <div class="notes"> +<span class="notes">examples:</span> +<ul> +<li><a href="/Essen%20Hbf">Essen HBf</a> (RIS, combined table)</li> +<li><a href="/Dortmund/Bochum%7CHamm">Dortmund HBf</a> (RIS, combined table, +only routes via Bochum or Hamm)</li> +<li><a href="/Dortmund%20Uni?mode=clean&backend=iris">Dortmund Universität</a> (IRIS, mobile view)</li> +<li><a href="/KD?mode=single&backend=iris">Düsseldorf HBf</a> (IRIS, platform view)</li> +</ul> +</div> + +<div class="notes">  <span class="notes">see also:</span>  <ul>  <li><a href="http://reiseauskunft.bahn.de/bin/bhftafel.exe/dn">DeutscheBahn RIS</a></li> | 
