diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/scripts/validation_report_template.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/scripts/validation_report_template.html Tue Aug 10 14:29:28 2010 +0300 @@ -0,0 +1,30 @@ +{% extends "cone_base.html" %} +{% block title %}Validation report{% endblock %} +{% block content %} +

Validation problems:


+ + + + + + + + + + {% for problem in problems %} + + + + + + + + {% endfor %} + +
FileLineTypeSeverityMessage
{{ problem.file }}{{ problem.line }}{{ problem.type }}{{ problem.severity }}{{ problem.msg }}
+ +{% endblock %} \ No newline at end of file