Changeset 478
- Timestamp:
- 05/15/06 03:06:57
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r475 r478 1727 1727 <div id="eventActions"> 1728 1728 <a href="{$eventView}?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&confirmationid={$confId}"> 1729 <img src="{$resourcesRoot}/resources/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/> 1729 1730 View 1730 1731 </a> | 1731 1732 <a href="{$delEvent}?subid={$subscriptionId}&calPath={$calPathEncoded}&guid={$guid}&recurrenceId={$recurrenceId}&confirmationid={$confId}"> 1733 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 1732 1734 Delete 1733 1735 </a> … … 2351 2353 given period, the hour of "now", and give a duration of 60 minutes --> 2352 2354 <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> 2353 <a href="{$initEvent}?startdate={$startDate}& calPath={$calPath}&minutes=60" class="calendarAdd" title="add event">2355 <a href="{$initEvent}?startdate={$startDate}&newCalPath={$calPath}&minutes=60" class="calendarAdd" title="add event"> 2354 2356 <img src="{$resourcesRoot}/resources/addEvent-forCals-icon.gif" width="9" height="12" border="0" alt="add event"/> 2355 2357 </a> … … 2682 2684 <input type="hidden" name="calPath" value="{$calPath}"/> 2683 2685 <p> 2684 Share this calendarwith:<br/>2686 Share with:<br/> 2685 2687 <input type="text" name="who" size="20"/> 2686 2688 <input type="radio" value="user" name="whoType" checked="checked"/> user … … 3130 3132 </xsl:for-each> 3131 3133 </table> 3132 <h4><a href="{$subscriptions-initAdd} &calUri=please enter a calendar uri">Subscribe to a calendar</a> (by URI)</h4>3134 <h4><a href="{$subscriptions-initAdd}">Subscribe to a calendar</a> (by URI)</h4> 3133 3135 </xsl:template> 3134 3136
