| 4828 | | <xsl:choose> |
|---|
| 4829 | | <xsl:when test="isSubscription='true'"> |
|---|
| 4830 | | <input type="submit" name="delete" value="Delete Subscription"/> |
|---|
| 4831 | | </xsl:when> |
|---|
| 4832 | | <xsl:when test="calType = '0'"> |
|---|
| 4833 | | <input type="submit" name="delete" value="Delete Folder"/> |
|---|
| 4834 | | </xsl:when> |
|---|
| 4835 | | <xsl:otherwise> |
|---|
| 4836 | | <input type="submit" name="delete" value="Delete Calendar"/> |
|---|
| 4837 | | </xsl:otherwise> |
|---|
| 4838 | | </xsl:choose> |
|---|
| | 4831 | <xsl:if test="calType != '3' and calType != '5' and calType != '6'"> |
|---|
| | 4832 | <xsl:choose> |
|---|
| | 4833 | <xsl:when test="isSubscription='true'"> |
|---|
| | 4834 | <input type="submit" name="delete" value="Delete Subscription"/> |
|---|
| | 4835 | </xsl:when> |
|---|
| | 4836 | <xsl:when test="calType = '0'"> |
|---|
| | 4837 | <input type="submit" name="delete" value="Delete Folder"/> |
|---|
| | 4838 | </xsl:when> |
|---|
| | 4839 | <xsl:otherwise> |
|---|
| | 4840 | <input type="submit" name="delete" value="Delete Calendar"/> |
|---|
| | 4841 | </xsl:otherwise> |
|---|
| | 4842 | </xsl:choose> |
|---|
| | 4843 | </xsl:if> |
|---|
| 4964 | | <xsl:choose> |
|---|
| 4965 | | <xsl:when test="isSubscription='true'"> |
|---|
| 4966 | | <input type="submit" name="delete" value="Delete Subscription"/> |
|---|
| 4967 | | </xsl:when> |
|---|
| 4968 | | <xsl:when test="calType = '0'"> |
|---|
| 4969 | | <input type="submit" name="delete" value="Delete Folder"/> |
|---|
| 4970 | | </xsl:when> |
|---|
| 4971 | | <xsl:otherwise> |
|---|
| 4972 | | <input type="submit" name="delete" value="Delete Calendar"/> |
|---|
| 4973 | | </xsl:otherwise> |
|---|
| 4974 | | </xsl:choose> |
|---|
| | 4969 | <xsl:if test="calType != '3' and calType != '5' and calType != '6'"> |
|---|
| | 4970 | <xsl:choose> |
|---|
| | 4971 | <xsl:when test="isSubscription='true'"> |
|---|
| | 4972 | <input type="submit" name="delete" value="Delete Subscription"/> |
|---|
| | 4973 | </xsl:when> |
|---|
| | 4974 | <xsl:when test="calType = '0'"> |
|---|
| | 4975 | <input type="submit" name="delete" value="Delete Folder"/> |
|---|
| | 4976 | </xsl:when> |
|---|
| | 4977 | <xsl:otherwise> |
|---|
| | 4978 | <input type="submit" name="delete" value="Delete Calendar"/> |
|---|
| | 4979 | </xsl:otherwise> |
|---|
| | 4980 | </xsl:choose> |
|---|
| | 4981 | </xsl:if> |
|---|
| 7526 | | <table class="common" cellspacing="0"> |
|---|
| 7527 | | <tr> |
|---|
| 7528 | | <th class="leftBorder">Can send me scheduling requests:</th> |
|---|
| 7529 | | <th class="leftBorder">Can schedule on my behalf:</th> |
|---|
| 7530 | | </tr> |
|---|
| 7531 | | <tr> |
|---|
| 7532 | | <td class="leftBorder padMe"> |
|---|
| 7533 | | <form name="prefsSetAccess1" method="post" action="{$prefs-setAccess}" onsubmit="setScheduleHow(this)"> |
|---|
| 7534 | | <xsl:call-template name="schedulingAccessForm"> |
|---|
| 7535 | | <xsl:with-param name="what">in</xsl:with-param> |
|---|
| 7536 | | </xsl:call-template> |
|---|
| 7537 | | </form> |
|---|
| 7538 | | |
|---|
| 7539 | | <!-- xsl:apply-templates select="inbox/acl" mode="currentAccess"> |
|---|
| 7540 | | <xsl:with-param name="action" select="$prefs-setAccess"/> |
|---|
| 7541 | | <xsl:with-param name="what">in</xsl:with-param> |
|---|
| 7542 | | </xsl:apply-templates--> |
|---|
| 7543 | | |
|---|
| 7544 | | <h3>Current Access:</h3> |
|---|
| 7545 | | <div id="bwCurrentAccessWidgetIn"> </div> |
|---|
| 7546 | | <script type="text/javascript"> |
|---|
| 7547 | | bwAcl.display("bwCurrentAccessWidgetIn"); |
|---|
| 7548 | | </script> |
|---|
| 7549 | | </td> |
|---|
| 7550 | | <td class="leftBorder padMe"> |
|---|
| 7551 | | <form name="prefsSetAccess2" method="post" action="{$prefs-setAccess}" onsubmit="setScheduleHow(this)"> |
|---|
| 7552 | | <xsl:call-template name="schedulingAccessForm"> |
|---|
| 7553 | | <xsl:with-param name="what">out</xsl:with-param> |
|---|
| 7554 | | </xsl:call-template> |
|---|
| 7555 | | </form> |
|---|
| 7556 | | |
|---|
| 7557 | | <!-- xsl:apply-templates select="outbox/acl" mode="currentAccess"> |
|---|
| 7558 | | <xsl:with-param name="action" select="$prefs-setAccess"/> |
|---|
| 7559 | | <xsl:with-param name="what">out</xsl:with-param> |
|---|
| 7560 | | </xsl:apply-templates--> |
|---|
| 7561 | | |
|---|
| 7562 | | <h3>Current Access:</h3> |
|---|
| 7563 | | <div id="bwCurrentAccessWidgetOut"> </div> |
|---|
| 7564 | | <script type="text/javascript"> |
|---|
| 7565 | | bwAcl.display("bwCurrentAccessWidgetOut"); |
|---|
| 7566 | | </script> |
|---|
| 7567 | | </td> |
|---|
| 7568 | | </tr> |
|---|
| 7569 | | </table> |
|---|
| | 7533 | <div class="innerBlock"> |
|---|
| | 7534 | <h3>This page is in progress.</h3> |
|---|
| | 7535 | <p>In the meantime, you may <a href="{$calendar-fetch}">set scheduling access by modifying acls on your inbox and outbox</a>. Grant scheduling access and read freebusy.</p> |
|---|
| | 7536 | <ul> |
|---|
| | 7537 | <li>Inbox: users granted scheduling access on your inbox can send you scheduling requests.</li> |
|---|
| | 7538 | <li>Outbox: users granted scheduling access on your outbox can schedule on your behalf.</li> |
|---|
| | 7539 | </ul> |
|---|
| | 7540 | </div> |
|---|