From ceef0eda607c16844043be2477bf0da5abf9aec4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 3 Sep 2013 18:51:01 +0200 Subject: add experimental HTML frontend --- cgi/templates/display.html.ep | 74 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 cgi/templates/display.html.ep (limited to 'cgi/templates/display.html.ep') diff --git a/cgi/templates/display.html.ep b/cgi/templates/display.html.ep new file mode 100644 index 0000000..b61dabf --- /dev/null +++ b/cgi/templates/display.html.ep @@ -0,0 +1,74 @@ + + + + <%= $title %> + + + + + + +
+% for my $d (@{$departures}) { +
+
<%= $d->[0] %>
+
<%= $d->[1] %>
+
<%= $d->[2] %>
+
+% } +
+ + + -- cgit v1.2.3