Home
last modified time | relevance | path

Searched refs:summaryURL (Results 1 – 1 of 1) sorted by relevance

/plugin/pubchem/
H A Dsyntax.php10 var $summaryURL=''; variable in syntax_plugin_pubchem
25 $this->summaryURL = 'https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=';
92 $renderer->doc .= 'href="'.$this->summaryURL.$cid.'" title="Go to PubChem site" class="pubchem_link">'.$cid.'</a>'.NL;
147 $tag = '<div class="pubchem_imgbox"><a href="'.$this->summaryURL.$cid.'" target=_blank>';