- Merge the following from the English version:

r45720 -> r45920	head/ja_JP.eucJP/share/xml/header.l10n.ent
	r34121 -> r45681	head/ja_JP.eucJP/share/xml/templates.events.xsl
This commit is contained in:
Ryusuke SUZUKI 2014-11-10 12:15:32 +00:00
parent 6ebfe70b47
commit d4d8d74c87
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45964
2 changed files with 3 additions and 11 deletions

View file

@ -5,7 +5,7 @@
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header L10N Entities//EN" -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: r45720 -->
<!-- Original revision: r45920 -->
<!ENTITY copyright '<span xmlns="http://www.w3.org/1999/xhtml"><a href="&base;/search/index-site.html">サイトマップ</a> |
<a href="&base;/copyright/">知的財産権について</a> | <!-- &copy; -->(C) 1995&ndash;2014 The FreeBSD Project.

View file

@ -8,7 +8,7 @@
<!-- $FreeBSD$ -->
<!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: 1.13 -->
<!-- Original revision: r45681 -->
<!-- Copyright (c) 2003 Simon L. Nielsen <simon@FreeBSD.org>
Copyright (c) 2008 Murray M Stokely <murray@FreeBSD.org>
@ -61,7 +61,7 @@
enddate/day &gt;= date:day-in-month()))]"
use="location/country" />
<xsl:variable name="charturl" select="'http://chart.apis.google.com/chart?cht=t&amp;chs=400x200&amp;chtm=world&amp;chco=ffffff,ffbe38,600000&amp;chf=bg,s,4D89F9'" />
<xsl:variable name="charturl" select="'https://chart.googleapis.com/chart?cht=t&amp;chs=400x200&amp;chtm=world&amp;chco=ffffff,ffbe38,600000&amp;chf=bg,s,4D89F9'" />
<xsl:variable name="title">&title;</xsl:variable>
@ -266,14 +266,6 @@
<xsl:template match="event" mode="upcoming">
<li>
<xsl:call-template name="eventbody"/>
<p>¥½¡¼¥·¥ã¥ë¥ê¥ó¥¯ : <a rel="nofollow">
<xsl:if test="upcomingurl">
<xsl:attribute name="href"><xsl:value-of select="upcomingurl" /></xsl:attribute>
</xsl:if>
<xsl:if test="not(upcomingurl)">
<xsl:attribute name="href">http://upcoming.yahoo.com/search?type=Events&amp;q=<xsl:value-of select="name" />&amp;Search=GO</xsl:attribute>
</xsl:if>
upcoming</a></p>
</li>
</xsl:template>