Ignore:
Timestamp:
2006-05-18T15:10:38+12:00 (18 years ago)
Author:
mdewsnip
Message:

Replaced all "_httpcollection_" in metadata (especially srclink) with "_httpprefix_/collect/[collection]" (this works correctly when using cross-collection searching).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/RealMediaPlug.pm

    r11090 r11834  
    119119    # srclink
    120120    $doc_obj->add_metadata($top_section, "FileFormat", "RealMedia");
    121     $doc_obj->add_metadata($top_section, "srclink", "<a href=\"_httpcollection_/index/assoc/[assocfilepath]/[Source]\">");
     121    $doc_obj->add_metadata($top_section, "srclink", "<a href=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/[Source]\">");
    122122    $doc_obj->add_metadata($top_section, "/srclink", "</a>");
    123123    # srcicon (need to include "irmvideo.gif" in the greenstone images directory
Note: See TracChangeset for help on using the changeset viewer.