Ignore:
Timestamp:
2020-03-22T23:09:20+13:00 (4 years ago)
Author:
davidb
Message:

update to validateQuickSearchForm; google-analytics/tags refinement; tidy up on berry/favourite Basket

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/heritage-nz/transform/pages/berry.xsl

    r33269 r34093  
    1010 
    1111  <!-- set page title -->
    12   <xsl:template name="pageTitle"><a href="{$library_name}/collection/pdf-reports/page/about">Digital Library Home</a><gslib:rightArrow/><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'berry.title')"/></xsl:template>
     12  <xsl:template name="pageTitle"><a href="{$library_name}/collection/pdf-reports/page/about">Digital Library Home</a><gslib:rightArrow/><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'favourites.title')"/></xsl:template>
     13
     14  <!-- optional cgi-params for links to document pages -->
     15  <!-- here because collectionConfig.xml defined a template in
     16       its *global* section that uses gsf:link, which in turn then
     17       generates XSL tags that refer to opt-doc-link-arg -->
     18  <!-- not strictly necessary in berry.xsl as currently used
     19       in the HeritageDL, which is to access the berryBasket/favouriteBasket
     20       without a c=xxx argument, and so doesn't draw in the
     21       collectionConfig.xml file, however added here as a catch-all
     22       in case this changes in the future and c=xxxx added in -->
     23
     24  <xsl:variable name="opt-doc-link-args"></xsl:variable>
    1325
    1426  <xsl:template name="customJavascript">
Note: See TracChangeset for help on using the changeset viewer.