| 11 | | <p class="noEvents">No events to display.</p> |
|---|
| | 11 | <p class="noEvents"> |
|---|
| | 12 | <xsl:choose> |
|---|
| | 13 | <xsl:when test="/bedework/periodname='Year'"> |
|---|
| | 14 | <xsl:value-of select="substring(/bedework/firstday/date,1,4)"/> |
|---|
| | 15 | </xsl:when> |
|---|
| | 16 | <xsl:when test="/bedework/periodname='Month'"> |
|---|
| | 17 | <xsl:value-of select="/bedework/firstday/monthname"/>, <xsl:value-of select="substring(/bedework/firstday/date,1,4)"/> |
|---|
| | 18 | </xsl:when> |
|---|
| | 19 | <xsl:when test="/bedework/periodname='Week'"> |
|---|
| | 20 | <xsl:copy-of select="$bwStr-Navi-WeekOf"/><xsl:text> </xsl:text><xsl:value-of select="substring-after(/bedework/firstday/longdate,', ')"/> |
|---|
| | 21 | </xsl:when> |
|---|
| | 22 | <xsl:otherwise> |
|---|
| | 23 | <xsl:value-of select="/bedework/firstday/longdate"/> |
|---|
| | 24 | </xsl:otherwise> |
|---|
| | 25 | </xsl:choose><br/> |
|---|
| | 26 | No events to display. |
|---|
| | 27 | </p> |
|---|