Changeset 36294 for main


Ignore:
Timestamp:
2022-07-21T19:30:48+12:00 (21 months ago)
Author:
anupama
Message:

Forgot to commit xsl template collectionPath, added since the GS3 version of wiki-e demonstration collection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/expand-gsf.xsl

    r36027 r36294  
    200200    <xsl:template match="params"></xsl:template>
    201201
     202    <xsl:template match="gsf:collectionPath">   
     203        <xslt:value-of select='$library_name'/>
     204        <xsl:text>/collection/</xsl:text>
     205        <xslt:value-of select='/page/pageResponse/collection/@name'/>           
     206    </xsl:template>
     207   
    202208    <xsl:template match="gsf:link">
    203209
Note: See TracChangeset for help on using the changeset viewer.