Project

General

Profile

« Previous | Next » 

Revision 48b1eaa7

Added by Patrick Plitzner almost 7 years ago

ref #6816 Show URL of stable identifier

View differences:

modules/cdm_dataportal/includes/occurrences.inc
41 41
        }
42 42
    }
43 43
    if($specimen->preferredStableUri){
44
        $detail_html .= "<br>".create_label("Preferred stable URI") . cdm_external_uri($specimen->preferredStableUri) . "<br>";
44
        $stableIdentifierLink  = l($specimen->preferredStableUri, $specimen->preferredStableUri, array('attributes' => array('target' => '_blank')));
45
        $detail_html .= "<br>".create_label("Preferred stable URI") . $stableIdentifierLink . "<br>";
45 46
    }
46 47
    if($is_specimen_page){
47 48
        // associated taxa

Also available in: Unified diff