X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Fstexaminer.tt;h=f4acca326293ed25a952b4e910d10d696e293d36;hb=917bee1c66759cddcec3b5389a4de3b647b91f84;hp=3867a948755bb6fc2e7e40d5868caef08f69a42c;hpb=fb6e49b37b75d81a8a6c7935318a06a5c271b869;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/stexaminer.tt b/root/src/stexaminer.tt index 3867a94..f4acca3 100644 --- a/root/src/stexaminer.tt +++ b/root/src/stexaminer.tt @@ -1,14 +1,32 @@ -[% PROCESS header.tt - pagetitle = "Stexaminer - $text_title" - applicationjs = "/js/stexaminer.js" +[% WRAPPER header.tt + pagetitle = "Stexaminer - $text_title" + applicationjs = c.uri_for('/js/stexaminer.js') + applicationstyle = c.uri_for('/css/stexaminer.css') %] -

Stexaminer

-

[% text_title %]

-
-

Analyzed [% total %] variant locations, of which [% genealogical %] entirely followed the stemma. [% conflict %] readings conflicted with the stemma.

+ +[% END -%] +
+
+ + Help / About | Return to index + +

Stexaminer

+

[% text_title %]

-
- [% svg %] +
+[% IF error -%] + [% error %] +[% END -%]
@@ -17,21 +35,85 @@ [% END -%]
+
+
+
+
+

Aggregate text statistics

+
+
+ Analysis options +
+
+
+
    +
  • 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.)

+
+
+
+ +
+ + +
+ +
+
+ - copied time(s), changed time(s)
+ Reading root(s) at
+ Reading reversion(s) at
+ + +
+
+ +
+
+ Reading parent(s): +
    +
    +
    +
    +
    + Reverted reading parent(s): +
      +
      +
      +
      + +
      +
      +
      + Analyze all variation
      + Ignore orthographic variation
      + Ignore orthographic and spelling variation +
      +
      + Include type-1 variation +
      +
      +
      + + [% PROCESS footer.tt %] [% BLOCK variantrow -%] -[% SET rowclass = 'class="genealogical"' IF row.genealogical -%] -[% SET rowclass = 'class="coincidental"' UNLESS row.genealogical -%] - - [% row.id %] +[% SET rowclass = 'coincidental' -%] +[% SET rowclass = 'genealogical' IF row.genealogical -%] +[% SET rowclass = "$rowclass unsolved" IF row.unsolved -%] + + [% row.id %] [% FOREACH reading IN row.readings -%] -[% SET cellclass = 'clickable conflict' IF reading.conflict -%] -[% SET cellclass = 'clickable' IF !reading.conflict -%] - [% reading.text %] -[% END -%] -[% FILTER repeat( row.empty ) -%] - +[% SET cellclass = 'clickable' -%] +[% SET cellclass = 'clickable reversion' IF reading.is_reverted -%] +[% SET cellclass = 'clickable conflict' IF reading.is_conflict -%] + [% reading.text %] [% END -%] [% END -%]