Changeset 2428

Show
Ignore:
Timestamp:
12/08/09 17:17:27
Author:
johnsa
Message:

user client: reveal collection status codes

Files:

Legend:

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

    r2235 r2428  
    16251625  list-style-image: url(../../resources/outboxIcon.gif); 
    16261626} 
     1627#bedework  li.unknown, 
    16271628#bedework  li.deleted { 
    16281629  list-style-image: url(../../resources/calIconDeleted-sm.gif); 
     1630  font-style: italic; 
     1631} 
     1632#bedework  li.unknown a, 
     1633#bedework  li.deleted a { 
     1634  color: #900; 
     1635  background-color: transparent; 
    16291636} 
    16301637#bedework  li.selected { 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r2357 r2428  
    47854785      <xsl:attribute name="class"> 
    47864786        <xsl:choose> 
     4787          <xsl:when test="lastRefreshStatus &gt; 400">unknown</xsl:when> 
    47874788          <xsl:when test="/bedework/selectionState/selectionType = 'collections' 
    47884789                          and path = /bedework/selectionState/collection/virtualpath">selected</xsl:when> 
     
    48354836      <xsl:variable name="calPath" select="encodedPath"/> 
    48364837      <a href="{$setSelection}&amp;virtualPath={$virtualPath}&amp;calUrl={$calPath}"> 
     4838        <xsl:if test="lastRefreshStatus &gt; 400"> 
     4839          <xsl:attribute name="title"> 
     4840            <xsl:call-template name="httpStatusCodes"> 
     4841              <xsl:with-param name="code"><xsl:value-of  select="lastRefreshStatus"/></xsl:with-param> 
     4842            </xsl:call-template> 
     4843          </xsl:attribute> 
     4844        </xsl:if> 
    48374845        <xsl:value-of select="name"/> 
    48384846      </a> 
     
    81448152  </xsl:template> 
    81458153 
     8154 
    81468155  <!--==== FOOTER ====--> 
    81478156  <xsl:template name="footer">