greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16501

Show
Ignore:
Timestamp:
2008-07-22 10:28:35 (6 months ago)
Author:
max
Message:

Nodes can now be collapsed during browsing action.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • greenstone3/trunk/web/ui/xslt/util.xsl

    r16448 r16501  
    55xmlns:gslib="http://www.greenstone.org/XSL/Library"  
    66xmlns:xalan="http://xml.apache.org/xalan" 
    7 xmlns="http://www.w3.org/1999/xhtml"  
    8 
    9 <!-- exclude-result-prefixes="xalan" --> 
     7xmlns="http://www.w3.org/1999/xhtml"> 
     8 
    109 
    1110<xsl:output  
     
    242241        <xsl:param name="id"/> 
    243242 
    244         <xsl:value-of select="$librarian"/> 
    245         ?a=b&amp;rt=r&amp;s= 
    246         <xsl:value-of select="/page/pageResponse/service/@name"/> 
    247         &amp;c= 
    248         <xsl:value-of select="$collection"/> 
    249         &amp;cl= 
    250         <xsl:value-of select="$id" /> 
     243<xsl:value-of select="$librarian"/> 
     244?a=b&amp;rt=r&amp;s= 
     245<xsl:value-of select="/page/pageResponse/service/@name"/> 
     246&amp;c= 
     247<xsl:value-of select="$collection"/> 
     248&amp;cl= 
     249<xsl:value-of select="$id" /><xsl:if test="classifierNode|documentNode">.pr</xsl:if> 
     250 
    251251</xsl:template> 
    252252