@@ -34,8 +34,10 @@
|
||||
<!-- Generate consistent id attributes -->
|
||||
<xsl:param name="generate.consistent.ids" select="1"/>
|
||||
|
||||
<!-- Override Docbook template to insert copyright -->
|
||||
<!-- Override Docbook template to insert DOCTYPE and copyright -->
|
||||
<xsl:template name="user.preroot">
|
||||
<xsl:text disable-output-escaping="yes"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"></xsl:text>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:comment>
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:value-of select="$isc.copyright"/>
|
||||
@@ -43,6 +45,10 @@
|
||||
<xsl:text> </xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="root.attributes">
|
||||
<xsl:attribute name="lang">en</xsl:attribute>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="user.footer.navigation">
|
||||
<p style="text-align: center;">@BIND9_VERSIONSTRING@</p>
|
||||
</xsl:template>
|
||||
|
||||
Reference in New Issue
Block a user