Project

General

Profile

« Previous | Next » 

Revision e0d3e148

Added by Andreas Kohlbecker almost 6 years ago

ref #7495 basic version of reference page implemented

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
834 834
      $items_render_array[]  = markup_to_render_array(
835 835
        "<div class=\"item\"><div class=\"" . html_class_attribute_ref(new TypedEntityReference("Registration", $registration->uuid)) . "\">"
836 836
          . "<div class=\"identifier\">"
837
          . l($registration->identifier, $registration->identifier, array('absolute' => true, 'attributes' => array('class' => array('identifier'))))
837
          . l($registration->identifier, path_to_registration($registration->identifier), array('absolute' => true, 'attributes' => array('class' => array('identifier'))))
838 838
          . "</div>"
839 839
          . $summary_markup
840 840
          . "</div></div>"

Also available in: Unified diff