Changeset 3945
- Timestamp:
- Nov 12, 2007, 9:08:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.chunked.xsl
r3944 r3945 56 56 <xsl:param name="use.id.as.filename" select="1"/> 57 57 58 <!-- path to javadoc root as seen from docbook root --> 59 <xsl:param name="javadoc.root.path">../api/</xsl:param> 60 58 61 <xsl:param name="chunker.output.encoding">utf-8</xsl:param> 59 62 <xsl:param name="chunker.output.indent">yes</xsl:param> … … 299 302 </xsl:variable> 300 303 301 <xsl:text> </xsl:text>302 304 <a> 303 305 <xsl:attribute name="href"> 304 <xsl:value-of select="concat( '../../../api/',$packagePath,'/',$cleanClassName,'.html')" />306 <xsl:value-of select="concat($pathtorootdir, $javadoc.root.path, $packagePath, '/', $cleanClassName, '.html')" /> 305 307 </xsl:attribute> 306 308 <xsl:attribute name="title">Javadoc for this class.</xsl:attribute> … … 309 311 <xsl:value-of select="concat($pathtorootdir, $admon.graphics.path, 'docapi.gif')"/> 310 312 </xsl:attribute> 313 <xsl:attribute name="style">padding-left: 4px;</xsl:attribute> 311 314 <xsl:attribute name="border">0</xsl:attribute> 312 315 </image> … … 340 343 <xsl:call-template name="pathtorootdir" /> 341 344 </xsl:variable> 342 <xsl:text> </xsl:text>343 345 <a> 344 346 <xsl:attribute name="href"> 345 <xsl:value-of select="concat( '../../../api/',$packagePath,'/', $cleanClassName,'.html')" />347 <xsl:value-of select="concat($pathtorootdir, $javadoc.root.path, $packagePath, '/', $cleanClassName, '.html')" /> 346 348 </xsl:attribute> 347 349 <xsl:attribute name="title">Javadoc for this interface.</xsl:attribute> … … 352 354 </xsl:attribute> 353 355 <xsl:attribute name="border">0</xsl:attribute> 356 <xsl:attribute name="style">padding-left: 4px;</xsl:attribute> 354 357 </image> 355 358 </a>
Note: See TracChangeset
for help on using the changeset viewer.