Ignore:
Timestamp:
2002-08-23T10:14:37+12:00 (22 years ago)
Author:
kjdon
Message:

added stuff for applets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/interfaces/default/transform/about.xsl

    r3360 r3390  
    6666<td><a><xsl:attribute name="href">library?a=b&amp;sa=<xsl:value-of select="$lower-type"/>&amp;c=<xsl:value-of select="$collName"/></xsl:attribute><xsl:value-of select="substring-before($serviceName, 'Browse')"/></a></td>
    6767</xsl:if>
     68<xsl:if test="contains($serviceName, 'Applet')">
     69<xsl:variable name="orig-type"><xsl:value-of select="substring-before($serviceName, 'Applet')"/></xsl:variable>
     70<td><xsl:call-template name="text"><xsl:with-param name="key">common/applet</xsl:with-param></xsl:call-template></td>
     71<td><a><xsl:attribute name="href">library?a=a&amp;sa=d&amp;sn=<xsl:value-of select="$orig-type"/>&amp;c=<xsl:value-of select="$collName"/></xsl:attribute><xsl:value-of select="$orig-type"/></a></td>
     72</xsl:if>
    6873</tr>
    6974
Note: See TracChangeset for help on using the changeset viewer.