diff --git a/public/img/loading.gif b/public/img/loading.gif new file mode 100644 index 0000000..1c72ebb Binary files /dev/null and b/public/img/loading.gif differ diff --git a/templates/default/admin_audit.html.ep b/templates/default/admin_audit.html.ep new file mode 100644 index 0000000..a03c63f --- /dev/null +++ b/templates/default/admin_audit.html.ep @@ -0,0 +1,75 @@ +% title l('ADMIN_AUDIT'); +%= include 'header' +%= include 'public_toolbar' +
+
+
+
+
+
+ +
+ + +
+
+
+
+ +
+
+
+ + + + +
+
+ +
+
+
+ + + + + + + + + + + + + + +
+ <%=l 'EVENT_DATE' %> + + <%=l 'EVENT' %> + + <%=l 'EVENT_MESSAGE' %> +
+
+
+ + +%= include 'js_common' + +%= include 'footer' diff --git a/vroom.pl b/vroom.pl index 6bd1990..a179243 100755 --- a/vroom.pl +++ b/vroom.pl @@ -23,6 +23,7 @@ use Protocol::SocketIO::Handshake; use Protocol::SocketIO::Message; use File::Path qw(make_path); use File::Basename; +use DateTime; use Data::Dumper; app->log->level('info');