Changeset 1108
- Timestamp:
- 11/29/06 15:34:20
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl
r1107 r1108 930 930 </xsl:template> 931 931 932 <!--== EVENTS IN THE CALENDAR GRID ==--> 932 933 <xsl:template match="event" mode="calendarLayout"> 933 934 <xsl:param name="dayPos"/> … … 950 951 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" class="{$eventClass}"> 951 952 <xsl:if test="status='CANCELLED'">CANCELLED: </xsl:if> 953 <xsl:choose> 954 <xsl:when test="start/shortdate != ../shortdate"> 955 (cont) 956 </xsl:when> 957 <xsl:when test="start/allday = 'false'"> 958 <xsl:value-of select="start/time"/>: 959 </xsl:when> 960 <xsl:otherwise> 961 all day: 962 </xsl:otherwise> 963 </xsl:choose> 952 964 <xsl:value-of select="summary"/> 953 965 <xsl:variable name="eventTipClass"> trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1107 r1108 1124 1124 class="{$eventRootClass} {$eventClass} {$subscriptionClass}"> 1125 1125 <xsl:if test="status='CANCELLED'">CANCELLED: </xsl:if> 1126 <xsl:choose> 1127 <xsl:when test="start/shortdate != ../shortdate"> 1128 (cont) 1129 </xsl:when> 1130 <xsl:when test="start/allday = 'false'"> 1131 <xsl:value-of select="start/time"/>: 1132 </xsl:when> 1133 <xsl:otherwise> 1134 all day: 1135 </xsl:otherwise> 1136 </xsl:choose> 1126 1137 <xsl:value-of select="summary"/> 1127 1138 <xsl:variable name="eventTipClass">
