From fd26aad769b97b432c254f251b7037d9a3c7db61 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 20 Aug 2014 18:48:52 +0200 Subject: do not use inline css --- cgi/templates/layouts/default.html.ep | 348 +--------------------------------- 1 file changed, 2 insertions(+), 346 deletions(-) (limited to 'cgi/templates/layouts/default.html.ep') diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 88ae09b..8600b8f 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -7,359 +7,15 @@ % } - + %= stylesheet '/default.css' %= javascript '/jquery-1.10.2.min.js' %= javascript '/marquee.js' %= javascript begin $(function () { $('marquee').marquee() }); % end - + % if (my $error = stash 'error') {
Received an error from the backend service:
-- cgit v1.2.3