Changeset 2501
- Timestamp:
- 12/18/09 12:32:59
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-html.xsl
r2499 r2501 296 296 </a> 297 297 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 298 <a href="{$bwCacheHostUrl}/v1.0/download/{$recurrenceId}/{$guid}/{$ guid}" title="{$bwStr-SgEv-DownloadEvent}">298 <a href="{$bwCacheHostUrl}/v1.0/download/{$recurrenceId}/{$guid}/{$eventIcalName}" title="{$bwStr-SgEv-DownloadEvent}"> 299 299 <img src="{$resourcesRoot}/images/std-ical_icon.gif" width="20" height="26" border="0" alt="Download this event"/> 300 300 <xsl:copy-of select="$bwStr-SgEv-Download"/> … … 479 479 <xsl:text> </xsl:text> 480 480 <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 481 <a href="{$bwCacheHostUrl}/v1.0/download/{$recurrenceId}/{$guid}/{$ id}" title="{$bwStr-SgEv-DownloadEvent}">481 <a href="{$bwCacheHostUrl}/v1.0/download/{$recurrenceId}/{$guid}/{$eventIcalName}" title="{$bwStr-SgEv-DownloadEvent}"> 482 482 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-LsEv-DownloadEvent}"/> 483 483 </a> 484 485 484 <br/> 486 485
