no place necessarily for calendar entries

This commit is contained in:
vv01f 2014-07-21 22:39:00 +02:00
parent 674751ddf8
commit 9940a423c4
1 changed files with 2 additions and 0 deletions

View File

@ -137,9 +137,11 @@
<xsl:if test="string-length(location) &gt; 0">
<xsl:value-of select="concat('Ort: ', location)"/>
</xsl:if>
<!-- sometimes things dont have a place to happen
<xsl:if test="string-length(location) = 0">
<xsl:value-of select="concat('Ort: ', 'GCHQ, Lingnerallee 3, 01069 Dresden')"/>
</xsl:if>
-->
<xsl:if test="string-length(date:time(start)) &gt; 0 or string-length(date:time(end)) &gt; 0">
<xsl:if test="date:day-in-month($date) = date:day-in-month(start) or date:day-in-month($date) = date:day-in-month(end)">
<xsl:value-of select="concat('&#xA;', 'Zeit:')" disable-output-escaping="yes"/>