Ignore:
Timestamp:
2017-09-07T10:04:11+12:00 (7 years ago)
Author:
kjdon
Message:

adding a link to download the tif image. needed for lynda for ease of reading the images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/pei-jones/transform/pages/document.xsl

    r31907 r31941  
    128128    <xsl:template name="topLevelSectionContent">
    129129        <xsl:call-template name="wrappedSectionImage"/>
     130        <xsl:call-template name="imageDownloadLink"/>
    130131        <xsl:call-template name="pjMetadataDisplayTable"/>
    131132        <xsl:call-template name="wrappedSectionText"/>
     
    133134   
    134135    <xsl:template name="sectionContent">
    135         <xsl:call-template name="wrappedSectionImage"/>
     136      <xsl:call-template name="wrappedSectionImage"/>
     137      <xsl:call-template name="imageDownloadLink"/>
    136138        <xsl:call-template name="pjMetadataDisplayTable"/>
    137139        <xsl:call-template name="wrappedSectionText"/>
    138140    </xsl:template>
    139141
     142    <xsl:template name="imageDownloadLink">
     143      <gsf:link type="source" source_meta="Source">download tif image</gsf:link>
     144    </xsl:template>
    140145
    141146    <xsl:template name="pjMetadataDisplayTable">
Note: See TracChangeset for help on using the changeset viewer.