Changeset 3533
- Timestamp:
- 04/26/12 12:48:23
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.8/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkWhite/subscriptions.xsl
r3466 r3533 74 74 <xsl:variable name="name" select="name"/> 75 75 <xsl:variable name="summary" select="summary"/> 76 <xsl:variable name="itemId" select="generate-id(path)"/>76 <xsl:variable name="itemId"><xsl:value-of select="translate(path,'/_- ','')"/></xsl:variable> 77 77 <xsl:variable name="folderState"> 78 78 <xsl:choose> … … 104 104 <xsl:attribute name="class">root</xsl:attribute> 105 105 <a href="{$setSelection}"> 106 <xsl:attribute name="href"> 107 <xsl:choose> 108 <xsl:when test="/bedework/page = 'eventList'"><xsl:value-of select="$setSelectionList"/></xsl:when> 109 <xsl:otherwise><xsl:value-of select="$setSelection"/></xsl:otherwise> 110 </xsl:choose> 111 </xsl:attribute> 106 112 <xsl:copy-of select="$bwStr-LCol-All"/> 107 113 </a> 108 114 </xsl:when> 109 115 <xsl:otherwise> 110 <a href="{$setSelection}&virtualPath={$encVirtualPath}&setappvar=curCollection({$name})"> 116 <a href="{$setSelection}"> 117 <xsl:attribute name="href"> 118 <xsl:choose> 119 <xsl:when test="/bedework/page = 'eventList'"><xsl:value-of select="$setSelectionList"/>&virtualPath=<xsl:value-of select="$encVirtualPath"/>&setappvar=curCollection(<xsl:value-of select="$name"/>)</xsl:when> 120 <xsl:otherwise><xsl:value-of select="$setSelection"/>&virtualPath=<xsl:value-of select="$encVirtualPath"/>&setappvar=curCollection(<xsl:value-of select="$name"/>)</xsl:otherwise> 121 </xsl:choose> 122 </xsl:attribute> 111 123 <xsl:value-of select="summary"/> 112 124 </a>
