Changeset 21313


Ignore:
Timestamp:
2009-12-09T15:29:36+13:00 (14 years ago)
Author:
kjdon
Message:

moved the image macros into a separate replaceList - need to include this one too if doing an image collection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/sites/localsite/siteConfig.xml

    r21280 r21313  
    3636    <replace macro="\[archivedir\]" scope="all" metadata="archivedir" resolve="false"/>
    3737    <replace macro="\[assocfilepath\]" scope="metadata" metadata="assocfilepath" resolve="false"/>
    38     <replace macro="\[Image\]" scope="metadata" metadata="Image" resolve="false"/>
    39     <replace macro="\[Thumb\]" scope="metadata" metadata="Thumb" resolve="false"/>
    40     <replace macro="\[ThumbWidth\]" scope="metadata" metadata="ThumbWidth" resolve="false"/>
    41     <replace macro="\[ThumbHeight\]" scope="metadata" metadata="ThumbHeight" resolve="false"/>
    42     <replace macro="\[Screen\]" scope="metadata" metadata="Screen" resolve="false"/>
    43     <replace macro="\[ScreenWidth\]" scope="metadata" metadata="ScreenWidth" resolve="false"/>
    44     <replace macro="\[ScreenHeight\]" scope="metadata" metadata="ScreenHeight" resolve="false"/>
    4538    <replace macro="\[srcurl\]" scope="metadata" metadata="srcurl" resolve="false"/>
    4639    <replace macro="\[SourceFile\]" scope="metadata" metadata="SourceFile" resolve="false"/>
     
    5245    <replace macro="_httpextlink_" scope="all" text="_libraryname_?el=&amp;a=d&amp;c=_clustername_&amp;d=" resolve="true"/>
    5346  </replaceList>
    54 
     47  <replaceList  id="gs2-image">
     48    <replace macro="\[Image\]" scope="metadata" metadata="Image" resolve="false"/>
     49    <replace macro="\[Thumb\]" scope="metadata" metadata="Thumb" resolve="false"/>
     50    <replace macro="\[ThumbWidth\]" scope="metadata" metadata="ThumbWidth" resolve="false"/>
     51    <replace macro="\[ThumbHeight\]" scope="metadata" metadata="ThumbHeight" resolve="false"/>
     52    <replace macro="\[Screen\]" scope="metadata" metadata="Screen" resolve="false"/>
     53    <replace macro="\[ScreenWidth\]" scope="metadata" metadata="ScreenWidth" resolve="false"/>
     54    <replace macro="\[ScreenHeight\]" scope="metadata" metadata="ScreenHeight" resolve="false"/>
     55  </replaceList>
    5556    <metadataList xmlns:gsf="http://www.greenstone.org/greenstone3/schema/MetadataFormat" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    5657        <metadata name="siteURL">http://localhost:8080/greenstone3/</metadata>
Note: See TracChangeset for help on using the changeset viewer.