rename TreeOfTexts to less annoying stemmaweb
[scpubgit/stemmatology.git] / stemmaweb / root / src / directory.tt
CommitLineData
e367f5c0 1 <h2>Choose a text to examine</h2>
2 <div id="text_list">
3 <ul>
4[% SET i = 0 -%]
5[% FOREACH t IN texts -%]
3837c155 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>
e367f5c0 10[% i = i + 1 -%]
11[% END -%]
12 </table>
13 </div>