<xsl:if test="/bedework/page='event'"> <xsl:value-of select="/bedework/event/summary" /> <xsl:text> - </xsl:text> </xsl:if> <xsl:copy-of select="$bwStr-Root-PageTitle" /> ]]> / navcalendar = [ "", "", "", "", "", "", "", ]; $.datepicker.setDefaults({ constrainInput: true, dateFormat: "yy-mm-dd", showOn: "both", buttonImage: "/images/calIcon.gif", buttonImageOnly: true, gotoCurrent: true, duration: "" }); $(document).ready(function() { $("#bwExportCalendarWidgetStartDate").datepicker({ }).attr("readonly", "readonly"); $("#bwExportCalendarWidgetEndDate").datepicker({ }).attr("readonly", "readonly"); });