# HG changeset patch # User Jan Kanis # Date 1399978443 -7200 # Node ID 8e61627a87f1915686cad4a01aa2937ebb603c6d # Parent db7e4ee3be032e033439cb107f91a48f8fd18923 make html more semantic diff -r db7e4ee3be03 -r 8e61627a87f1 blast_html.html.jinja --- a/blast_html.html.jinja Tue May 13 12:22:35 2014 +0200 +++ b/blast_html.html.jinja Tue May 13 12:54:03 2014 +0200 @@ -182,10 +182,6 @@ height: 4px; } - - - div#descriptions { - } table.descriptiontable { font-size: 85%; @@ -225,7 +221,7 @@ - #alignments .white { + .alignments .white { padding: 1.5em 1em; } @@ -344,7 +340,7 @@

Nucleotide Sequence ({{length}} letters)

-
+
{% for param, value in params %} @@ -352,21 +348,21 @@ {% endfor %}
-
+ {% if not (blast.BlastOutput_iterations.findall('Iteration') and blast.BlastOutput_iterations.Iteration.Iteration_hits.findall('Hit')) %} -
+

No Results

No Matches
-
+ {% else %} -
+

Graphic Summary

@@ -417,11 +413,11 @@
- + -
+

Descriptions

@@ -456,11 +452,11 @@
-
+ -
+

Alignments

@@ -530,7 +526,7 @@ {% endfor %}
-
+ {% endif %}