Changeset 598
- Timestamp:
- 06/19/06 01:10:49
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
r572 r598 19 19 For detailed instructions on how to work with the XSLT 20 20 stylesheets included with this distribution, please see the 21 Bedework Design Guide at21 Bedework Design Guide at 22 22 http://www.bedework.org/bedework/update.do?artcenterkey=24 23 23 … … 577 577 <th class="icalIcon" rowspan="2"> 578 578 <div id="eventIcons"> 579 <xsl:variable name="id" select="id"/>580 <xsl:variable name="subscriptionId" select="subscription/id"/>581 <xsl:variable name="calPath" select="calendar/encodedPath"/>582 <xsl:variable name="guid" select="guid"/>583 <xsl:variable name="recurrenceId" select="recurrenceId"/>584 <a href="{$privateCal}/addEventRef.do?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="Add event to MyCalendar" target="myCalendar">585 <img class="addref" src="{$resourcesRoot}/images/add2mycal-icon.gif" width="20" height="26" border="0" alt="Add event to MyCalendar"/>586 add to my calendar</a>587 <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/>588 <a href="{$export}?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&skinName=ical&contentType=text/calendar&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars">589 <img src="{$resourcesRoot}/images/std-ical_icon.gif" width="20" height="26" border="0" alt="Download this event"/>590 download</a>591 </div>579 <xsl:variable name="id" select="id"/> 580 <xsl:variable name="subscriptionId" select="subscription/id"/> 581 <xsl:variable name="calPath" select="calendar/encodedPath"/> 582 <xsl:variable name="guid" select="guid"/> 583 <xsl:variable name="recurrenceId" select="recurrenceId"/> 584 <a href="{$privateCal}/addEventRef.do?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="Add event to MyCalendar" target="myCalendar"> 585 <img class="addref" src="{$resourcesRoot}/images/add2mycal-icon.gif" width="20" height="26" border="0" alt="Add event to MyCalendar"/> 586 add to my calendar</a> 587 <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 588 <a href="{$export}?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&skinName=ical&contentType=text/calendar&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> 589 <img src="{$resourcesRoot}/images/std-ical_icon.gif" width="20" height="26" border="0" alt="Download this event"/> 590 download</a> 591 </div> 592 592 </th> 593 593 </tr> … … 741 741 start/time = end/time"> 742 742 <td class="{$dateRangeStyle} center" colspan="3"> 743 <a href="{$eventView} ?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}">743 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 744 744 <xsl:value-of select="start/time"/> 745 745 </a> … … 748 748 <xsl:otherwise> 749 749 <td class="{$dateRangeStyle} right"> 750 <a href="{$eventView} ?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}">750 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 751 751 <xsl:choose> 752 752 <xsl:when test="start/allday = 'true' and … … 765 765 </td> 766 766 <td class="{$dateRangeStyle} center"> 767 <a href="{$eventView} ?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}">-</a>767 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}">-</a> 768 768 </td> 769 769 <td class="{$dateRangeStyle} left"> 770 <a href="{$eventView} ?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}">770 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 771 771 <xsl:choose> 772 772 <xsl:when test="end/allday = 'true' and … … 797 797 <xsl:choose> 798 798 <xsl:when test="/bedework/appvar[key='summaryMode']/value='details'"> 799 <a href="{$eventView} ?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}">799 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 800 800 <strong> 801 801 <xsl:value-of select="summary"/>: … … 821 821 </xsl:when> 822 822 <xsl:otherwise> 823 <a href="{$eventView} ?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}">823 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 824 824 <xsl:value-of select="summary"/> 825 825 <xsl:if test="location/address != ''">, <xsl:value-of select="location/address"/></xsl:if> … … 929 929 </xsl:variable> 930 930 <li> 931 <a href="{$eventView} ?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" class="{$eventClass}">931 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" class="{$eventClass}"> 932 932 <xsl:if test="status='CANCELLED'">CANCELLED: </xsl:if> 933 933 <xsl:value-of select="summary"/> trunk/calendar3/uportal/src/ca/mun/portal/strutsbridge/taglib/CalRewriteTag.java
r594 r598 114 114 } 115 115 116 /* bedework dummy request parameter - it's an encoded form of ?b e=d*/117 private static final String bedeworkDummyPar = "%3Fb e%3Dd";116 /* bedework dummy request parameter - it's an encoded form of ?b=de */ 117 private static final String bedeworkDummyPar = "%3Fb%3Dde"; 118 118 119 119 /** Generates a PortletURL or a ResourceURL for the link when in the context of a trunk/calendar3/webclient/war/docs/header.jsp
r519 r598 123 123 <setSelection><genurl:rewrite action="setSelection.do"/></setSelection> 124 124 <setViewPeriod><genurl:rewrite action="setViewPeriod.do"/></setViewPeriod> 125 <eventView><genurl:rewrite action="eventView.do "/></eventView>125 <eventView><genurl:rewrite action="eventView.do?b=de"/></eventView> 126 126 <mailEvent><genurl:rewrite action="mailEvent.do"/></mailEvent> 127 127 <showPage><genurl:rewrite action="showPage.do"/></showPage> 128 128 129 129 <export><genurl:rewrite action="export.do"/></export> 130 <stats><genurl:rewrite action="stats.do?b e=d"/></stats>130 <stats><genurl:rewrite action="stats.do?b=de"/></stats> 131 131 132 132 <fetchPublicCalendars><genurl:rewrite action="fetchPublicCalendars"/></fetchPublicCalendars>
