Ignore:
Timestamp:
2010-08-17T17:05:03+12:00 (14 years ago)
Author:
mdewsnip
Message:

Removed some old (commented out) "[srclink]" code, as part of tidying up the dmsafe stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/OpenDocumentPlugin.pm

    r21764 r22655  
    262262
    263263    #setup to doclink thingi
    264     #my $doclink = "<a href=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/$file_only\">";
    265     #$doc_obj->add_utf8_metadata ("", "srclink",  $doclink);
    266264    $doc_obj->add_metadata ("", "srclink_file", "[SourceFile]");
    267265    $doc_obj->add_utf8_metadata ("", "srcicon",  "<img border=\"0\" align=\"absmiddle\" src=\"_httpprefix_/collect/[collection]/index/assoc/[assocfilepath]/thumbnail.png\" alt=\"View the Open document\" title=\"View the Open document\">");
    268     #$doc_obj->add_utf8_metadata ("", "/srclink", "</a>");
    269266    $self->set_Source_metadata($doc_obj, $file_only);
    270267     $doc_obj->set_utf8_metadata_element("", "FileSize", (-s $filename));
Note: See TracChangeset for help on using the changeset viewer.