Changeset 2404
- Timestamp:
- 11/05/09 13:43:57
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/list-html.xsl
r2403 r2404 87 87 <!-- URL of the web application - includes web context --> 88 88 <xsl:variable name="urlPrefix" select="/bedework/urlprefix"/> 89 90 <!-- Other generally useful global variables --> 91 <xsl:variable name="privateCal">/ucal</xsl:variable> 89 92 90 93 <!-- MAIN TEMPLATE --> … … 401 404 <xsl:for-each select="xproperties/X-BEDEWORK-ALIAS"> 402 405 <xsl:variable name="calUrl" select="values/text"/> 403 <a href="{$setSelection}&virtualPath={$calUrl}&setappvar=curCollection({$calUrl})">404 406 <xsl:call-template name="substring-afterLastInstanceOf"> 405 407 <xsl:with-param name="string" select="values/text"/> 406 408 <xsl:with-param name="char">/</xsl:with-param> 407 409 </xsl:call-template> 408 < /a><xsl:if test="position()!=last()">, </xsl:if>410 <xsl:if test="position()!=last()">, </xsl:if> 409 411 </xsl:for-each> 410 412 </td>
