X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Froot%2Fsrc%2Fstexaminer.tt;h=3867a948755bb6fc2e7e40d5868caef08f69a42c;hb=cf9626aa522609c7905db938407b8ef41ab8c840;hp=d74d93d9d9c0015bd24ec20d26a5496f9e37d5b6;hpb=3ae5e2ad0a527d1c2cff70a4355279eff6a0c653;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/src/stexaminer.tt b/stemmaweb/root/src/stexaminer.tt index d74d93d..3867a94 100644 --- a/stemmaweb/root/src/stexaminer.tt +++ b/stemmaweb/root/src/stexaminer.tt @@ -1,8 +1,24 @@ -[% BLOCK js %] - - - -[% END %] +[% PROCESS header.tt + pagetitle = "Stexaminer - $text_title" + applicationjs = "/js/stexaminer.js" +%] +

Stexaminer

+

[% text_title %]

+
+

Analyzed [% total %] variant locations, of which [% genealogical %] entirely followed the stemma. [% conflict %] readings conflicted with the stemma.

+
+
+ [% svg %] +
+
+ +[% FOREACH row IN variants -%] +[% INCLUDE variantrow %] +[% END -%] +
+
+[% PROCESS footer.tt %] + [% BLOCK variantrow -%] [% SET rowclass = 'class="genealogical"' IF row.genealogical -%] @@ -19,19 +35,3 @@ [% END -%] [% END -%] -

Stexaminer

-

[% text_title %]

-
-

Analyzed [% total %] variant locations, of which [% genealogical %] entirely followed the stemma. [% conflict %] readings conflicted with the stemma.

-
-
- [% svg %] -
-
- -[% FOREACH row IN variants -%] -[% INCLUDE variantrow %] -[% END -%] -
-
-