Changeset 1749
- Timestamp:
- 07/29/08 16:40:12 (4 months ago)
- Files:
-
- framework/trunk/src/main/resources/xsl/stub.xsl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework/trunk/src/main/resources/xsl/stub.xsl
r1713 r1749 8 8 9 9 <xsl:strip-space elements="stub:link"/> 10 10 <xsl:strip-space elements="stub:argument"/> 11 11 12 <xsl:template match="stub:document"> 12 13 <ixsl:stylesheet version="1.0" exclude-result-prefixes="ixsl"> … … 51 52 52 53 <xsl:template match="stub:argument"/> 53 54 54 55 <xsl:template match="stub:link"> 55 56 <a> … … 263 264 <xsl:template match="stub:itemframe" name="stub:itemframe"> 264 265 <div> 265 <xsl:attribute name="class"> 266 <xsl:attribute name="class"> 266 267 <xsl:choose> 267 268 <xsl:when test="@class and not(@class = '')"> … … 400 401 </ixsl:attribute> 401 402 </ixsl:when> 402 <ixsl:otherwise> 403 <ixsl:otherwise> 403 404 <xsl:if test="@path and @path != ''"> 404 405 <ixsl:attribute name="value">
