Deleted Added
full compact
release.xsl (260660) release.xsl (271471)
1<?xml version="1.0"?>
1<?xml version="1.0"?>
2<!-- $FreeBSD: stable/10/release/doc/en_US.ISO8859-1/share/xml/release.xsl 260660 2014-01-15 00:11:09Z hrs $ -->
2<!-- $FreeBSD: stable/10/release/doc/en_US.ISO8859-1/share/xml/release.xsl 271471 2014-09-12 17:01:14Z gjb $ -->
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 version='1.0'
5 xmlns="http://www.w3.org/TR/xhtml1/transitional"
6 xmlns:db="http://docbook.org/ns/docbook"
7 exclude-result-prefixes="db">
8
9 <xsl:param name="release.url"/>
10 <xsl:param name="release.branch"/>
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 version='1.0'
5 xmlns="http://www.w3.org/TR/xhtml1/transitional"
6 xmlns:db="http://docbook.org/ns/docbook"
7 exclude-result-prefixes="db">
8
9 <xsl:param name="release.url"/>
10 <xsl:param name="release.branch"/>
11 <xsl:param name="release.maillist"/>
11
12 <xsl:template name="user.footer.content">
13 <p align="center"><small>This file, and other release-related documents,
14 can be downloaded from <a href="{$release.url}"><xsl:value-of select="$release.url"/></a>.</small></p>
15
16 <p align="center"><small>For questions about FreeBSD, read the
17 <a href="http://www.FreeBSD.org/docs.html">documentation</a> before
18 contacting &lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.</small></p>
19
12
13 <xsl:template name="user.footer.content">
14 <p align="center"><small>This file, and other release-related documents,
15 can be downloaded from <a href="{$release.url}"><xsl:value-of select="$release.url"/></a>.</small></p>
16
17 <p align="center"><small>For questions about FreeBSD, read the
18 <a href="http://www.FreeBSD.org/docs.html">documentation</a> before
19 contacting &lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.</small></p>
20
20 <p align="center"><small>All users of FreeBSD stable should
21 subscribe to the &lt;<a href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>&gt;
21 <p align="center"><small>All users of FreeBSD <xsl:value-of select="$release.branch"/> should
22 subscribe to the &lt;<a href="mailto:{$release.maillist}@FreeBSD.org"><xsl:value-of select="$release.maillist"/>@FreeBSD.org</a>&gt;
22 mailing list.</small></p>
23
24 <p align="center"><small>For questions about this documentation,
25 e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
26 </xsl:template>
27</xsl:stylesheet>
23 mailing list.</small></p>
24
25 <p align="center"><small>For questions about this documentation,
26 e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
27 </xsl:template>
28</xsl:stylesheet>