Changeset 1984
- Timestamp:
- 12/09/08 00:44:31
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1983 r1984 4627 4627 </tr> 4628 4628 <tr> 4629 <th>Color:</th> 4630 <td> 4631 <input type="text" name="calendar.color" value="" size="40"/> 4632 </td> 4633 </tr> 4634 <tr> 4629 4635 <th>Type:</th> 4630 4636 <td> … … 4640 4646 </tr> 4641 4647 </table> 4648 <div class="submitButtons"> 4649 <input type="submit" name="addCalendar" value="Add"/> 4650 <input type="submit" name="cancelled" value="cancel"/> 4651 </div> 4642 4652 <div id="subscriptionTypes" class="invisible"> 4643 4653 <!-- If we are making a subscription, we will set the hidden value of "aliasUri" based … … 4650 4660 <input type="radio" name="subTypeSwitch" value="public" checked="checked" onclick="changeClass('subscriptionTypePublic','visible');changeClass('subscriptionTypeExternal','invisible');changeClass('subscriptionTypeUser','invisible');setField('bwSubType',this.value);"/> Public calendar 4651 4661 <input type="radio" name="subTypeSwitch" value="user" onclick="changeClass('subscriptionTypePublic','invisible');changeClass('subscriptionTypeExternal','invisible');changeClass('subscriptionTypeUser','visible');setField('bwSubType',this.value);"/> User calendar 4652 <input type="radio" name="subTypeSwitch" value="external" onclick="changeClass('subscriptionTypePublic','invisible');changeClass('subscriptionTypeExternal','visible');changeClass('subscriptionTypeUser','invisible');setField('bwSubType',this.value);"/> External /URL4662 <input type="radio" name="subTypeSwitch" value="external" onclick="changeClass('subscriptionTypePublic','invisible');changeClass('subscriptionTypeExternal','visible');changeClass('subscriptionTypeUser','invisible');setField('bwSubType',this.value);"/> URL 4653 4663 </p> 4654 4664 … … 4685 4695 <table class="common"> 4686 4696 <tr> 4687 <th>URL to externalcalendar:</th>4697 <th>URL to calendar:</th> 4688 4698 <td> 4689 4699 <input type="text" name="aliasUriHolder" id="aliasUriHolder" value="" size="40"/> … … 4706 4716 </div> 4707 4717 4708 <div class="submitButtons">4709 <input type="submit" name="addCalendar" value="Add"/>4710 <input type="submit" name="cancelled" value="cancel"/>4711 </div>4712 4718 </form> 4713 4719 … … 4716 4722 Sharing may be added to a calendar once created. 4717 4723 </div> 4718 4719 4724 </xsl:template> 4720 4725 … … 4722 4727 <xsl:variable name="calPath" select="path"/> 4723 4728 <xsl:variable name="calPathEncoded" select="encodedPath"/> 4724 <xsl:choose> 4725 <xsl:when test="isSubscription='true'"> 4726 <h3>Modify Subscription</h3> 4727 </xsl:when> 4728 <xsl:when test="calendarCollection='true'"> 4729 <h3>Modify Calendar</h3> 4730 </xsl:when> 4731 <xsl:otherwise> 4732 <h3>Modify Folder</h3> 4733 </xsl:otherwise> 4734 </xsl:choose> 4729 4735 4730 <form name="modCalForm" method="post" action="{$calendar-update}"> 4731 <xsl:choose> 4732 <xsl:when test="isSubscription='true'"> 4733 <h3>Modify Subscription</h3> 4734 <input type="hidden" value="true" name="calendarCollection"/> 4735 </xsl:when> 4736 <xsl:when test="calendarCollection='true'"> 4737 <h3>Modify Calendar</h3> 4738 <input type="hidden" value="true" name="calendarCollection"/> 4739 </xsl:when> 4740 <xsl:otherwise> 4741 <h3>Modify Folder</h3> 4742 <input type="hidden" value="false" name="calendarCollection"/> 4743 </xsl:otherwise> 4744 </xsl:choose> 4736 4745 <table class="common"> 4737 4746 <tr> … … 4770 4779 </xsl:if> 4771 4780 </textarea> 4781 </td> 4782 </tr> 4783 <tr> 4784 <th>Color:</th> 4785 <td> 4786 <input type="text" name="calendar.color" value="" size="40"> 4787 <xsl:attribute name="value"><xsl:value-of select="color"/></xsl:attribute> 4788 </input> 4772 4789 </td> 4773 4790 </tr> … … 4875 4892 <li>Folders may only contain calendars and subfolders.</li> 4876 4893 <li>Calendars may only contain events (and other calendar items).</li> 4877 < li>4894 <!-- li> 4878 4895 An empty calendar may be converted to a folder and vice 4879 4896 versa. 4880 </li >4897 </li--> 4881 4898 </ul> 4882 4899 </li>
