source: main/trunk/model-interfaces-dev/heritage-nz/transform/pages/verify.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: 977 bytes
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 <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, 'verify.title')"/></xsl:template>
12
13 <!-- optional cgi-params for links to document pages -->
14 <!-- needed here because collectionConfig.xml defined a template in
15 its *global* section that uses gsf:link, which in turn then
16 generates XSL tags that refer to opt-doc-link-arg -->
17 <xsl:variable name="opt-doc-link-args"></xsl:variable>
18
19</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.