Skip to content
Snippets Groups Projects
Commit 2d398d09 authored by Anthony Bretaudeau's avatar Anthony Bretaudeau
Browse files

add image legend

parent abf63fb4
No related branches found
No related tags found
No related merge requests found
......@@ -296,6 +296,10 @@
<img src="<?php echo $GLOBALS['base_url']; ?>/species.jpg" width=200 height=150 class="org_img" />
<?php endif; ?>
<?php if (file_exists('/var/www/html/species_legend.html')): ?>
<?php include('/var/www/html/species_legend.html'); ?>
<?php endif; ?>
<p style="font-style:italic; margin:0; padding:0">Other organisms are available on the <a href="https://bipaa.genouest.org/">BIPAA website</a>.</p>
<p style="font-style:italic; margin:0; padding:0"><a href="<?php echo $GLOBALS['base_url']; ?>/chado/organism">more details...</a></p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment