X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Fstexaminer.tt;h=be3f0add16109e7ce0b456684ac95788c4c2cb32;hb=76f05423e4d36c01a24381f4b1ec91b4a762bfbe;hp=4298e0b4bf209ed38c44e964f5658178751ab09e;hpb=0737e7ddd147f7cc1c9b5ef087ca04dcce238b54;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/stexaminer.tt b/root/src/stexaminer.tt index 4298e0b..be3f0ad 100644 --- a/root/src/stexaminer.tt +++ b/root/src/stexaminer.tt @@ -1,16 +1,21 @@ -[% PROCESS header.tt +[% WRAPPER header.tt pagetitle = "Stexaminer - $text_title" applicationjs = c.uri_for('/js/stexaminer.js') applicationstyle = c.uri_for('/css/stexaminer.css') %] + +[% 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 -%] @@ -18,6 +23,22 @@ [% END -%]
+
+ [% svg %] +
+
+

Aggregate text statistics

+ +

(Choose a row in the table to display statistics about individual readings.)

+
+
+

Statistics for readings at

+
+ [% PROCESS footer.tt %] @@ -25,7 +46,7 @@ [% SET rowclass = 'class="genealogical"' IF row.genealogical -%] [% SET rowclass = 'class="coincidental"' UNLESS row.genealogical -%] - [% row.id %] + [% row.id %] [% FOREACH reading IN row.readings -%] [% SET cellclass = 'clickable conflict' IF reading.conflict -%] [% SET cellclass = 'clickable' IF !reading.conflict -%]