Changeset 0c318f1 for BOOK/stylesheets
- Timestamp:
- Oct 4, 2006, 2:00:29 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0b438c4
- Parents:
- 2b224753
- Location:
- BOOK/stylesheets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/top-index.xsl
r2b224753 r0c318f1 245 245 <div> 246 246 <p class="copyright"> 247 <xsl:text>Copyright (c)</xsl:text>247 <xsl:text>Copyright ©</xsl:text> 248 248 <xsl:apply-templates/> 249 249 </p> -
BOOK/stylesheets/xhtml/lfs-legalnotice.xsl
r2b224753 r0c318f1 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"/> … … 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.