diff options
author | Ryusuke SUZUKI <ryusuke@FreeBSD.org> | 2012-05-14 10:07:28 +0000 |
---|---|---|
committer | Ryusuke SUZUKI <ryusuke@FreeBSD.org> | 2012-05-14 10:07:28 +0000 |
commit | 7a5bc846bed6c4968278dc31b572046c22d45be2 (patch) | |
tree | 56d9df51e5b7bb22ff10c007180381192ffbcd05 | |
parent | 5771b2e7287c9f90a81d2463d4af7785da442230 (diff) | |
download | doc-7a5bc846bed6c4968278dc31b572046c22d45be2.tar.gz doc-7a5bc846bed6c4968278dc31b572046c22d45be2.zip |
Merge the following from the English version:
1.33 -> 1.34 www/ja/share/sgml/libcommon.xsl
1.7 -> 1.8 www/ja/share/sgml/templates.oldpress.xsl
Notes
Notes:
svn path=/www/; revision=38814
-rw-r--r-- | ja/share/sgml/libcommon.xsl | 5 | ||||
-rw-r--r-- | ja/share/sgml/templates.oldpress.xsl | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ja/share/sgml/libcommon.xsl b/ja/share/sgml/libcommon.xsl index 8eb004eea5..4529cea269 100644 --- a/ja/share/sgml/libcommon.xsl +++ b/ja/share/sgml/libcommon.xsl @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="euc-jp"?> <!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN" "http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd"> -<!-- $FreeBSD: www/ja/share/sgml/libcommon.xsl,v 1.14 2012/01/02 16:46:45 ryusuke Exp $ --> +<!-- $FreeBSD: www/ja/share/sgml/libcommon.xsl,v 1.15 2012/02/04 01:46:14 ryusuke Exp $ --> <!-- The FreeBSD Japanese Documentation Project --> -<!-- Original revision: 1.33 --> +<!-- Original revision: 1.34 --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:import href="http://www.FreeBSD.org/XML/www/share/sgml/libcommon.xsl"/> @@ -150,6 +150,7 @@ <!-- template: "html-press-make-olditems-list" --> <xsl:template name="html-press-make-olditems-list"> <p>過去のニュース記事: + <a href="&enbase;/news/2009/press.html">2009</a>, <a href="&enbase;/news/2008/press.html">2008</a>, <a href="&enbase;/news/2007/press.html">2007</a>, <a href="&enbase;/news/2006/press.html">2006</a>, diff --git a/ja/share/sgml/templates.oldpress.xsl b/ja/share/sgml/templates.oldpress.xsl index 541f0017a3..03c0978d73 100644 --- a/ja/share/sgml/templates.oldpress.xsl +++ b/ja/share/sgml/templates.oldpress.xsl @@ -6,9 +6,9 @@ <!ENTITY % navinclude.about "INCLUDE"> ]> -<!-- $FreeBSD$ --> +<!-- $FreeBSD: www/ja/share/sgml/templates.oldpress.xsl,v 1.1 2012/02/04 01:46:14 ryusuke Exp $ --> <!-- The FreeBSD Japanese Documentation Project --> -<!-- Original revision: 1.7 --> +<!-- Original revision: 1.8 --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:cvs="http://www.FreeBSD.org/XML/CVS"> @@ -49,6 +49,7 @@ <xsl:apply-templates select="//month"/> <p>過去のニュース記事: + <a href="&enbase;/news/2009/press.html">2009</a>, <a href="&enbase;/news/2008/press.html">2008</a>, <a href="&enbase;/news/2007/press.html">2007</a>, <a href="&enbase;/news/2006/press.html">2006</a>, |