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

Tool results: {{repo.getDescription}}

+

Tool results: {{repo.getTitle}}

edit back
-
-

Paste #{{repo.id}}

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