add application launcher buttons for stexaminer and relationship mapper
[scpubgit/stemmatology.git] / stemmaweb / root / src / directory.tt
CommitLineData
329b68ed 1 <h3>Choose a text to examine</h3>
e367f5c0 2 <div id="text_list">
3 <ul>
4[% SET i = 0 -%]
5[% FOREACH t IN texts -%]
57acbbe2 6 <li><span class="traditionname" onClick="$('.traditionname').removeClass('selected');$(this).addClass('selected');loadTradition('[% t.id %]','[% t.name %]')">[% t.name %]</span></li>
e367f5c0 7[% i = i + 1 -%]
8[% END -%]
9 </table>
10 </div>