comparison software/eXist/webapp/mpdl/presentation/pageFragmentHtml.xsl @ 8:d2a1c14fde31

Fehlerkorrektur GIS Mode
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Thu, 10 Feb 2011 14:02:05 +0100
parents 5589d865af7a
children 1ec29fdd0db8
comparison
equal deleted inserted replaced
7:5589d865af7a 8:d2a1c14fde31
547 </xsl:variable> 547 </xsl:variable>
548 <span class="place"> 548 <span class="place">
549 <a class="textPollux"><xsl:attribute name="href"><xsl:value-of select="$lexHref"/></xsl:attribute><xsl:value-of select="$wordStr"/></a> 549 <a class="textPollux"><xsl:attribute name="href"><xsl:value-of select="$lexHref"/></xsl:attribute><xsl:value-of select="$wordStr"/></a>
550 </span> 550 </span>
551 </xsl:when> 551 </xsl:when>
552 <xsl:when test="$mode = 'gis'">
553 <a><xsl:attribute name="href"><xsl:value-of select="$href"/></xsl:attribute><xsl:apply-templates mode="text"/></a>
554 </xsl:when>
552 <xsl:otherwise> 555 <xsl:otherwise>
553 <span class="place"> 556 <span class="place">
554 <xsl:apply-templates mode="text"/> 557 <xsl:apply-templates mode="text"/>
555 </span> 558 </span>
556 </xsl:otherwise> 559 </xsl:otherwise>