X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Froot%2Fsrc%2Fstexaminer.tt;h=10c4632c1998d8484affbb52831f15d865ff3f01;hb=3751a3c2c4eaddfa74f95582716fbddbac48f097;hp=2e2ad719fe105ef74a141e7ffcf35ee57a8403c4;hpb=57acbbe2384a484550eaf2ba2bbc7920fabe94a5;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/src/stexaminer.tt b/stemmaweb/root/src/stexaminer.tt index 2e2ad71..10c4632 100644 --- a/stemmaweb/root/src/stexaminer.tt +++ b/stemmaweb/root/src/stexaminer.tt @@ -1,16 +1,14 @@ -[% 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 +16,40 @@ [% END -%]
+
+ [% svg %] +
+
+

Aggregate text statistics

+ +

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

+
+ +
+

Statistics for readings at :

+ +
+ +
+
+ - copied times, changed times
+ Reading root(s) at
+ +
+
+ +
+
+ Reading parent(s): + +
+
+ [% PROCESS footer.tt %] @@ -25,11 +57,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 ) -%]