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

Stexaminer

-

[% text_title %]

-

Analysis options

+
+
+ + Help / About | Return to index + +

Stexaminer

+

[% text_title %]

+
+
+[% IF error -%] + [% error %] +[% END -%]
@@ -24,52 +36,67 @@ var graphdot = '[% graphdot %]';
-
- [% 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

+
+
+ 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.)

+
+
-

Statistics for readings at :

- + +
-
-
- - copied time(s), changed time(s)
- Reading root(s) at
- -
+
+
+ - copied time(s), changed time(s)
+ Reading root(s) at
+ Reading reversion(s) at
+ + +
-
-
- Reading parent(s): -
    -
    -
    - -
    -
    -
    - Analyze all variation
    - Ignore orthographic variation
    - Ignore orthographic and spelling variation -
    -
    - Include type-1 variation -
    -
    +
    +
    + Reading parent(s): +
      +
      +
      +
      +
      + Reverted reading parent(s): +
        +
        +
        +
        + +
        +
        +
        + Analyze all variation
        + Ignore orthographic variation
        + Ignore orthographic and spelling variation +
        +
        + Include type-1 variation +
        +
        @@ -77,17 +104,16 @@ var graphdot = '[% graphdot %]'; [% BLOCK variantrow -%] -[% SET rowclass = 'class="genealogical"' IF row.genealogical -%] -[% SET rowclass = 'class="coincidental"' UNLESS row.genealogical -%] - +[% 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 -%] +[% SET cellclass = 'clickable' -%] +[% SET cellclass = 'clickable reversion' IF reading.is_reverted -%] +[% SET cellclass = 'clickable conflict' IF reading.is_conflict -%] [% reading.text %] [% END -%] -[% FILTER repeat( row.empty ) -%] - -[% END -%] [% END -%]