wrapperize the HTML templates
[scpubgit/stemmatology.git] / TreeOfTexts / root / src / frontpage.tt
CommitLineData
4fb61281 1[% BLOCK js %]
2[% END %]
3
e367f5c0 4 <h2>Choose a text to examine</h2>
5 <div id="text_list">
6 <ul>
7[% SET i = 0 -%]
8[% FOREACH t IN texts -%]
9 <li><a href="view_text?textid=[% i %]">[% t %]</a></li>
10[% i = i + 1 -%]
11[% END -%]
12 </table>
13 </div>