Changeset e11607f in clfs-sysroot for BOOK/stylesheets/xhtml
- Timestamp:
- Oct 5, 2006, 11:45:54 AM (18 years ago)
- Branches:
- master
- Children:
- 967ae7d
- Parents:
- 052ecb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/xhtml/lfs-legalnotice.xsl
r052ecb7 re11607f 8 8 <xsl:template match="legalnotice" mode="titlepage.mode"> 9 9 <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable> 10 <xsl:variable name="filename" select="concat($base.dir, ' prologue/legalnotice.html')"/>10 <xsl:variable name="filename" select="concat($base.dir, 'legalnotice.html')"/> 11 11 <xsl:variable name="title"> 12 12 <xsl:apply-templates select="." mode="title.markup"/> … … 32 32 <a accesskey="h"> 33 33 <xsl:attribute name="href"> 34 <xsl:text> ../index.html</xsl:text>34 <xsl:text>index.html</xsl:text> 35 35 </xsl:attribute> 36 36 <xsl:attribute name="title"> … … 57 57 <a> 58 58 <xsl:attribute name="href"> 59 <xsl:value-of select="' prologue/legalnotice.html'"/>59 <xsl:value-of select="'legalnotice.html'"/> 60 60 </xsl:attribute> 61 61 <xsl:call-template name="gentext">
Note:
See TracChangeset
for help on using the changeset viewer.