source: main/trunk/model-interfaces-dev/heritage-nz/transform/pages/berry.xsl@ 34093

Last change on this file since 34093 was 34093, checked in by davidb, 4 years ago

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

  • Property svn:mime-type set to application/xml
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:java="http://xml.apache.org/xslt/java"
5 xmlns:util="xalan://org.greenstone.gsdl3.util.XSLTUtil"
6 xmlns:gslib="http://www.greenstone.org/skinning"
7 extension-element-prefixes="java util"
8 exclude-result-prefixes="java util">
9
10
11 <!-- 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, '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>
25
26 <xsl:template name="customJavascript">
27 <script type="text/javascript" src="interfaces/{$interface_name}/js/berrybasket/custom.js"><xsl:text> </xsl:text></script>
28 </xsl:template>
29
30
31</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.