Changeset 1291
- Timestamp:
- 02/15/07 11:14:45
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1290 r1291 5209 5209 <table id="inbox" class="common" cellspacing="0"> 5210 5210 <tr> 5211 <th class="commonHeader"> from</th>5211 <th class="commonHeader">organizer</th> 5212 5212 <th class="commonHeader">title</th> 5213 5213 <th class="commonHeader">start</th> … … 5231 5231 </xsl:attribute> 5232 5232 <td> 5233 <xsl:value-of select="from"/> 5233 <xsl:if test="organizer"> 5234 <xsl:variable name="organizerUri" select="organizer/organizerUri"/> 5235 <strong> 5236 <a href="{$organizerUri}"> 5237 <xsl:choose> 5238 <xsl:when test="organizer/cn != ''"> 5239 <xsl:value-of select="organizer/cn"/> 5240 </xsl:when> 5241 <xsl:otherwise> 5242 <xsl:value-of select="organizer/organizerUri"/> 5243 </xsl:otherwise> 5244 </xsl:choose> 5245 </a> 5246 </strong> 5247 </xsl:if> 5234 5248 </td> 5235 5249 <td>
