Changeset 1238
- Timestamp:
- 01/19/07 10:18:34
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1237 r1238 2939 2939 <div class="dateStartEndBox" id="rdatesFormFields"> 2940 2940 <div class="dateFields"> 2941 <input name=" datetime"2941 <input name="eventRdate.date" 2942 2942 dojoType="dropdowndatepicker" 2943 2943 formatLength="medium" … … 3007 3007 <br/> 3008 3008 <!-- dateonly (anniversary) event: this is temporary - should be determined by the main event --> 3009 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="o ff"/>3009 <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="on"/> 3010 3010 all day 3011 3011 <!-- floating event: no timezone (and not UTC) --> 3012 <input type="checkbox" name="floating" id="rdateFloating" onclick="swapRdateFloatingTime(this)" value="o ff"/>3012 <input type="checkbox" name="floating" id="rdateFloating" onclick="swapRdateFloatingTime(this)" value="on"/> 3013 3013 floating 3014 3014 <!-- store time as coordinated universal time (UTC) --> 3015 <input type="checkbox" name="storeUTC" id="rdateStoreUTC" onclick="swapRdateStoreUTC(this)" value="o ff"/>3015 <input type="checkbox" name="storeUTC" id="rdateStoreUTC" onclick="swapRdateStoreUTC(this)" value="on"/> 3016 3016 store as UTC 3017 3017 </div> … … 3033 3033 </td> 3034 3034 <td class="trash"> 3035 <xsl:variable name="datetime"><xsl:value-of select=" fourdigityear"/><xsl:value-of select="twodigitmonth"/><xsl:value-of select="twodigitday"/>T<xsl:value-of select="twodigithour"/><xsl:value-of select="twodigitminute"/>00</xsl:variable>3035 <xsl:variable name="datetime"><xsl:value-of select="unformatted"/></xsl:variable> 3036 3036 <xsl:variable name="tzid" select="timezone/id"/> 3037 3037 <xsl:variable name="dateOnly" select="allday"/>
