aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-04-13 20:08:44 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-04-13 20:08:44 +0200
commit2dfcf63d36081fc0cb4250db0bd804f754c38e65 (patch)
tree41d50325c8d644b991ca5a56315ce5fe83c91237 /data
parent2b6e8d301068d81636ea4002ec9099d1cfb7074b (diff)
downloadphorkie-2dfcf63d36081fc0cb4250db0bd804f754c38e65.tar.gz
phorkie-2dfcf63d36081fc0cb4250db0bd804f754c38e65.zip
better error styling
Diffstat (limited to 'data')
-rw-r--r--data/templates/tool.htm2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/tool.htm b/data/templates/tool.htm
index ef8e5e0..27e6d9d 100644
--- a/data/templates/tool.htm
+++ b/data/templates/tool.htm
@@ -28,6 +28,7 @@
{% include 'display-file.htm' %}
+ <div class="annotations">
{% for number,lineinfos in toolres.annotations if number != 'general' %}
{% for line in lineinfos %}
<div class="alert {{line.getAlertLevel}}">
@@ -35,6 +36,7 @@
</div>
{% endfor %}
{% endfor %}
+ </div>
{% include 'display-foot.htm' %}
{% endblock %}