Changeset 1378
- Timestamp:
- 05/02/07 13:15:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1345 r1378 5315 5315 <th class="commonHeader">method</th> 5316 5316 <th class="commonHeader">status</th> 5317 <th class="commonHeader"> </th> 5318 <th class="commonHeader"> </th> 5317 5319 </tr> 5318 5320 <xsl:for-each select="events/event"> 5319 <xsl:sort select="dtstamp/unformatted" order="descending"/> 5321 <xsl:sort select="lastmod" order="descending"/> 5322 <xsl:variable name="guid" select="guid"/> 5320 5323 <xsl:variable name="subscriptionId" select="subscription/id"/> 5321 5324 <xsl:variable name="calPath" select="calendar/encodedPath"/> … … 5346 5349 <td> 5347 5350 <a href="{$inboxItemAction}&subid={$subscriptionId}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="check message"> 5348 <xsl:value-of select="dtstamp/shortdate"/><xsl:text> </xsl:text><xsl:value-of select="dtstamp/time"/> 5351 <!--<xsl:value-of select="dtstamp/shortdate"/><xsl:text> </xsl:text><xsl:value-of select="dtstamp/time"/>--> 5352 <xsl:value-of select="lastmod"/> 5349 5353 </a> 5350 5354 </td> … … 5368 5372 </td> 5369 5373 <td> 5370 <a href="{$inboxItemAction}&subid={$subscriptionId}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" >5374 <a href="{$inboxItemAction}&subid={$subscriptionId}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="check message"> 5371 5375 <xsl:value-of select="title"/> 5372 5376 </a> … … 5376 5380 <td><xsl:apply-templates select="scheduleMethod"/></td> 5377 5381 <td> 5378 <a href="{$inboxItemAction}&subid={$subscriptionId}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" >5382 <a href="{$inboxItemAction}&subid={$subscriptionId}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="check message"> 5379 5383 <xsl:choose> 5380 5384 <xsl:when test="scheduleState=0"><em>unprocessed</em></xsl:when> 5381 5385 <xsl:otherwise>processed</xsl:otherwise> 5382 5386 </xsl:choose> 5387 </a> 5388 </td> 5389 <td> 5390 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 5391 <a href="{$export}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&skinName=ical&contentType=text/calendar&contentName={$eventIcalName}" title="download"> 5392 <img src="{$resourcesRoot}/resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="download"/> 5393 </a> 5394 </td> 5395 <td> 5396 <a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="delete"> 5397 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 5383 5398 </a> 5384 5399 </td> … … 5400 5415 <th class="commonHeader">method</th> 5401 5416 <th class="commonHeader">status</th> 5417 <th class="commonHeader"> </th> 5418 <th class="commonHeader"> </th> 5402 5419 </tr> 5403 5420 <xsl:for-each select="events/event"> 5404 <xsl:sort select="dtstamp/unformatted" order="descending"/> 5421 <xsl:sort select="lastmod" order="descending"/> 5422 <xsl:variable name="guid" select="guid"/> 5405 5423 <xsl:variable name="subscriptionId" select="subscription/id"/> 5406 5424 <xsl:variable name="calPath" select="calendar/encodedPath"/> … … 5429 5447 </td> 5430 5448 <td> 5431 <xsl:value-of select="dtstamp/shortdate"/><xsl:text> </xsl:text><xsl:value-of select="dtstamp/time"/> 5449 <a href="{$inboxItemAction}&subid={$subscriptionId}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="check message"> 5450 <!-- <xsl:value-of select="dtstamp/shortdate"/><xsl:text> </xsl:text><xsl:value-of select="dtstamp/time"/>--> 5451 <xsl:value-of select="lastmod"/> 5452 </a> 5432 5453 </td> 5433 5454 <td> … … 5463 5484 <xsl:otherwise>processed</xsl:otherwise> 5464 5485 </xsl:choose> 5486 </a> 5487 </td> 5488 <td> 5489 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 5490 <a href="{$export}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&skinName=ical&contentType=text/calendar&contentName={$eventIcalName}" title="download"> 5491 <img src="{$resourcesRoot}/resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="download"/> 5492 </a> 5493 </td> 5494 <td> 5495 <a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="delete"> 5496 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 5465 5497 </a> 5466 5498 </td>
