rename TreeOfTexts to less annoying stemmaweb
[scpubgit/stemmaweb.git] / root / src / directory.tt
CommitLineData
b8a92065 1 <h2>Choose a text to examine</h2>
2 <div id="text_list">
3 <ul>
4[% SET i = 0 -%]
5[% FOREACH t IN texts -%]
6 <li>[% t.name %] | <a href="relationships?textid=[% t.id %]">Relationship mapper</a>
7[% IF t.has_stemma -%]
8 | <a href="stexaminer?textid=[% t.id %]">Stexaminer</a>
9[% END -%]</li>
10[% i = i + 1 -%]
11[% END -%]
12 </table>
13 </div>