9 newick => 'newick string',
11 image_map => 'html image map',
12 image_map_name => 'name of the image map for <img usemap="" ... />',
22 <div id="popup" style="visibility:hidden; position:absolute; top:0; left:0;">
24 <tr><td id="org_title"><font color="#000000">Title Goes Here</font></td></tr>
25 <tr><td id="org_content" bgcolor="#ffffff">
26 Organism content goes here
30 <div class="organism_tree">
32 % if( $organism_tree->{image_uri} && $organism_tree->{image_map} ) {
34 % if( $organism_tree->{newick} ) {
35 <form action="/tools/tree_browser/index.pl" method="post">
36 <input type="hidden" name="tree_string" value="<% $organism_tree->{newick} |h %>" />
37 <input type="submit" value="show in tree browser" />
41 <img src="<% $organism_tree->{image_uri} %>" usemap="#<% $organism_tree->{image_map_name} |h %>" />
42 <% $organism_tree->{image_map} %>
45 <span class="ghosted">temporarily unavailable</span>