163ba6b752
Approved by: bcr
20 lines
926 B
XML
20 lines
926 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">FreeBSD 相關文件</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>
|