From 5bca4819dd35226886e85adf6e6c3cebdf1fb00a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 20 Aug 2014 18:49:36 +0200 Subject: move application from cgi directory to project root --- templates/display.html.ep | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/display.html.ep (limited to 'templates/display.html.ep') diff --git a/templates/display.html.ep b/templates/display.html.ep new file mode 100644 index 0000000..e65fdc9 --- /dev/null +++ b/templates/display.html.ep @@ -0,0 +1,23 @@ + + + + <%= $title %> + + %= stylesheet '/display.css' + %= javascript '/jquery-2.1.1.min.js' + + + +
+% for my $d (@{$departures}) { +
+
<%= $d->[0] %>
+
<%= $d->[1] %>
+
<%= $d->[2] %>
+
+% } +
+ + + -- cgit v1.2.3