From e1dc0d3c99217504de2ac8467156274786efc0bd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 9 Oct 2014 16:01:11 +0200 Subject: Big load of changes - Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout --- templates/eventlog/_page.html | 43 ++++++++++++++++++++++++++++++ templates/main-menu-login.html | 50 ----------------------------------- templates/main-menu-logout.html | 50 ----------------------------------- templates/main-menu.html | 58 +++++++++++++++++++++++++++++++++++++++++ templates/page-syslog.html | 30 ++++++++++++++++----- 5 files changed, 125 insertions(+), 106 deletions(-) create mode 100644 templates/eventlog/_page.html delete mode 100644 templates/main-menu-login.html delete mode 100644 templates/main-menu-logout.html create mode 100644 templates/main-menu.html (limited to 'templates') diff --git a/templates/eventlog/_page.html b/templates/eventlog/_page.html new file mode 100644 index 00000000..910b2dd5 --- /dev/null +++ b/templates/eventlog/_page.html @@ -0,0 +1,43 @@ +
+

{{lang_eventLog}}

+ {{{pagenav}}} + + + + + + + + + {{#list}} + + + + + + + {{/list}} + +
{{lang_when}}{{lang_event}}{{lang_details}}
{{date}}{{description}}{{#extra}} + » + + {{/extra}}
+ {{{pagenav}}} +
+ + diff --git a/templates/main-menu-login.html b/templates/main-menu-login.html deleted file mode 100644 index 06e729fe..00000000 --- a/templates/main-menu-login.html +++ /dev/null @@ -1,50 +0,0 @@ - - - diff --git a/templates/main-menu-logout.html b/templates/main-menu-logout.html deleted file mode 100644 index e70e1def..00000000 --- a/templates/main-menu-logout.html +++ /dev/null @@ -1,50 +0,0 @@ - - - diff --git a/templates/main-menu.html b/templates/main-menu.html new file mode 100644 index 00000000..9cc053b9 --- /dev/null +++ b/templates/main-menu.html @@ -0,0 +1,58 @@ + + + diff --git a/templates/page-syslog.html b/templates/page-syslog.html index b7064619..123ac074 100644 --- a/templates/page-syslog.html +++ b/templates/page-syslog.html @@ -16,11 +16,11 @@ {{{pagenav}}} - + - + {{#list}} @@ -29,10 +29,10 @@ - - - - + {{/list}} @@ -40,3 +40,21 @@ {{{pagenav}}} + + + -- cgit v1.2.3-55-g7522
{{lang_when}} {{lang_client}} {{lang_event}}{{lang_details}}{{lang_details}}
{{date}} {{clientip}} {{description}}{{#extra}}»{{/extra}}
{{extra}}
{{#extra}} + » + + {{/extra}}