Changeset 33703 for main


Ignore:
Timestamp:
2019-11-19T14:03:46+13:00 (4 years ago)
Author:
kjdon
Message:

added more breadcrumbs for ease of finding your way back to the start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/depositor/depositor.xsl

    r27919 r33703  
    1010    <!-- use the 'main' layout -->
    1111    <xsl:include href="layouts/main.xsl"/>
    12 
     12   
    1313    <!-- Used to store how many pages are present in the depositor -->
    1414    <xsl:variable name="numOfPages">5</xsl:variable>
     
    1818
    1919    <!-- set page breadcrumbs -->
    20     <xsl:template name="breadcrumbs"></xsl:template>
     20    <xsl:template name="breadcrumbs">
     21      <gslib:siteLink/><gslib:rightArrow/><gslib:depositorTitleAndLink/><gslib:rightArrow/>
     22      <xsl:if test="/page/pageResponse/collection">
     23        <gslib:collectionNameLinked/><gslib:rightArrow/>
     24      </xsl:if>
     25    </xsl:template>
    2126
    2227    <!-- the page content -->
Note: See TracChangeset for help on using the changeset viewer.