| 4585 | | <xsl:template match="currentCalendar" mode="addCalendar"> |
|---|
| 4586 | | <h3>Add Calendar, Folder, or Subscription</h3> |
|---|
| | 4585 | <xsl:template match="currentCalendar" mode="modCalendar"> |
|---|
| | 4586 | <xsl:variable name="calPath" select="path"/> |
|---|
| | 4587 | <xsl:variable name="calPathEncoded" select="encodedPath"/> |
|---|
| | 4588 | <xsl:choose> |
|---|
| | 4589 | <xsl:when test="creating='true'"> |
|---|
| | 4590 | <h3>Add Calendar, Folder, or Subscription</h3> |
|---|
| | 4591 | </xsl:when> |
|---|
| | 4592 | <xsl:when test="isSubscription='true'"> |
|---|
| | 4593 | <h3>Modify Subscription</h3> |
|---|
| | 4594 | </xsl:when> |
|---|
| | 4595 | <xsl:when test="calendarCollection='true'"> |
|---|
| | 4596 | <h3>Modify Calendar</h3> |
|---|
| | 4597 | </xsl:when> |
|---|
| | 4598 | <xsl:otherwise> |
|---|
| | 4599 | <h3>Modify Folder</h3> |
|---|
| | 4600 | </xsl:otherwise> |
|---|
| | 4601 | </xsl:choose> |
|---|