From 9f8c64bacc2b791e5e5a029e36999cbfeb88bd79 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 19 Feb 2015 22:47:58 +0100 Subject: add d3js and a barplot playground --- templates/layouts/default.html.ep | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/layouts/default.html.ep (limited to 'templates/layouts/default.html.ep') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep new file mode 100644 index 0000000..479a282 --- /dev/null +++ b/templates/layouts/default.html.ep @@ -0,0 +1,34 @@ + + + + <%= stash('title') // 'iris-delay-stats' %> + +% if ($self->stash('refresh_interval')) { + +% } + + + %= stylesheet '/default.css' + %= javascript '/d3.min.js' + %= javascript '/d3.tip.v0.6.3.js' + + + +% if (my $error = stash 'error') { +
Backend-Fehler:
+
+
+%= $error
+
+
+% } + +%= content + +
+dbdb +v<%= stash('version') // '???' %> +
+ + + -- cgit v1.2.3