2014-05-29 18:48:07 +02:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
2013-02-25 21:17:26 +01:00
|
|
|
|
|
|
|
<!-- $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">
|
|
|
|
|
2013-11-11 20:26:20 +01:00
|
|
|
<xsl:template name="user.footer.navigation">
|
2014-05-29 18:48:07 +02:00
|
|
|
<p align="center"><small>本文及其他文件,可由此下載:
|
|
|
|
<a href="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/</a>。</small></p>
|
2013-02-26 10:43:12 +01:00
|
|
|
|
2014-05-29 18:48:07 +02:00
|
|
|
<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>
|
2013-11-11 20:26:20 +01:00
|
|
|
</xsl:template>
|
2013-02-25 21:17:26 +01:00
|
|
|
</xsl:stylesheet>
|