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=be3f0add16109e7ce0b456684ac95788c4c2cb32;hpb=23306161bf2eb441cd5a087d5e630e2b9ece733a;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/src/stexaminer.tt b/stemmaweb/root/src/stexaminer.tt index be3f0ad..de72766 100644 --- a/stemmaweb/root/src/stexaminer.tt +++ b/stemmaweb/root/src/stexaminer.tt @@ -5,17 +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 -%] @@ -23,21 +33,41 @@ function show_stats( row_index ) { [% END -%]
-
- [% svg %] +
+
+ [% 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.)

+
-
-

Aggregate text statistics

- -

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

+ +
+

Statistics for readings at :

+
-
-

Statistics for readings at

+ +
+
+ - copied time(s), changed time(s)
+ Reading root(s) at
+ +
+ +
+
+ Reading parent(s): +
    +
    +
    [% PROCESS footer.tt %] @@ -46,7 +76,7 @@ function show_stats( row_index ) { [% 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 -%]