| 1759 | | <input type="checkbox" name="floating" id="floating" onclick="swapFloatingTime(this)" value="on"/> |
|---|
| 1760 | | <xsl:if test="/bedework/formElements/form/floating/input/@checked='checked'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> |
|---|
| | 1759 | <xsl:choose> |
|---|
| | 1760 | <xsl:when test="/bedework/formElements/form/floating/input/@checked='checked'"> |
|---|
| | 1761 | <input type="checkbox" name="floatingFlag" id="floatingFlag" onclick="swapFloatingTime(this)" value="on" checked="checked"/> |
|---|
| | 1762 | <input type="hidden" name="eventStartDate.floating" value="on" id="startFloating"/> |
|---|
| | 1763 | <input type="hidden" name="eventEndDate.floating" value="on" id="endFloating"/> |
|---|
| | 1764 | </xsl:when> |
|---|
| | 1765 | <xsl:otherwise> |
|---|
| | 1766 | <input type="checkbox" name="floatingFlag" id="floatingFlag" onclick="swapFloatingTime(this)" value="off"/> |
|---|
| | 1767 | <input type="hidden" name="eventStartDate.floating" value="off" id="startFloating"/> |
|---|
| | 1768 | <input type="hidden" name="eventEndDate.floating" value="off" id="endFloating"/> |
|---|
| | 1769 | </xsl:otherwise> |
|---|
| | 1770 | </xsl:choose> |
|---|
| 1762 | | <input type="checkbox" name="storeUTC" id="storeUTC" onclick="swapStoreUTC(this)" value="on"/> |
|---|
| 1763 | | <xsl:if test="/bedework/formElements/form/storeUTC/input/@checked='checked'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> |
|---|
| | 1772 | <xsl:choose> |
|---|
| | 1773 | <xsl:when test="/bedework/formElements/form/floating/input/@checked='checked'"> |
|---|
| | 1774 | <input type="checkbox" name="storeUTCFlag" id="storeUTCFlag" onclick="swapStoreUTC(this)" value="on" checked="checked"/> |
|---|
| | 1775 | <input type="hidden" name="eventStartDate.storeUTC" value="on" id="startStoreUTC"/> |
|---|
| | 1776 | <input type="hidden" name="eventEndDate.storeUTC" value="on" id="endStoreUTC"/> |
|---|
| | 1777 | </xsl:when> |
|---|
| | 1778 | <xsl:otherwise> |
|---|
| | 1779 | <input type="checkbox" name="storeUTCFlag" id="storeUTCFlag" onclick="swapStoreUTC(this)" value="off"/> |
|---|
| | 1780 | <input type="hidden" name="eventStartDate.storeUTC" value="off" id="startStoreUTC"/> |
|---|
| | 1781 | <input type="hidden" name="eventEndDate.storeUTC" value="off" id="endStoreUTC"/> |
|---|
| | 1782 | </xsl:otherwise> |
|---|
| | 1783 | </xsl:choose> |
|---|
| 2334 | | <input type="checkbox" name="floating" id="floating" onclick="swapFloatingTime(this)" value="on"/> |
|---|
| 2335 | | <xsl:if test="/bedework/formElements/form/floating/input/@checked='checked'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> |
|---|
| | 2354 | <xsl:choose> |
|---|
| | 2355 | <xsl:when test="/bedework/formElements/form/floating/input/@checked='checked'"> |
|---|
| | 2356 | <input type="checkbox" name="floatingFlag" id="floatingFlag" onclick="swapFloatingTime(this)" value="on" checked="checked"/> |
|---|
| | 2357 | <input type="hidden" name="eventStartDate.floating" value="on" id="startFloating"/> |
|---|
| | 2358 | <input type="hidden" name="eventEndDate.floating" value="on" id="endFloating"/> |
|---|
| | 2359 | </xsl:when> |
|---|
| | 2360 | <xsl:otherwise> |
|---|
| | 2361 | <input type="checkbox" name="floatingFlag" id="floatingFlag" onclick="swapFloatingTime(this)" value="off"/> |
|---|
| | 2362 | <input type="hidden" name="eventStartDate.floating" value="off" id="startFloating"/> |
|---|
| | 2363 | <input type="hidden" name="eventEndDate.floating" value="off" id="endFloating"/> |
|---|
| | 2364 | </xsl:otherwise> |
|---|
| | 2365 | </xsl:choose> |
|---|
| 2337 | | <input type="checkbox" name="storeUTC" id="storeUTC" onclick="swapStoreUTC(this)" value="on"/> |
|---|
| 2338 | | <xsl:if test="/bedework/formElements/form/storeUTC/input/@checked='checked'"><xsl:attribute name="checked">checked</xsl:attribute></xsl:if> |
|---|
| | 2367 | <xsl:choose> |
|---|
| | 2368 | <xsl:when test="/bedework/formElements/form/floating/input/@checked='checked'"> |
|---|
| | 2369 | <input type="checkbox" name="storeUTCFlag" id="storeUTCFlag" onclick="swapStoreUTC(this)" value="on" checked="checked"/> |
|---|
| | 2370 | <input type="hidden" name="eventStartDate.storeUTC" value="on" id="startStoreUTC"/> |
|---|
| | 2371 | <input type="hidden" name="eventEndDate.storeUTC" value="on" id="endStoreUTC"/> |
|---|
| | 2372 | </xsl:when> |
|---|
| | 2373 | <xsl:otherwise> |
|---|
| | 2374 | <input type="checkbox" name="storeUTCFlag" id="storeUTC" onclick="swapStoreUTC(this)" value="off"/> |
|---|
| | 2375 | <input type="hidden" name="eventStartDate.storeUTCFlag" value="off" id="startStoreUTC"/> |
|---|
| | 2376 | <input type="hidden" name="eventEndDate.storeUTC" value="off" id="endStoreUTC"/> |
|---|
| | 2377 | </xsl:otherwise> |
|---|
| | 2378 | </xsl:choose> |
|---|