| 1794 | | <a href="javascript:toggleVisibility('bwDownloadWidget','bwMenuWidget');changeClass('bwEditRecurWidget','invisible');" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> |
|---|
| 1795 | | <img src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/> |
|---|
| 1796 | | Download |
|---|
| 1797 | | </a> |
|---|
| 1798 | | <div id="bwDownloadWidget" class="invisible"> |
|---|
| 1799 | | <ul> |
|---|
| 1800 | | <li> |
|---|
| 1801 | | <a href="{$export}&calPath={$calPath}&guid={$guid}&nocache=no&contentName={$eventIcalName}" onclick="changeClass('bwDownloadWidget','invisible')"> |
|---|
| 1802 | | master (all recurrences) |
|---|
| 1803 | | </a> |
|---|
| 1804 | | </li> |
|---|
| 1805 | | <li> |
|---|
| 1806 | | <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" onclick="changeClass('bwDownloadWidget','invisible')"> |
|---|
| 1807 | | instance (just this event) |
|---|
| 1808 | | </a> |
|---|
| 1809 | | </li> |
|---|
| 1810 | | </ul> |
|---|
| 1811 | | </div> |
|---|
| 1812 | | </xsl:when> |
|---|
| 1813 | | <xsl:otherwise> |
|---|
| 1814 | | <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> |
|---|
| 1815 | | <img src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/> |
|---|
| 1816 | | Download |
|---|
| 1817 | | </a> |
|---|
| 1818 | | </xsl:otherwise> |
|---|
| 1819 | | </xsl:choose> |
|---|
| 1820 | | <xsl:if test="currentAccess/current-user-privilege-set/privilege/write-content"> |
|---|
| 1821 | | | |
|---|
| 1822 | | <xsl:choose> |
|---|
| 1823 | | <xsl:when test="recurring='true' or recurrenceId != ''"> |
|---|
| 1824 | | <a href="javascript:toggleVisibility('bwEditRecurWidget','bwMenuWidget');changeClass('bwDownloadWidget','invisible');" title="edit event"> |
|---|
| 1825 | | <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> |
|---|
| 1826 | | Edit |
|---|
| 1827 | | </a> |
|---|
| 1828 | | <div id="bwEditRecurWidget" class="invisible"> |
|---|
| 1829 | | <ul> |
|---|
| 1830 | | <li> |
|---|
| 1831 | | <a href="{$editEvent}&calPath={$calPath}&guid={$guid}" title="edit master (recurring event)" onclick="changeClass('bwEditRecurWidget','invisible')"> |
|---|
| 1832 | | master event |
|---|
| 1833 | | </a> |
|---|
| 1834 | | </li> |
|---|
| 1835 | | <li> |
|---|
| 1836 | | <a href="{$editEvent}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="edit instance (recurring event)" onclick="changeClass('bwEditRecurWidget','invisible')"> |
|---|
| 1837 | | instance |
|---|
| 1838 | | </a> |
|---|
| 1839 | | </li> |
|---|
| 1840 | | </ul> |
|---|
| 1841 | | </div> |
|---|
| 1842 | | </xsl:when> |
|---|
| 1843 | | <xsl:otherwise> |
|---|
| 1844 | | <a href="{$editEvent}&calPath={$calPath}&guid={$guid}" title="edit event"> |
|---|
| 1845 | | <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> |
|---|
| 1846 | | Edit |
|---|
| 1847 | | </a> |
|---|
| 1848 | | </xsl:otherwise> |
|---|
| 1849 | | </xsl:choose> |
|---|
| 1850 | | </xsl:if> |
|---|
| 1851 | | | |
|---|
| 1852 | | <xsl:choose> |
|---|
| 1853 | | <xsl:when test="recurring='true' or recurrenceId != ''"> |
|---|
| | 1847 | |
|---|
| | 1848 | <xsl:if test="currentAccess/current-user-privilege-set/privilege/write-content"> |
|---|
| | 1849 | <xsl:choose> |
|---|
| | 1850 | <xsl:when test="recurring='true' or recurrenceId != ''"> |
|---|
| | 1851 | <div id="bwEditRecurButton" class="bwMenuButton"> |
|---|
| | 1852 | <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> |
|---|
| | 1853 | Edit |
|---|
| | 1854 | <div id="bwEditRecurWidget" class="bwMenuWidget"> |
|---|
| | 1855 | <ul> |
|---|
| | 1856 | <li> |
|---|
| | 1857 | <a href="{$editEvent}&calPath={$calPath}&guid={$guid}" title="edit master (recurring event)" onclick="changeClass('bwEditRecurWidget','invisible')"> |
|---|
| | 1858 | master |
|---|
| | 1859 | </a> |
|---|
| | 1860 | </li> |
|---|
| | 1861 | <li> |
|---|
| | 1862 | <a href="{$editEvent}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="edit instance (recurring event)" onclick="changeClass('bwEditRecurWidget','invisible')"> |
|---|
| | 1863 | instance |
|---|
| | 1864 | </a> |
|---|
| | 1865 | </li> |
|---|
| | 1866 | </ul> |
|---|
| | 1867 | </div> |
|---|
| | 1868 | </div> |
|---|
| | 1869 | </xsl:when> |
|---|
| | 1870 | <xsl:otherwise> |
|---|
| | 1871 | <a href="{$editEvent}&calPath={$calPath}&guid={$guid}" title="edit event" class="bwMenuButton"> |
|---|
| | 1872 | <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit"/> |
|---|
| | 1873 | Edit |
|---|
| | 1874 | </a> |
|---|
| | 1875 | </xsl:otherwise> |
|---|
| | 1876 | </xsl:choose> |
|---|
| | 1877 | </xsl:if> |
|---|
| | 1878 | <xsl:choose> |
|---|
| | 1879 | <xsl:when test="recurring='true' or recurrenceId != ''"> |
|---|
| | 1880 | <div id="bwDownloadButton" class="bwMenuButton"> |
|---|
| | 1881 | <img src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/> |
|---|
| | 1882 | Download |
|---|
| | 1883 | <div id="bwDownloadWidget" class="bwMenuWidget"> |
|---|
| | 1884 | <ul> |
|---|
| | 1885 | <li> |
|---|
| | 1886 | <a href="{$export}&calPath={$calPath}&guid={$guid}&nocache=no&contentName={$eventIcalName}" onclick="changeClass('bwDownloadWidget','invisible')"> |
|---|
| | 1887 | master |
|---|
| | 1888 | </a> |
|---|
| | 1889 | </li> |
|---|
| | 1890 | <li> |
|---|
| | 1891 | <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" onclick="changeClass('bwDownloadWidget','invisible')"> |
|---|
| | 1892 | instance |
|---|
| | 1893 | </a> |
|---|
| | 1894 | </li> |
|---|
| | 1895 | </ul> |
|---|
| | 1896 | </div> |
|---|
| | 1897 | </div> |
|---|
| | 1898 | </xsl:when> |
|---|
| | 1899 | <xsl:otherwise> |
|---|
| | 1900 | <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"> |
|---|
| | 1901 | <img src="{$resourcesRoot}/resources/std-icalDownload-icon-small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/> |
|---|
| | 1902 | Download |
|---|
| | 1903 | </a> |
|---|
| | 1904 | </xsl:otherwise> |
|---|
| | 1905 | </xsl:choose> |
|---|