Changeset 3275
- Timestamp:
- Apr 26, 2007, 1:55:34 PM (16 years ago)
- Location:
- trunk/lib/docbook
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.chunked.xsl
r3273 r3275 117 117 </xsl:template> 118 118 119 <xsl:template match="seeother|other"> 120 </xsl:template> 121 119 122 <xsl:template name="user.footer.navigation"> 120 123 <div -
trunk/lib/docbook/custom-styles/docbook/plain/xsl/customized.pdf-fop.xsl
r3249 r3275 30 30 </xsl:template> 31 31 32 <xsl:template match="seeother|other"> 33 </xsl:template> 34 32 35 <xsl:template match="pubdate" mode="book.titlepage.verso.auto.mode"> 33 36 <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" -
trunk/lib/docbook/preprocess/dweiss-docbook-extensions.dtd
r3191 r3275 36 36 <!ATTLIST helptext title CDATA #REQUIRED> 37 37 38 <!ELEMENT seeother (other*)> 39 <!ELEMENT other (#PCDATA)> 40 <!ATTLIST other external_id CDATA #REQUIRED> 41 38 42 <!ELEMENT pasteFigure ANY> 39 43 <!ATTLIST pasteFigure src CDATA #REQUIRED > -
trunk/lib/docbook/preprocess/webclient_helptext.xsl
r3273 r3275 65 65 </xsl:template> 66 66 67 <xsl:template match="seeother"> 68 <h4>See also</h4> 69 <ul> 70 <xsl:for-each select="other"> 71 <li>{@link <xsl:value-of select="@external_id" /><xsl:text> </xsl:text><xsl:value-of select="." />}</li> 72 </xsl:for-each> 73 </ul> 74 </xsl:template> 75 67 76 <xsl:template match="guibutton"> 68 77 <btn><xsl:apply-templates /></btn>
Note: See TracChangeset
for help on using the changeset viewer.