greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16481

Show
Ignore:
Timestamp:
2008-07-21 10:08:58 (4 months ago)
Author:
kjdon
Message:

changed the cover image url so that it works in cross collection searching. changed _httpcollimg_ to _httpprefix_/collect/[collection]/index/assoc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gsdl/trunk/src/recpt/browsetoolsclass.cpp

    r15418 r16481  
    104104text_t browsetoolsclass::get_cover_image() 
    105105{ 
    106   return "_httpcollimg_/{Or}{[parent(Top):archivedir],[archivedir]}/cover.jpg"; 
     106  return "_httpprefix_/collect/[collection]/index/assoc/{Or}{[parent(Top):archivedir],[archivedir]}/cover.jpg"; 
    107107} 
    108108