| 2220 | | <span dojoType="dropdowndatepicker" formatLength="medium" value="today" saveFormat="yyyyMMdd" id="bwEventWidgetStartDate" iconURL="{$resourcesRoot}/resources/calIcon.gif"> |
|---|
| 2221 | | <xsl:attribute name="value"><xsl:value-of select="form/start/rfc3339DateTime"/></xsl:attribute> |
|---|
| 2222 | | <xsl:text> </xsl:text> |
|---|
| 2223 | | </span> |
|---|
| 2224 | | <input type="hidden" name="eventStartDate.year"> |
|---|
| 2225 | | <xsl:attribute name="value"><xsl:value-of select="form/start/yearText/input/@value"/></xsl:attribute> |
|---|
| 2226 | | </input> |
|---|
| 2227 | | <input type="hidden" name="eventStartDate.month"> |
|---|
| 2228 | | <xsl:attribute name="value"><xsl:value-of select="form/start/month/select/option[@selected = 'selected']/@value"/></xsl:attribute> |
|---|
| 2229 | | </input> |
|---|
| 2230 | | <input type="hidden" name="eventStartDate.day"> |
|---|
| 2231 | | <xsl:attribute name="value"><xsl:value-of select="form/start/day/select/option[@selected = 'selected']/@value"/></xsl:attribute> |
|---|
| 2232 | | </input> |
|---|
| | 2229 | <xsl:choose> |
|---|
| | 2230 | <xsl:when test="$portalFriendly = 'true'"> |
|---|
| | 2231 | <xsl:copy-of select="/bedework/formElements/form/start/month/*"/> |
|---|
| | 2232 | <xsl:copy-of select="/bedework/formElements/form/start/day/*"/> |
|---|
| | 2233 | <xsl:choose> |
|---|
| | 2234 | <xsl:when test="/bedework/creating = 'true'"> |
|---|
| | 2235 | <xsl:copy-of select="/bedework/formElements/form/start/year/*"/> |
|---|
| | 2236 | </xsl:when> |
|---|
| | 2237 | <xsl:otherwise> |
|---|
| | 2238 | <xsl:copy-of select="/bedework/formElements/form/start/yearText/*"/> |
|---|
| | 2239 | </xsl:otherwise> |
|---|
| | 2240 | </xsl:choose> |
|---|
| | 2241 | <script language="JavaScript" type="text/javascript"> |
|---|
| | 2242 | <xsl:comment> |
|---|
| | 2243 | startDateDynCalWidget = new dynCalendar('startDateDynCalWidget', <xsl:value-of select="number(/bedework/formElements/form/start/yearText/input/@value)"/>, <xsl:value-of select="number(/bedework/formElements/form/start/month/select/option[@selected='selected']/@value)-1"/>, <xsl:value-of select="number(/bedework/formElements/form/start/day/select/option[@selected='selected']/@value)"/>, 'startDateCalWidgetCallback', '<xsl:value-of select="$resourcesRoot"/>/resources/'); |
|---|
| | 2244 | </xsl:comment> |
|---|
| | 2245 | </script> |
|---|
| | 2246 | </xsl:when> |
|---|
| | 2247 | <xsl:otherwise> |
|---|
| | 2248 | <span dojoType="dropdowndatepicker" formatLength="medium" value="today" saveFormat="yyyyMMdd" id="bwEventWidgetStartDate" iconURL="{$resourcesRoot}/resources/calIcon.gif"> |
|---|
| | 2249 | <xsl:attribute name="value"><xsl:value-of select="form/start/rfc3339DateTime"/></xsl:attribute> |
|---|
| | 2250 | <xsl:text> </xsl:text> |
|---|
| | 2251 | </span> |
|---|
| | 2252 | <input type="hidden" name="eventStartDate.year"> |
|---|
| | 2253 | <xsl:attribute name="value"><xsl:value-of select="form/start/yearText/input/@value"/></xsl:attribute> |
|---|
| | 2254 | </input> |
|---|
| | 2255 | <input type="hidden" name="eventStartDate.month"> |
|---|
| | 2256 | <xsl:attribute name="value"><xsl:value-of select="form/start/month/select/option[@selected = 'selected']/@value"/></xsl:attribute> |
|---|
| | 2257 | </input> |
|---|
| | 2258 | <input type="hidden" name="eventStartDate.day"> |
|---|
| | 2259 | <xsl:attribute name="value"><xsl:value-of select="form/start/day/select/option[@selected = 'selected']/@value"/></xsl:attribute> |
|---|
| | 2260 | </input> |
|---|
| | 2261 | </xsl:otherwise> |
|---|
| | 2262 | </xsl:choose> |
|---|
| 2283 | | <span dojoType="dropdowndatepicker" formatLength="medium" value="today" saveFormat="yyyyMMdd" id="bwEventWidgetEndDate" iconURL="{$resourcesRoot}/resources/calIcon.gif"> |
|---|
| 2284 | | <xsl:attribute name="value"><xsl:value-of select="form/end/rfc3339DateTime"/></xsl:attribute> |
|---|
| 2285 | | <xsl:text> </xsl:text> |
|---|
| 2286 | | </span> |
|---|
| 2287 | | <input type="hidden" name="eventEndDate.year"> |
|---|
| 2288 | | <xsl:attribute name="value"><xsl:value-of select="form/end/dateTime/yearText/input/@value"/></xsl:attribute> |
|---|
| 2289 | | </input> |
|---|
| 2290 | | <input type="hidden" name="eventEndDate.month"> |
|---|
| 2291 | | <xsl:attribute name="value"><xsl:value-of select="form/end/dateTime/month/select/option[@selected = 'selected']/@value"/></xsl:attribute> |
|---|
| 2292 | | </input> |
|---|
| 2293 | | <input type="hidden" name="eventEndDate.day"> |
|---|
| 2294 | | <xsl:attribute name="value"><xsl:value-of select="form/end/dateTime/day/select/option[@selected = 'selected']/@value"/></xsl:attribute> |
|---|
| 2295 | | </input> |
|---|
| | 2313 | <xsl:choose> |
|---|
| | 2314 | <xsl:when test="$portalFriendly = 'true'"> |
|---|
| | 2315 | <xsl:copy-of select="/bedework/formElements/form/end/dateTime/month/*"/> |
|---|
| | 2316 | <xsl:copy-of select="/bedework/formElements/form/end/dateTime/day/*"/> |
|---|
| | 2317 | <xsl:choose> |
|---|
| | 2318 | <xsl:when test="/bedework/creating = 'true'"> |
|---|
| | 2319 | <xsl:copy-of select="/bedework/formElements/form/end/dateTime/year/*"/> |
|---|
| | 2320 | </xsl:when> |
|---|
| | 2321 | <xsl:otherwise> |
|---|
| | 2322 | <xsl:copy-of select="/bedework/formElements/form/end/dateTime/yearText/*"/> |
|---|
| | 2323 | </xsl:otherwise> |
|---|
| | 2324 | </xsl:choose> |
|---|
| | 2325 | <script language="JavaScript" type="text/javascript"> |
|---|
| | 2326 | <xsl:comment> |
|---|
| | 2327 | endDateDynCalWidget = new dynCalendar('endDateDynCalWidget', <xsl:value-of select="number(/bedework/formElements/form/start/yearText/input/@value)"/>, <xsl:value-of select="number(/bedework/formElements/form/start/month/select/option[@selected='selected']/@value)-1"/>, <xsl:value-of select="number(/bedework/formElements/form/start/day/select/option[@selected='selected']/@value)"/>, 'endDateCalWidgetCallback', '<xsl:value-of select="$resourcesRoot"/>/resources/'); |
|---|
| | 2328 | </xsl:comment> |
|---|
| | 2329 | </script> |
|---|
| | 2330 | </xsl:when> |
|---|
| | 2331 | <xsl:otherwise> |
|---|
| | 2332 | <span dojoType="dropdowndatepicker" formatLength="medium" value="today" saveFormat="yyyyMMdd" id="bwEventWidgetEndDate" iconURL="{$resourcesRoot}/resources/calIcon.gif"> |
|---|
| | 2333 | <xsl:attribute name="value"><xsl:value-of select="form/end/rfc3339DateTime"/></xsl:attribute> |
|---|
| | 2334 | <xsl:text> </xsl:text> |
|---|
| | 2335 | </span> |
|---|
| | 2336 | <input type="hidden" name="eventEndDate.year"> |
|---|
| | 2337 | <xsl:attribute name="value"><xsl:value-of select="form/end/dateTime/yearText/input/@value"/></xsl:attribute> |
|---|
| | 2338 | </input> |
|---|
| | 2339 | <input type="hidden" name="eventEndDate.month"> |
|---|
| | 2340 | <xsl:attribute name="value"><xsl:value-of select="form/end/dateTime/month/select/option[@selected = 'selected']/@value"/></xsl:attribute> |
|---|
| | 2341 | </input> |
|---|
| | 2342 | <input type="hidden" name="eventEndDate.day"> |
|---|
| | 2343 | <xsl:attribute name="value"><xsl:value-of select="form/end/dateTime/day/select/option[@selected = 'selected']/@value"/></xsl:attribute> |
|---|
| | 2344 | </input> |
|---|
| | 2345 | </xsl:otherwise> |
|---|
| | 2346 | </xsl:choose> |
|---|