Changeset 2404

Show
Ignore:
Timestamp:
11/05/09 13:43:57
Author:
johnsa
Message:

beginning of public feed widgets

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/list-html.xsl

    r2403 r2404  
    8787  <!-- URL of the web application - includes web context --> 
    8888  <xsl:variable name="urlPrefix" select="/bedework/urlprefix"/> 
     89 
     90  <!-- Other generally useful global variables --> 
     91  <xsl:variable name="privateCal">/ucal</xsl:variable> 
    8992 
    9093  <!-- MAIN TEMPLATE --> 
     
    401404            <xsl:for-each select="xproperties/X-BEDEWORK-ALIAS"> 
    402405              <xsl:variable name="calUrl" select="values/text"/> 
    403               <a href="{$setSelection}&amp;virtualPath={$calUrl}&amp;setappvar=curCollection({$calUrl})"> 
    404406                <xsl:call-template name="substring-afterLastInstanceOf"> 
    405407                  <xsl:with-param name="string" select="values/text"/> 
    406408                  <xsl:with-param name="char">/</xsl:with-param> 
    407409                </xsl:call-template> 
    408               </a><xsl:if test="position()!=last()">, </xsl:if> 
     410              <xsl:if test="position()!=last()">, </xsl:if> 
    409411            </xsl:for-each> 
    410412          </td>