diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-03-28 11:09:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-03-28 11:09:36 +0200 |
commit | ffcff9897394fde2c5bac627bbd660be97ac9b93 (patch) | |
tree | 09fb2f384b272450de1248d1ce63cc7b907e3ed8 | |
parent | 58ac2e2a6fa2be219c380c377a2c53044f076a3e (diff) |
cgi: Add notes section with example
-rw-r--r-- | cgi/index.pl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index b2b37dc..6bf4586 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -349,6 +349,14 @@ __DATA__ border: 1px solid black; } + div.notes { + margin-top: 4em; + } + + div.notes ul { + margin-top: 1em; + } + </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> </head> @@ -419,6 +427,18 @@ local transit networks as well. </div> <!-- input-field --> +<div class="notes"> +<span class="optional">notes:</span> +<ul> +<li>The EFA backend does not support Umlauts</li> +<li>For Düsseldorf, the DB backend usually gives better results</li> +<li>If you write the city correctly (like "Essen", not "essen"), vrr-fake can +shorten destination names</li> +<li><a href="/vrr-fake/Düsseldorf/Luisenstr?no_lines=8&backend=db">Example</a> +</li> +</ul> +</div> <!-- notes --> + <div class="about"> <a href="http://finalrewind.org/projects/vrr-fakedisplay/">vrr-fakedisplay</a> v<%= $version %> |