| 4102 | | <xsl:if test="calendarCollection='true'"> |
|---|
| 4103 | | <!-- set the start date for adding an event to the first day of the |
|---|
| 4104 | | given period, the hour of "now", and give a duration of 60 minutes --> |
|---|
| 4105 | | <xsl:variable name="startDate"><xsl:value-of select="/bedework/firstday/date"/>T<xsl:value-of select="substring(/bedework/now/time,1,2)"/>0000</xsl:variable> |
|---|
| 4106 | | <!-- skip setting duration for now; this should be set in the user's prefs--> |
|---|
| 4107 | | <!-- <a href="{$initEvent}&startdate={$startDate}&newCalPath={$calPath}&minutes=60" class="calendarAdd" title="add event"> --> |
|---|
| 4108 | | <a href="{$initEvent}&startdate={$startDate}&newCalPath={$calPath}" class="calendarAdd" title="add event"> |
|---|
| 4109 | | <img src="{$resourcesRoot}/resources/addEvent-forCals-icon.gif" width="9" height="12" border="0" alt="add event"/> |
|---|
| 4110 | | </a> |
|---|
| 4111 | | </xsl:if> |
|---|