MFde: Minor update to the German website.
www/de/share/sgml/libcommon.xsl 1.25 -> 1.26 Obtained from: The FreeBSD German documentation project.
This commit is contained in:
parent
f73fd9a4b3
commit
bc0bfa688e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33752
1 changed files with 7 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
|
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
|
||||||
<!-- $FreeBSD$
|
<!-- $FreeBSD$
|
||||||
$FreeBSDde: de-www/share/sgml/libcommon.xsl,v 1.14 2009/01/17 16:55:23 jkois Exp $
|
$FreeBSDde: de-www/share/sgml/libcommon.xsl,v 1.15 2009/01/25 22:19:11 jkois Exp $
|
||||||
basiert auf: 1.25
|
basiert auf: 1.26
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
@ -126,7 +126,11 @@
|
||||||
<xsl:value-of select="name"/>
|
<xsl:value-of select="name"/>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
(<xsl:value-of select='location/city' />, <xsl:value-of select='location/country' />)
|
<xsl:if test="location/city!='' and location/country!=''">
|
||||||
|
(<xsl:value-of select='location/city' />, <xsl:value-of select='location/country' />)
|
||||||
|
</xsl:if>
|
||||||
|
<xsl:if test="location/city='' and location/country=''">
|
||||||
|
</xsl:if>
|
||||||
</a></p>
|
</a></p>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue