Changeset 1378

Show
Ignore:
Timestamp:
05/02/07 13:15:29
Author:
johnsa
Message:

user client: updates to inbox and outbox UI

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1345 r1378  
    53155315        <th class="commonHeader">method</th> 
    53165316        <th class="commonHeader">status</th> 
     5317        <th class="commonHeader">&#160;</th> 
     5318        <th class="commonHeader">&#160;</th> 
    53175319      </tr> 
    53185320      <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"/> 
    53205323        <xsl:variable name="subscriptionId" select="subscription/id"/> 
    53215324        <xsl:variable name="calPath" select="calendar/encodedPath"/> 
     
    53465349          <td> 
    53475350            <a href="{$inboxItemAction}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;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"/> 
    53495353            </a> 
    53505354          </td> 
     
    53685372          </td> 
    53695373          <td> 
    5370             <a href="{$inboxItemAction}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}"
     5374            <a href="{$inboxItemAction}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="check message"
    53715375              <xsl:value-of select="title"/> 
    53725376            </a> 
     
    53765380          <td><xsl:apply-templates select="scheduleMethod"/></td> 
    53775381          <td> 
    5378             <a href="{$inboxItemAction}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}"
     5382            <a href="{$inboxItemAction}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;recurrenceId={$recurrenceId}" title="check message"
    53795383              <xsl:choose> 
    53805384                <xsl:when test="scheduleState=0"><em>unprocessed</em></xsl:when> 
    53815385                <xsl:otherwise>processed</xsl:otherwise> 
    53825386              </xsl:choose> 
     5387            </a> 
     5388          </td> 
     5389          <td> 
     5390            <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
     5391            <a href="{$export}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;skinName=ical&amp;contentType=text/calendar&amp;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}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}" title="delete"> 
     5397              <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 
    53835398            </a> 
    53845399          </td> 
     
    54005415        <th class="commonHeader">method</th> 
    54015416        <th class="commonHeader">status</th> 
     5417        <th class="commonHeader">&#160;</th> 
     5418        <th class="commonHeader">&#160;</th> 
    54025419      </tr> 
    54035420      <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"/> 
    54055423        <xsl:variable name="subscriptionId" select="subscription/id"/> 
    54065424        <xsl:variable name="calPath" select="calendar/encodedPath"/> 
     
    54295447          </td> 
    54305448          <td> 
    5431             <xsl:value-of select="dtstamp/shortdate"/><xsl:text> </xsl:text><xsl:value-of select="dtstamp/time"/> 
     5449            <a href="{$inboxItemAction}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;eventName={$eventName}&amp;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> 
    54325453          </td> 
    54335454          <td> 
     
    54635484                <xsl:otherwise>processed</xsl:otherwise> 
    54645485              </xsl:choose> 
     5486            </a> 
     5487          </td> 
     5488          <td> 
     5489            <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
     5490            <a href="{$export}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;skinName=ical&amp;contentType=text/calendar&amp;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}&amp;subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}" title="delete"> 
     5496              <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 
    54655497            </a> 
    54665498          </td>