Changeset 3525
- Timestamp:
- 03/29/12 12:54:21
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.8/deployment/webadmin/webapp/resources/default/default/default.xsl
r3521 r3525 1364 1364 </a><xsl:text> </xsl:text> 1365 1365 (<a href="mailto:{$submitterEmail}?subject=[Event%20Submission] {$eventTitle}" title="Email {$submitterEmail}"> 1366 <img src="{$resourcesRoot}/resources/email.gif" border="0" />1366 <img src="{$resourcesRoot}/resources/email.gif" border="0" alt="*"/> 1367 1367 <xsl:copy-of select="$bwStr-AEEF-SendMsg"/> 1368 1368 </a>) … … 1652 1652 </xsl:if> 1653 1653 <xsl:text> </xsl:text> 1654 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwStartClock" />1654 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwStartClock" alt="*"/> 1655 1655 1656 1656 <select name="eventStartDate.tzid" id="startTzid" class="timezones"> … … 1673 1673 <xsl:choose> 1674 1674 <xsl:when test="form/end/type='E'"> 1675 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" checked="checked" on Click="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/>1675 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" checked="checked" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> 1676 1676 </xsl:when> 1677 1677 <xsl:otherwise> 1678 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" on Click="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/>1678 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> 1679 1679 </xsl:otherwise> 1680 1680 </xsl:choose> … … 1742 1742 </xsl:if> 1743 1743 <xsl:text> </xsl:text> 1744 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwEndClock" />1744 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwEndClock" alt="*"/> 1745 1745 1746 1746 <select name="eventEndDate.tzid" id="endTzid" class="timezones"> … … 1766 1766 <xsl:choose> 1767 1767 <xsl:when test="form/end/type='D'"> 1768 <input type="radio" name="eventEndType" value="D" checked="checked" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/>1768 <input type="radio" name="eventEndType" value="D" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> 1769 1769 </xsl:when> 1770 1770 <xsl:otherwise> 1771 <input type="radio" name="eventEndType" value="D" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/>1771 <input type="radio" name="eventEndType" value="D" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> 1772 1772 </xsl:otherwise> 1773 1773 </xsl:choose> … … 1840 1840 <xsl:choose> 1841 1841 <xsl:when test="form/end/type='N'"> 1842 <input type="radio" name="eventEndType" value="N" checked="checked" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/>1842 <input type="radio" name="eventEndType" value="N" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> 1843 1843 </xsl:when> 1844 1844 <xsl:otherwise> 1845 <input type="radio" name="eventEndType" value="N" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/>1845 <input type="radio" name="eventEndType" value="N" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> 1846 1846 </xsl:otherwise> 1847 1847 </xsl:choose> … … 2215 2215 <xsl:copy-of select="$bwStr-AEEF-WeekOn"/> 2216 2216 </p> 2217 <p> 2218 <div id="weekRecurFields"> 2219 <xsl:call-template name="byDayChkBoxList"> 2220 <xsl:with-param name="name">byDayWeek</xsl:with-param> 2221 </xsl:call-template> 2222 </div> 2223 </p> 2217 <div id="weekRecurFields"> 2218 <xsl:call-template name="byDayChkBoxList"> 2219 <xsl:with-param name="name">byDayWeek</xsl:with-param> 2220 </xsl:call-template> 2221 </div> 2224 2222 <p class="weekRecurLinks"> 2225 2223 <a href="javascript:recurSelectWeekdays('weekRecurFields')"><xsl:copy-of select="$bwStr-AEEF-SelectWeekdays"/></a> | … … 2254 2252 <div id="monthRecurFields1"> 2255 2253 <xsl:copy-of select="$bwStr-AEEF-On"/> 2256 <select name="bymonthposPos1" width="7em"onchange="changeClass('monthRecurFields2','shown')">2254 <select name="bymonthposPos1" onchange="changeClass('monthRecurFields2','shown')"> 2257 2255 <xsl:call-template name="recurrenceDayPosOptions"/> 2258 2256 </select> … … 2292 2290 <div id="yearRecurFields1"> 2293 2291 <xsl:copy-of select="$bwStr-AEEF-On"/> 2294 <select name="byyearposPos1" width="7em"onchange="changeClass('yearRecurFields2','shown')">2292 <select name="byyearposPos1" onchange="changeClass('yearRecurFields2','shown')"> 2295 2293 <xsl:call-template name="recurrenceDayPosOptions"/> 2296 2294 </select> … … 2444 2442 </select> 2445 2443 <xsl:text> </xsl:text> 2446 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" alt="bwClock" id="bwRecExcClock"/>2444 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwRecExcClock" alt="*"/> 2447 2445 2448 2446 <select name="tzid" id="rdateTzid" class="timezones"> … … 3064 3062 <xsl:param name="eventUrlPrefix"/> 3065 3063 <xsl:param name="canEdit"/> 3064 3065 <xsl:variable name="escapedTitle"><xsl:call-template name="escapeJson"><xsl:with-param name="string" select="eventTitle"/></xsl:call-template></xsl:variable> 3066 3066 <div class="submitBox"> 3067 3067 <xsl:choose> … … 3103 3103 </select> 3104 3104 <input type="submit" name="publishEvent" value="{$bwStr-SEBu-PublishEvent}"> 3105 <xsl:attribute name="onclick">doPublishEvent(this.form.newCalPath.value, '<xsl:value-of select="$eventTitle"/>','<xsl:value-of select="$eventUrlPrefix"/>',this.form);changeClass('publishBox','invisible');</xsl:attribute>3105 <xsl:attribute name="onclick">doPublishEvent(this.form.newCalPath.value,"<xsl:value-of select="$escapedTitle"/>","<xsl:value-of select="$eventUrlPrefix"/>",this.form);changeClass('publishBox','invisible');</xsl:attribute> 3106 3106 </input> 3107 3107 <xsl:if test="$portalFriendly = 'false'"> … … 3120 3120 <input type="submit" name="updateSubmitEvent" value="{$bwStr-SEBu-UpdateEvent}"/> 3121 3121 <input type="submit" name="publishEvent" value="{$bwStr-SEBu-PublishEvent}"> 3122 <xsl:attribute name="onclick">doPublishEvent( '<xsl:value-of select="form/calendar/all/select/option/@value"/>','<xsl:value-of select="$eventTitle"/>','<xsl:value-of select="$eventUrlPrefix"/>',this.form);</xsl:attribute>3122 <xsl:attribute name="onclick">doPublishEvent("<xsl:value-of select="form/calendar/all/select/option/@value"/>","<xsl:value-of select="$escapedTitle"/>","<xsl:value-of select="$eventUrlPrefix"/>",this.form);</xsl:attribute> 3123 3123 </input> 3124 3124 <input type="submit" name="cancelled" value="{$bwStr-SEBu-Cancel}"/> … … 3230 3230 <xsl:attribute name="id"><xsl:value-of select="$name"/>RecurFields<xsl:value-of select="$current"/></xsl:attribute> 3231 3231 <xsl:copy-of select="$bwStr-BuRF-And"/> 3232 <select width="12em">3232 <select> 3233 3233 <xsl:attribute name="name">by<xsl:value-of select="$name"/>posPos<xsl:value-of select="$current"/></xsl:attribute> 3234 3234 <xsl:if test="$current != $total"> trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r3521 r3525 1364 1364 </a><xsl:text> </xsl:text> 1365 1365 (<a href="mailto:{$submitterEmail}?subject=[Event%20Submission] {$eventTitle}" title="Email {$submitterEmail}"> 1366 <img src="{$resourcesRoot}/resources/email.gif" border="0" />1366 <img src="{$resourcesRoot}/resources/email.gif" border="0" alt="*"/> 1367 1367 <xsl:copy-of select="$bwStr-AEEF-SendMsg"/> 1368 1368 </a>) … … 1652 1652 </xsl:if> 1653 1653 <xsl:text> </xsl:text> 1654 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwStartClock" />1654 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwStartClock" alt="*"/> 1655 1655 1656 1656 <select name="eventStartDate.tzid" id="startTzid" class="timezones"> … … 1673 1673 <xsl:choose> 1674 1674 <xsl:when test="form/end/type='E'"> 1675 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" checked="checked" on Click="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/>1675 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" checked="checked" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> 1676 1676 </xsl:when> 1677 1677 <xsl:otherwise> 1678 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" on Click="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/>1678 <input type="radio" name="eventEndType" id="bwEndDateTimeButton" value="E" onclick="changeClass('endDateTime','shown');changeClass('endDuration','invisible');"/> 1679 1679 </xsl:otherwise> 1680 1680 </xsl:choose> … … 1742 1742 </xsl:if> 1743 1743 <xsl:text> </xsl:text> 1744 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwEndClock" />1744 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwEndClock" alt="*"/> 1745 1745 1746 1746 <select name="eventEndDate.tzid" id="endTzid" class="timezones"> … … 1766 1766 <xsl:choose> 1767 1767 <xsl:when test="form/end/type='D'"> 1768 <input type="radio" name="eventEndType" value="D" checked="checked" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/>1768 <input type="radio" name="eventEndType" value="D" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> 1769 1769 </xsl:when> 1770 1770 <xsl:otherwise> 1771 <input type="radio" name="eventEndType" value="D" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/>1771 <input type="radio" name="eventEndType" value="D" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','shown');"/> 1772 1772 </xsl:otherwise> 1773 1773 </xsl:choose> … … 1840 1840 <xsl:choose> 1841 1841 <xsl:when test="form/end/type='N'"> 1842 <input type="radio" name="eventEndType" value="N" checked="checked" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/>1842 <input type="radio" name="eventEndType" value="N" checked="checked" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> 1843 1843 </xsl:when> 1844 1844 <xsl:otherwise> 1845 <input type="radio" name="eventEndType" value="N" on Click="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/>1845 <input type="radio" name="eventEndType" value="N" onclick="changeClass('endDateTime','invisible');changeClass('endDuration','invisible');"/> 1846 1846 </xsl:otherwise> 1847 1847 </xsl:choose> … … 2215 2215 <xsl:copy-of select="$bwStr-AEEF-WeekOn"/> 2216 2216 </p> 2217 <p> 2218 <div id="weekRecurFields"> 2219 <xsl:call-template name="byDayChkBoxList"> 2220 <xsl:with-param name="name">byDayWeek</xsl:with-param> 2221 </xsl:call-template> 2222 </div> 2223 </p> 2217 <div id="weekRecurFields"> 2218 <xsl:call-template name="byDayChkBoxList"> 2219 <xsl:with-param name="name">byDayWeek</xsl:with-param> 2220 </xsl:call-template> 2221 </div> 2224 2222 <p class="weekRecurLinks"> 2225 2223 <a href="javascript:recurSelectWeekdays('weekRecurFields')"><xsl:copy-of select="$bwStr-AEEF-SelectWeekdays"/></a> | … … 2254 2252 <div id="monthRecurFields1"> 2255 2253 <xsl:copy-of select="$bwStr-AEEF-On"/> 2256 <select name="bymonthposPos1" width="7em"onchange="changeClass('monthRecurFields2','shown')">2254 <select name="bymonthposPos1" onchange="changeClass('monthRecurFields2','shown')"> 2257 2255 <xsl:call-template name="recurrenceDayPosOptions"/> 2258 2256 </select> … … 2292 2290 <div id="yearRecurFields1"> 2293 2291 <xsl:copy-of select="$bwStr-AEEF-On"/> 2294 <select name="byyearposPos1" width="7em"onchange="changeClass('yearRecurFields2','shown')">2292 <select name="byyearposPos1" onchange="changeClass('yearRecurFields2','shown')"> 2295 2293 <xsl:call-template name="recurrenceDayPosOptions"/> 2296 2294 </select> … … 2444 2442 </select> 2445 2443 <xsl:text> </xsl:text> 2446 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" alt="bwClock" id="bwRecExcClock"/>2444 <img src="{$resourcesRoot}/resources/clockIcon.gif" width="16" height="15" border="0" id="bwRecExcClock" alt="*"/> 2447 2445 2448 2446 <select name="tzid" id="rdateTzid" class="timezones"> … … 3064 3062 <xsl:param name="eventUrlPrefix"/> 3065 3063 <xsl:param name="canEdit"/> 3064 3065 <xsl:variable name="escapedTitle"><xsl:call-template name="escapeJson"><xsl:with-param name="string" select="eventTitle"/></xsl:call-template></xsl:variable> 3066 3066 <div class="submitBox"> 3067 3067 <xsl:choose> … … 3103 3103 </select> 3104 3104 <input type="submit" name="publishEvent" value="{$bwStr-SEBu-PublishEvent}"> 3105 <xsl:attribute name="onclick">doPublishEvent(this.form.newCalPath.value, '<xsl:value-of select="$eventTitle"/>','<xsl:value-of select="$eventUrlPrefix"/>',this.form);changeClass('publishBox','invisible');</xsl:attribute>3105 <xsl:attribute name="onclick">doPublishEvent(this.form.newCalPath.value,"<xsl:value-of select="$escapedTitle"/>","<xsl:value-of select="$eventUrlPrefix"/>",this.form);changeClass('publishBox','invisible');</xsl:attribute> 3106 3106 </input> 3107 3107 <xsl:if test="$portalFriendly = 'false'"> … … 3120 3120 <input type="submit" name="updateSubmitEvent" value="{$bwStr-SEBu-UpdateEvent}"/> 3121 3121 <input type="submit" name="publishEvent" value="{$bwStr-SEBu-PublishEvent}"> 3122 <xsl:attribute name="onclick">doPublishEvent( '<xsl:value-of select="form/calendar/all/select/option/@value"/>','<xsl:value-of select="$eventTitle"/>','<xsl:value-of select="$eventUrlPrefix"/>',this.form);</xsl:attribute>3122 <xsl:attribute name="onclick">doPublishEvent("<xsl:value-of select="form/calendar/all/select/option/@value"/>","<xsl:value-of select="$escapedTitle"/>","<xsl:value-of select="$eventUrlPrefix"/>",this.form);</xsl:attribute> 3123 3123 </input> 3124 3124 <input type="submit" name="cancelled" value="{$bwStr-SEBu-Cancel}"/> … … 3230 3230 <xsl:attribute name="id"><xsl:value-of select="$name"/>RecurFields<xsl:value-of select="$current"/></xsl:attribute> 3231 3231 <xsl:copy-of select="$bwStr-BuRF-And"/> 3232 <select width="12em">3232 <select> 3233 3233 <xsl:attribute name="name">by<xsl:value-of select="$name"/>posPos<xsl:value-of select="$current"/></xsl:attribute> 3234 3234 <xsl:if test="$current != $total">
