start a real index page for traditions
[scpubgit/stemmatology.git] / stemmaweb / root / src / index.tt
1 [% WRAPPER header.tt
2         pagetitle = "Stemmaweb - Text tradition tools"
3         applicationjs = "js/componentload.js"
4 %]
5     <script type="text/javascript">
6 $(document).ready(function() {
7     // call out to load the directory div
8     $('#directory').load( "[% c.uri_for( 'directory' ) %]" );
9 });
10     </script>
11
12 [% END %]
13
14     <div id="topbanner"><h1>Stemmaweb - a collection of tools for analysis of collated texts</h1></div>
15     <div id="directory"></div>
16     <div id="stemma_graph"></div>
17     <div id="variant_graph"></div>
18
19 [% PROCESS footer.tt %]