20 lines
926 B
XML
20 lines
926 B
XML
<?xml version='1.0' encoding='iso-8859-1'?>
|
|
|
|
<!-- $FreeBSD$ -->
|
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version='1.0'
|
|
xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
|
exclude-result-prefixes="#default">
|
|
|
|
<xsl:template name="user.footer.navigation">
|
|
<p align="center"><small>Puede descargar éste y muchos otros documentos desde
|
|
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
|
|
|
|
<p align="center"><small>Si tiene dudas sobre FreeBSD consulte la
|
|
<a href="http://www.FreeBSD.org/docs.html">documentación</a> antes de escribir a la lista
|
|
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
|
Envíe sus preguntas sobre la documentación a
|
|
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|