Changeset 16502
- Timestamp:
- 2008-07-22T10:30:30+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/ui/xslt/library.xsl
r16448 r16502 4 4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 5 5 xmlns:gslib="http://www.greenstone.org/XSL/Library" 6 exclude-result-prefixes="xalan gslib" 7 > 6 exclude-result-prefixes="xalan gslib"> 8 7 9 8 <!-- exclude-result-prefixes="xalan gslib" --> … … 222 221 223 222 224 225 226 227 228 229 230 231 223 <!-- browsing ............................................................................. --> 232 224 … … 241 233 </xsl:template> 242 234 235 243 236 <xsl:template name="classifierNode_url"> 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="@nodeID" /> 251 </xsl:template> 237 238 <xsl:value-of select="$librarian"/> 239 ?a=b&rt=r&s= 240 <xsl:value-of select="/page/pageResponse/service/@name"/> 241 &c= 242 <xsl:value-of select="$collection"/> 243 &cl= 244 <xsl:value-of select="@nodeID" /><xsl:if test="classifierNode|documentNode">.pr</xsl:if> 245 246 </xsl:template> 247 252 248 253 249 <xsl:template name="documentNode_title"> 254 <xsl:value-of select="./metadataList/metadata[@name='Title']"/> 255 </xsl:template> 250 251 <xsl:value-of select="./metadataList/metadata[@name='Title']"/> 252 253 </xsl:template> 254 256 255 257 256 <xsl:template name="documentNode_url"> 258 <xsl:value-of select="$librarian"/>?a=d& 259 c=<xsl:value-of select="$collection"/>& 260 d=<xsl:value-of select="@nodeID"/>&sib=1 261 &p.a=b&p.s=ClassifierBrowse 257 258 <xsl:value-of select="$librarian"/> 259 ?a=d&c= 260 <xsl:value-of select="$collection"/> 261 &d= 262 <xsl:value-of select="@nodeID"/> 263 &sib=1&p.a=b&p.s=ClassifierBrowse 264 262 265 </xsl:template> 263 266
Note:
See TracChangeset
for help on using the changeset viewer.