| | 4545 | <form name="bwHideDisplayCal" class="bwHideDisplayCal" action=""> |
|---|
| | 4546 | <input type="hidden" name="calPath"> |
|---|
| | 4547 | <xsl:attribute name="value" select="path"/> |
|---|
| | 4548 | </input> |
|---|
| | 4549 | <xsl:choose> |
|---|
| | 4550 | <xsl:when test="display = 'true'"> |
|---|
| | 4551 | <!-- set the value of display to false so that when the form is submitted we toggle --> |
|---|
| | 4552 | <input type="hidden" name="display" value="false"/> |
|---|
| | 4553 | <input type="checkbox" name="bwDisplaySetter" checked="checked" onclick="this.submit()"/> |
|---|
| | 4554 | </xsl:when> |
|---|
| | 4555 | <xsl:otherwise> |
|---|
| | 4556 | <!-- set the value of display to true so that when the form is submitted we toggle --> |
|---|
| | 4557 | <input type="hidden" name="display" value="true"/> |
|---|
| | 4558 | <input type="checkbox" name="bwDisplaySetter" onclick="this.submit()"/> |
|---|
| | 4559 | </xsl:otherwise> |
|---|
| | 4560 | </xsl:choose> |
|---|
| | 4561 | </form> |
|---|
| | 4562 | <xsl:text> </xsl:text> |
|---|
| | 4882 | <th>Display:</th> |
|---|
| | 4883 | <td> |
|---|
| | 4884 | <input type="checkbox" name="calendar.display" size="40"> |
|---|
| | 4885 | <xsl:if test="display = 'true'"> |
|---|
| | 4886 | <xsl:attribute name="checked">checked</xsl:attribute> |
|---|
| | 4887 | </xsl:if> |
|---|
| | 4888 | </input> display items in this collection |
|---|
| | 4889 | </td> |
|---|
| | 4890 | </tr> |
|---|
| | 4891 | <tr> |
|---|
| | 4892 | <xsl:if test="disabled = 'true'"> |
|---|
| | 4893 | <xsl:attribute name="class">disabled</xsl:attribute> |
|---|
| | 4894 | </xsl:if> |
|---|
| | 4895 | <th>Disabled:</th> |
|---|
| | 4896 | <td> |
|---|
| | 4897 | <input type="hidden" name="calendar.disabled" size="40"> |
|---|
| | 4898 | <xsl:attribute name="value"><xsl:value-of select="disabled"/></xsl:attribute> |
|---|
| | 4899 | </input> |
|---|
| | 4900 | <xsl:value-of select="disabled"/> |
|---|
| | 4901 | <xsl:if test="disabled = 'true'"> |
|---|
| | 4902 | <span class="disabledNote"> |
|---|
| | 4903 | This item is inaccessible and has been disabled. You may |
|---|
| | 4904 | re-enable it to try again. |
|---|
| | 4905 | </span> |
|---|
| | 4906 | </xsl:if> |
|---|
| | 4907 | </td> |
|---|
| | 4908 | </tr> |
|---|
| | 4909 | <tr> |
|---|
| | 5108 | <tr> |
|---|
| | 5109 | <th>Display:</th> |
|---|
| | 5110 | <td> |
|---|
| | 5111 | <input type="checkbox" name="calendar.display" size="40"> |
|---|
| | 5112 | <xsl:if test="display = 'true'"> |
|---|
| | 5113 | <xsl:attribute name="checked">checked</xsl:attribute> |
|---|
| | 5114 | </xsl:if> |
|---|
| | 5115 | </input> display items in this collection |
|---|
| | 5116 | </td> |
|---|
| | 5117 | </tr> |
|---|
| | 5118 | <xsl:if test="disabled = 'true'"> |
|---|
| | 5119 | <tr> |
|---|
| | 5120 | <xsl:attribute name="class">disabled</xsl:attribute> |
|---|
| | 5121 | <th>Disabled:</th> |
|---|
| | 5122 | <td> |
|---|
| | 5123 | <input type="hidden" name="calendar.disabled" size="40"> |
|---|
| | 5124 | <xsl:attribute name="value"><xsl:value-of select="disabled"/></xsl:attribute> |
|---|
| | 5125 | </input> |
|---|
| | 5126 | <xsl:value-of select="disabled"/> |
|---|
| | 5127 | <xsl:if test="disabled = 'true'"> |
|---|
| | 5128 | <span class="disabledNote"> |
|---|
| | 5129 | This item is inaccessible and has been disabled. You may |
|---|
| | 5130 | re-enable it to try again. |
|---|
| | 5131 | </span> |
|---|
| | 5132 | </xsl:if> |
|---|
| | 5133 | </td> |
|---|
| | 5134 | </tr> |
|---|
| | 5135 | </xsl:if> |
|---|