Changeset 1454

Show
Ignore:
Timestamp:
07/06/07 11:36:59
Author:
johnsa
Message:

user client: update to meeting reply

Files:

Legend:

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

    r1453 r1454  
    57875787          <td class="fieldval scheduleActions"> 
    57885788            <xsl:choose> 
    5789               <xsl:when test="normalize-space(guidcals) = ''"> 
     5789              <xsl:when test="not(guidcals/calendar)"> 
    57905790              <!-- the event has not been added to a calendar, so this is the  
    57915791                   first request --> 
     
    62786278          </xsl:choose> 
    62796279        </th> 
     6280      </tr> 
     6281      <tr> 
     6282        <td class="fieldname"> 
     6283          Calendar: 
     6284        </td> 
     6285        <td class="fieldval scheduleActions"> 
     6286          <xsl:choose> 
     6287            <xsl:when test="not(/bedework/guidcals/calendar)"> 
     6288            <!-- the event has been deleted by the organizer --> 
     6289              Event no longer exists. 
     6290            </xsl:when> 
     6291            <xsl:otherwise> 
     6292              <!-- the event exists.  Let the user choose which copies  
     6293                   of the event to update.  For now, we'll just list them 
     6294                   and add calPath request parameters --> 
     6295              <ul> 
     6296                <xsl:for-each select="/bedework/guidcals/calendar"> 
     6297                  <li class="calendar"> 
     6298                    <xsl:value-of select="name"/> 
     6299                    <input type="hidden" name="calPath"> 
     6300                      <xsl:attribute name="value"><xsl:value-of select="path"/></xsl:attribute> 
     6301                    </input>  
     6302                  </li> 
     6303                </xsl:for-each> 
     6304              </ul> 
     6305            </xsl:otherwise> 
     6306          </xsl:choose>               
     6307        </td> 
    62806308      </tr> 
    62816309      <tr>