From c29dd33eae1d3449bc9639cc05ac00551a94bb60 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 17 Feb 2015 01:17:42 +0100 Subject: webui temp --- module/web/templates/default/logs.html | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 module/web/templates/default/logs.html (limited to 'module/web/templates/default/logs.html') diff --git a/module/web/templates/default/logs.html b/module/web/templates/default/logs.html new file mode 100644 index 000000000..d6288df0e --- /dev/null +++ b/module/web/templates/default/logs.html @@ -0,0 +1,41 @@ +{% extends 'default/base.html' %} + +{% block title %}{{_("Logs")}} - {{super()}} {% endblock %} +{% block subtitle %}{{_("Logs")}}{% endblock %} +{% block head %} + +{% endblock %} + +{% block content %} +
+ +
<< {{_("Start")}} < {{_("prev")}} {{_("next")}} > {{_("End")}} >>
+
+
+ +   + + +
+
+
{{warning}}
+
+
+ + {% for line in log %} + + {% endfor %} +
{{line.line}}{{line.date}}{{line.level}}{{line.message}}
+
+
+
+ + +
+
+
 
+{% endblock %} \ No newline at end of file -- cgit v1.2.3