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).''; ?> stock->stock_dbxref; if (!$db_references) { $db_references = array(); } elseif (!is_array($db_references)) { $db_references = array($db_references); } ?>
References
The stock 'stock->name ?>' is also available at these locations
0){ ?> dbxref_id; $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_id->name?> db_id->urlprefix){ print l($dbxref->accession, $dbxref->db_id->urlprefix.$dbxref->accession); } else { print $dbxref->accession; } ?>
There are no external database references for the current stock.'; }?>