Project

General

Profile

« Previous | Next » 

Revision eacb76d2

Added by Patrick Plitzner about 8 years ago

Add link to associated taxa in specimen page #5611

View differences:

modules/cdm_dataportal/includes/occurrences.inc
62 62
        // associated taxa
63 63
        if($preservedSpecimenDTO->associatedTaxa){
64 64
            $detail_html .= "<br>";
65
            $detail_html .= create_label("Determined as");
65
            $detail_html .= create_label("Associated with");
66 66
                if(sizeof($preservedSpecimenDTO->associatedTaxa)>1){
67 67
                    $detail_html .= "<br>";
68 68
                }
69 69
            foreach($preservedSpecimenDTO->associatedTaxa as $associatedTaxon){
70
                $detail_html .= $associatedTaxon."<br>";
70
                $detail_html .= l($associatedTaxon->second, path_to_taxon($associatedTaxon->first, "specimens"));//$associatedTaxon->second."<br>";
71 71
            }
72 72
        }
73 73
    }

Also available in: Unified diff