From 01f098296870cf56f835fa1222607d8216f52811 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 22 Jun 2015 15:12:20 +0200 Subject: prettify html docs --- libpathod/templates/log.html | 59 ++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 30 deletions(-) (limited to 'libpathod/templates/log.html') diff --git a/libpathod/templates/log.html b/libpathod/templates/log.html index 19468d66..b0484cb8 100644 --- a/libpathod/templates/log.html +++ b/libpathod/templates/log.html @@ -1,32 +1,31 @@ -{% extends "frame.html" %} -{% block body %} -
- -
-

Logs

-
+{% extends "frame.html" %} {% block body %} +
+ +
- - - - - - - - - - {% for i in log %} - - {% if i["type"] == 'error' %} - - {% else %} - - - - {% endif %} - - {% endfor %} - -
idmethodpath
ERROR: {{ i["msg"] }}{{ i["id"] }}{{ i["request"]["method"] }}{{ i["request"]["path"] }}
-{% endblock %} +

Logs

+
+ + + + + + + + + + {% for i in log %} + + {% if i["type"] == 'error' %} + + {% else %} + + + + {% endif %} + + {% endfor %} + +
idmethodpath
ERROR: {{ i["msg"] }}{{ i["id"] }}{{ i["request"]["method"] }}{{ i["request"]["path"] }}
+{% endblock %} -- cgit v1.2.3