reconfigure stexaminer layout
[scpubgit/stemmatology.git] / stemmaweb / root / src / stexaminer.tt
index 4298e0b..9a30643 100644 (file)
@@ -8,9 +8,6 @@
     <div id="statistics">
       <p>Analyzed [% total %] variant locations, of which [% genealogical %] entirely followed the stemma.  [% conflict %] readings conflicted with the stemma.</p>
     </div>
-    <div id="stemma_graph">
-      [% svg %]
-    </div>
     <div id="variants_table">
       <table>
 [% FOREACH row IN variants -%]
@@ -18,6 +15,9 @@
 [% END -%]
      </table>
     </div>
+    <div id="stemma_graph">
+      [% svg %]
+    </div>
 [% PROCESS footer.tt %]