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=e855d48002e546dcce641f927a29d5b31ad819f0;hpb=801332be870237f750e5317ee4a94056435143d6;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/src/stexaminer.tt b/stemmaweb/root/src/stexaminer.tt index e855d48..de72766 100644 --- a/stemmaweb/root/src/stexaminer.tt +++ b/stemmaweb/root/src/stexaminer.tt @@ -1,14 +1,30 @@ -[% PROCESS header.tt +[% WRAPPER header.tt pagetitle = "Stexaminer - $text_title" - applicationjs = base _ "js/stexaminer.js" + 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 %] +
+

Analysis options:

+
+
+ Analyze all variation
+ Ignore orthographic variation
+ Ignore orthographic and spelling variation +
+
+ Include type-1 variation +
+
+ Re-analyze +
+
@@ -17,6 +33,42 @@ [% END -%]
+
+
+ [% 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.)

+
+
+ +
+

Statistics for readings at :

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