1260653Shrs<?xml version="1.0"?>
2260653Shrs<!-- $FreeBSD$ -->
3260653Shrs<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4260653Shrs                version='1.0'
5260653Shrs                xmlns="http://www.w3.org/TR/xhtml1/transitional"
6260653Shrs                xmlns:db="http://docbook.org/ns/docbook"
7260653Shrs                exclude-result-prefixes="db">
8260653Shrs
9260653Shrs  <xsl:param name="release.url"/>
10260653Shrs  <xsl:param name="release.branch"/>
11260653Shrs
12260653Shrs  <xsl:template name="user.footer.content">
13260653Shrs    <p align="center"><small>This file, and other release-related documents,
14260653Shrs      can be downloaded from <a href="{$release.url}"><xsl:value-of select="$release.url"/></a>.</small></p>
15260653Shrs
16260653Shrs    <p align="center"><small>For questions about FreeBSD, read the
17260653Shrs      <a href="http://www.FreeBSD.org/docs.html">documentation</a> before
18260653Shrs      contacting &lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;.</small></p>
19260653Shrs
20260657Shrs    <p align="center"><small>All users of FreeBSD release should
21260657Shrs      subscribe to the &lt;<a href="mailto:stable@FreeBSD.org">stable@FreeBSD.org</a>&gt;
22260653Shrs      mailing list.</small></p>
23260653Shrs  
24260653Shrs    <p align="center"><small>For questions about this documentation,
25260653Shrs      e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
26260653Shrs  </xsl:template>
27260653Shrs</xsl:stylesheet>
28