summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-03-28 11:09:36 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-03-28 11:09:36 +0200
commitffcff9897394fde2c5bac627bbd660be97ac9b93 (patch)
tree09fb2f384b272450de1248d1ce63cc7b907e3ed8
parent58ac2e2a6fa2be219c380c377a2c53044f076a3e (diff)
cgi: Add notes section with example
-rw-r--r--cgi/index.pl20
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&uuml;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&uuml;sseldorf/Luisenstr?no_lines=8&amp;backend=db">Example</a>
+</li>
+</ul>
+</div> <!-- notes -->
+
<div class="about">
<a href="http://finalrewind.org/projects/vrr-fakedisplay/">vrr-fakedisplay</a>
v<%= $version %>