body becomes $body. When needing to * access a field's raw values, developers/themers are strongly encouraged to * use these variables. Otherwise they will have to explicitly specify the * desired field language; for example, $node->body['en'], thus overriding any * language negotiation rule that was previously applied. * * @see template_preprocess() * @see template_preprocess_node() * @see template_process() */ ?>
> >
> linkout->none === FALSE ) { ?>
Human-Readable Namedb_name; ?>
Database Pathdb_path; ?>
Database Typedb_dbtype; ?>
FASTA Header Formatlinkout->regex_type; ?>
External Databaselinkout->db_id->name; ?>
RegExlinkout->regex; ?>
Link-out Typelinkout->type; ?>
Whole Genome Viewercvitjs_enabled) ? 'Enabled' : 'Disabled'; ?>
cvitjs_enabled) { print '

Whole Genome Viewer

'; $conf_section = blast_ui_get_cvit_conf_text('data.'.$node->db_name); if (!$conf_section) { print '
There is no section for this genome target defined in the CViTjs configuration file. No genome visualization will be shown until you define a configuration section, "[data.'.$form_state['values']['db_name'].']", at ' .l('Admin > Tripal > Extensions > Tripal BLAST > BLAST UI', 'admin/tripal/extension/tripal_blast') .'.
'; } else { print '

Configuration

' . '
'.$conf_section.'
'; } } ?>