X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Froot%2Fsrc%2Fstexaminer.tt;h=be3f0add16109e7ce0b456684ac95788c4c2cb32;hb=e1083e99492d7847a1a5112751a1fba61d5c4655;hp=2e2ad719fe105ef74a141e7ffcf35ee57a8403c4;hpb=57acbbe2384a484550eaf2ba2bbc7920fabe94a5;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/src/stexaminer.tt b/stemmaweb/root/src/stexaminer.tt index 2e2ad71..be3f0ad 100644 --- a/stemmaweb/root/src/stexaminer.tt +++ b/stemmaweb/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,11 +46,11 @@ [% 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 -%] - [% reading.text %] + [% reading.text %] [% END -%] [% FILTER repeat( row.empty ) -%]