Changeset 16501
- Timestamp:
- 2008-07-22T10:28:35+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/ui/xslt/util.xsl
r16448 r16501 5 5 xmlns:gslib="http://www.greenstone.org/XSL/Library" 6 6 xmlns:xalan="http://xml.apache.org/xalan" 7 xmlns="http://www.w3.org/1999/xhtml" 8 > 9 <!-- exclude-result-prefixes="xalan" --> 7 xmlns="http://www.w3.org/1999/xhtml"> 8 10 9 11 10 <xsl:output … … 242 241 <xsl:param name="id"/> 243 242 244 <xsl:value-of select="$librarian"/> 245 ?a=b&rt=r&s= 246 <xsl:value-of select="/page/pageResponse/service/@name"/> 247 &c= 248 <xsl:value-of select="$collection"/> 249 &cl= 250 <xsl:value-of select="$id" /> 243 <xsl:value-of select="$librarian"/> 244 ?a=b&rt=r&s= 245 <xsl:value-of select="/page/pageResponse/service/@name"/> 246 &c= 247 <xsl:value-of select="$collection"/> 248 &cl= 249 <xsl:value-of select="$id" /><xsl:if test="classifierNode|documentNode">.pr</xsl:if> 250 251 251 </xsl:template> 252 252
Note:
See TracChangeset
for help on using the changeset viewer.