[% WRAPPER header.tt 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

[% FOREACH row IN variants -%] [% INCLUDE variantrow %] [% END -%]
[% svg %]

Aggregate text statistics

(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):
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 %] [% 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 ) -%] [% END -%] [% END -%]