| | 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> |
|---|