X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/d9f6b83ed6d8a4546e4119c64b639adda057d25e..a15f4327ced5f017adc52af2c44620dca14b7f28:/data/templates/tool.htm diff --git a/data/templates/tool.htm b/data/templates/tool.htm index ef8e5e0..74533c7 100644 --- a/data/templates/tool.htm +++ b/data/templates/tool.htm @@ -1,23 +1,15 @@ {% extends "base.htm" %} {% block title %} - Tool results: - {%if repo.getDescription %} - {{repo.getDescription}} - {%else%} - {{repo.id}} - {%endif%} + Tool results: {{repo.getTitle}} {% endblock %} {% block content %} -

Tool results: {{repo.getDescription}}

+

Tool results: {{repo.getTitle}}

edit back
-
-

Paste #{{repo.id}}

-
{% for line in toolres.annotations.general %} @@ -28,6 +20,7 @@ {% include 'display-file.htm' %} +
{% for number,lineinfos in toolres.annotations if number != 'general' %} {% for line in lineinfos %}
@@ -35,10 +28,8 @@
{% endfor %} {% endfor %} +
{% include 'display-foot.htm' %} {% endblock %} -{% block sidebar %} -sidebar FIXME -{% endblock %}