Changeset 3529
- Timestamp:
- 04/08/12 10:28:04
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.7/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-rss.xsl
r2981 r3529 19 19 --> 20 20 21 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 22 <xsl:output method="xml" omit-xml-declaration="no" indent="yes" 23 media-type="text/xml" encoding="UTF-8" /> 21 <xsl:stylesheet version="1.0" 22 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 23 xmlns:atom="http://www.w3.org/2005/Atom"> 24 <xsl:output method="xml" 25 omit-xml-declaration="no" indent="yes" 26 media-type="text/xml" 27 encoding="UTF-8" /> 24 28 25 29 <!-- ========================================================= … … 101 105 <title><xsl:if test="status = 'CANCELLED'">CANCELED: </xsl:if><xsl:value-of select="summary"/></title> 102 106 <link><xsl:value-of select="substring-before($urlPrefix,$feeder)"/><xsl:value-of select="$publicCal"/>/event/eventView.do?calPath=<xsl:value-of select="calendar/encodedPath"/>&guid=<xsl:value-of select="guid"/>&recurrenceId=<xsl:value-of select="recurrenceId"/></link> 103 <guid >calPath=<xsl:value-of select="calendar/encodedPath"/>&guid=<xsl:value-of select="guid"/>&recurrenceId=<xsl:value-of select="recurrenceId"/></guid>107 <guid isPermaLink="false">calPath=<xsl:value-of select="calendar/encodedPath"/>&guid=<xsl:value-of select="guid"/>&recurrenceId=<xsl:value-of select="recurrenceId"/></guid> 104 108 <pubDate><!-- takes the form: 11 Jan 2008 17:00:00 UT (note - do not output dayname - we only provide dayname in local time). 105 109 --><xsl:value-of select="substring(start/utcdate,7,2)"/><xsl:text> </xsl:text><!-- … … 227 231 228 232 <xsl:copy-of select="$bwStr-SgEv-Where"/><xsl:text> </xsl:text> 229 < xsl:choose>230 <xsl:when test="location/link=''"> 233 <!-- <xsl:choose> 234 <xsl:when test="location/link=''">--> 231 235 <xsl:value-of select="location/address" /> 232 236 <xsl:text> </xsl:text> … … 235 239 <xsl:value-of select="location/subaddress" /> 236 240 </xsl:if> 237 < /xsl:when>241 <!-- </xsl:when> 238 242 <xsl:otherwise> 239 243 <a> … … 246 250 </a> 247 251 </xsl:otherwise> 248 </xsl:choose> 252 </xsl:choose>--> 249 253 250 254 <