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); } ?>
Dababase | Accession |
---|---|
db_id->name?> | db_id->urlprefix){ print l($dbxref->accession, $dbxref->db_id->urlprefix.$dbxref->accession); } else { print $dbxref->accession; } ?> |