20 lines
904 B
XML
20 lines
904 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
||
|
||
<!-- $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>本文档和其它文档可从这里下载:
|
||
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>.</small></p>
|
||
|
||
<p align="center"><small>如果对于FreeBSD有问题,请先阅读
|
||
<a href="http://www.FreeBSD.org/docs.html">文档</a>,如不能解决再联系
|
||
<<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.<br/>
|
||
关于本文档的问题请发信联系
|
||
<<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p>
|
||
</xsl:template>
|
||
</xsl:stylesheet>
|