From 046ad7edaf090715a37289494434081cd04a8c0c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 13 Dec 2013 11:29:58 +0100 Subject: start work on infoscreen template --- cgi/templates/infoscreen.html.ep | 247 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 cgi/templates/infoscreen.html.ep (limited to 'cgi/templates') diff --git a/cgi/templates/infoscreen.html.ep b/cgi/templates/infoscreen.html.ep new file mode 100644 index 0000000..068bb84 --- /dev/null +++ b/cgi/templates/infoscreen.html.ep @@ -0,0 +1,247 @@ + + + + <%= $title %> + +% if ($self->stash('refresh_interval')) { + +% } + + + + + +% if (my $error = stash 'error') { +
Received an error from the backend service:
+
+
+%= $error
+
+
+% } + +
+ +
+ +
+db-fakedisplay +v<%= $version %> +
+ + + -- cgit v1.2.3