db_references: an array of stock database reference objects // where each object has the following fields: dbxref_id, accession, // version, description, db_id, db_name, db_description, db_url, // db_urlprefix // NOTE: For a full listing of fields available in the node object the // print_r $node line below or install the Drupal Devel module which // provides an extra tab at the top of the node page labelled Devel ?> '.print_r($node,TRUE).''; ?>
References
The stock 'stock_name ?>' is also available at these locations
db_references) > 0){ ?> db_references as $result){ $class = 'tripal_stock-table-odd-row tripal-table-odd-row'; if($i % 2 == 0 ){ $class = 'tripal_stock-table-odd-row tripal-table-even-row'; } ?>
Dababase Accession
db_name?> db_urlprefix){ print l($result->accession, $result->db_urlprefix.$result->accession); } else { print $result->accession; } ?>