allow automatic sizing of stemma; put more data into the visualizer
[scpubgit/stemmatology.git] / TreeOfTexts / root / src / frontpage.tt
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3   <head>
4     <META http-equiv="Content-Type" content="text/html; charset=utf-8">
5     <link type="text/css" href="[% c.uri_for('css/cupertino/jquery-ui-1.8.13.custom.css') %]" rel="stylesheet" />
6     [% INCLUDE style.tt2 %]
7   </head>
8   <body>
9     <h1>Stexaminer</h1>
10     <h2>Choose a text to examine</h2>
11     <div id="text_list">
12       <ul>
13 [% SET i = 0 -%]
14 [% FOREACH t IN texts -%]
15         <li><a href="view_text?textid=[% i %]">[% t %]</a></li>
16 [% i = i + 1 -%]
17 [% END -%]
18      </table>
19     </div>
20   </body>
21 </html>