refactor the hardcoded attribute stuff in as_dot
[scpubgit/stemmatology.git] / stemmaweb / root / src / stemma_gadget.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     <script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
6     <script type="text/javascript" src="js/jquery-ui-1.8.10.custom.min.js"></script>
7     <script type="text/javascript" src="js/interaction.js"></script>
8     <link type="text/css" href="[% c.uri_for('css/cupertino/jquery-ui-1.8.13.custom.css') %]" rel="stylesheet" />
9     [% INCLUDE style.tt2 %]
10   </head>
11   <body>
12     <div id="svg_graph">
13       [% svg %]
14     </div>
15   </body>
16 </html>