X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Froot%2Fsrc%2Fstexaminer.tt;h=de727667707c9787c68c893c3faef2bc335c801a;hb=e217c221e9686dd0a819bdd72afa4861dfb99236;hp=10c4632c1998d8484affbb52831f15d865ff3f01;hpb=3751a3c2c4eaddfa74f95582716fbddbac48f097;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/src/stexaminer.tt b/stemmaweb/root/src/stexaminer.tt index 10c4632..de72766 100644 --- a/stemmaweb/root/src/stexaminer.tt +++ b/stemmaweb/root/src/stexaminer.tt @@ -5,10 +5,27 @@ %] [% END -%]

Stexaminer

[% text_title %]

+
+

Analysis options:

+
+
+ Analyze all variation
+ Ignore orthographic variation
+ Ignore orthographic and spelling variation +
+
+ Include type-1 variation +
+
+ Re-analyze +
+
+
[% FOREACH row IN variants -%] @@ -16,18 +33,20 @@ var readingstats = [% reading_statistics %]; [% END -%]
-
- [% svg %] -
-
-

Aggregate text statistics

- -

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

+
+
+ [% svg %] +
+
+

Aggregate text statistics

+
    +
  • Total number of variant locations analyzed: [% total %]
  • +
  • Number of fully genealogical locations: [% genealogical %]
  • +
  • Number of readings that conflict with the stemma: [% conflict %]
  • +
  • Genealogical reading transitions by relationship type: [% todo %]
  • +
+

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

+
@@ -35,9 +54,9 @@ var readingstats = [% reading_statistics %];
-
+
- - copied times, changed times
+ - copied time(s), changed time(s)
Reading root(s) at
@@ -57,7 +76,7 @@ var readingstats = [% reading_statistics %]; [% 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 -%]