From 89adf31327f5526019115c31bddd57e2aa9640e6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 15 Aug 2011 00:09:24 +0200 Subject: cgi/index.pl: Hopefully better HTML --- cgi/index.pl | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/cgi/index.pl b/cgi/index.pl index 96dd488..866f867 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -73,12 +73,29 @@ app->start(); __DATA__ @@ index.html.ep -% title 'DB Fakedisplay'; + + + + DB Fakedisplay + + + +
+

+DB-Fakedisplay displays the next departures at a DB station, just like the big +LC display in the station itself. +

+ <% if (my $error = stash 'error') { %> Error: <%= $error %>
<% } %> <%= form_for index => begin %> - Stop:
+ Station name:
<%= text_field 'station' %>
<%= submit_button 'Display' %> <% end %> + +
+ + -- cgit v1.2.3