Changeset 405
- Timestamp:
- 04/20/06 17:27:45
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r404 r405 2001 2001 <!-- the start date for the add event link is a concat of the day's date plus the period's time (+ seconds)--> 2002 2002 <xsl:variable name="startDate"><xsl:value-of select="substring(../start,1,8)"/>T<xsl:value-of select="start"/>00</xsl:variable> 2003 <xsl:variable name="minutes" select="length"/> 2003 2004 <xsl:choose> 2004 2005 <xsl:when test="fbtype = '0'"> 2005 2006 <td class="busy"> 2006 <a href="{$initEvent}?startdate={$startDate} " title="{$startTime}">*</a>2007 <a href="{$initEvent}?startdate={$startDate}&minutes={$minutes}" title="{$startTime}">*</a> 2007 2008 </td> 2008 2009 </xsl:when> 2009 2010 <xsl:otherwise> 2010 2011 <td class="free"> 2011 <a href="{$initEvent}?startdate={$startDate} " title="{$startTime}">*</a>2012 <a href="{$initEvent}?startdate={$startDate}&minutes={$minutes}" title="{$startTime}">*</a> 2012 2013 </td> 2013 2014 </xsl:otherwise>
