diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2005-09-19 07:58:19 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-09-19 07:58:19 +0000 |
| commit | ec3ade20c429d181d85de44cd85bda98046418c8 (patch) | |
| tree | 3a8f4e90c4db452ddd23fc316447cb14d936d648 | |
| parent | b7f75b6f79f1fc45d8cffa0347f641b44d21788c (diff) | |
Notes
| -rw-r--r-- | ja/share/sgml/templates.usergroups.xsl | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ja/share/sgml/templates.usergroups.xsl b/ja/share/sgml/templates.usergroups.xsl index a642aafc56..564380af1f 100644 --- a/ja/share/sgml/templates.usergroups.xsl +++ b/ja/share/sgml/templates.usergroups.xsl @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="euc-jp"?> -<!-- $FreeBSD$ --> +<!-- $FreeBSD: www/ja/share/sgml/templates.usergroups.xsl,v 1.1 2005/09/18 06:25:00 hrs Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:cvs="http://www.FreeBSD.org/XML/CVS" @@ -12,4 +12,17 @@ <xsl:output type="xml" encoding="euc-jp" indent="yes"/> + <!-- template: "html-usergroups-list-header" + print header part of usergroup listing (l10n) --> + + <xsl:template name="html-usergroups-list-header"> + <p>FreeBSD は広く使われており、世界中にたくさんのユーザグループがあります。 + このリストに載っていないユーザグループをご存知でしたら、 + ぜひ、<a href="http://www.freebsd.org/send-pr.html">障害報告</a + >の www カテゴリを使ってお知らせください。 + 報告はできれば HTML 形式で、簡単な紹介を添えるようにお願いします。</p> + + <h3>地域</h3> + </xsl:template> + </xsl:stylesheet> |
