cvs commit: de-www/share/sgml libcommon.xsl

From: Johann Kois <jkois(at)doc.bsdgroup.de>
Date: Sun, 25 Jan 2009 22:19:11 GMT

jkois 2009-01-25 22:19:11 UTC

  FreeBSD German Documentation Repository

  Modified files:
    share/sgml libcommon.xsl
  Log:
  MFen 1.26 + eigene Fixes:
  
  Anzeige korrigieren für den Fall, dass für ein Event kein Ort vorhanden ist.
  
  Revision Changes Path
  1.15 +6 -2 de-www/share/sgml/libcommon.xsl
  
  Index: libcommon.xsl
  ===================================================================
  RCS file: /home/cvs/de-www/share/sgml/libcommon.xsl,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -I$FreeBSDde.*$ -r1.14 -r1.15
  --- libcommon.xsl 17 Jan 2009 16:55:23 -0000 1.14
  +++ libcommon.xsl 25 Jan 2009 22:19:11 -0000 1.15
  @@ -2,8 +2,8 @@
   <!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
                                   "http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
   <!-- $FreeBSD$
  - $FreeBSDde: de-www/share/sgml/libcommon.xsl,v 1.14 2009/01/17 16:55:23 jkois Exp $
  - basiert auf: 1.25
  + $FreeBSDde: de-www/share/sgml/libcommon.xsl,v 1.15 2009/01/25 22:19:11 jkois Exp $
  + basiert auf: 1.26
    -->
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  @@ -126,7 +126,11 @@
           <xsl:value-of select="name"/>
   
           <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>
       </xsl:if>
       </xsl:for-each>
  

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-cvs-doc" in the body of the message
Received on Sun 25 Jan 2009 - 23:19:27 CET

search this site