organism;
// the comment field is a database text field so we have to expand it so that
// it is included in the organism object
$organism = tripal_core_expand_chado_vars($organism,'field','organism.comment');
?>
Organism Details

species.".jpg";
$image_dir = file_directory_path() . "/tripal/tripal_organism/images";
$files = file_scan_directory($image_dir,$image_name);
if(sizeof($files) > 0){
print file_create_url("$image_dir/$image_name");
} else {
$image_file = file_directory_path() . "/tripal/tripal_organism/images/".$node->nid.".jpg";
print file_create_url($image_file);
}
?>">
Common Name |
common_name; ?> |
Genus |
genus; ?> |
Species |
species; ?> |
Abbreviation |
abbreviation; ?> |