doc/zh_TW.UTF-8/share/xml/freebsd-xhtml.xsl
Li-Wen Hsu 163ba6b752 Convert zh_TW from Big5 to UTF-8.
Approved by:	bcr
2014-05-29 16:48:07 +00:00

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>,如不能解決的話,再洽詢
&lt;<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>&gt;<br/>
關於本文件的問題,請洽詢
&lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;</small></p>
</xsl:template>
</xsl:stylesheet>