Changeset 1238

Show
Ignore:
Timestamp:
01/19/07 10:18:34
Author:
douglm
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1237 r1238  
    29392939            <div class="dateStartEndBox" id="rdatesFormFields"> 
    29402940              <div class="dateFields"> 
    2941                 <input name="datetime" 
     2941                <input name="eventRdate.date" 
    29422942                       dojoType="dropdowndatepicker" 
    29432943                       formatLength="medium" 
     
    30073007              <br/> 
    30083008              <!-- 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="off"/> 
     3009              <input type="checkbox" name="dateOnly" id="rdateDateOnly" onclick="swapRdateAllDay(this)" value="on"/> 
    30103010              all day 
    30113011              <!-- floating event: no timezone (and not UTC) --> 
    3012               <input type="checkbox" name="floating" id="rdateFloating" onclick="swapRdateFloatingTime(this)" value="off"/> 
     3012              <input type="checkbox" name="floating" id="rdateFloating" onclick="swapRdateFloatingTime(this)" value="on"/> 
    30133013              floating 
    30143014              <!-- store time as coordinated universal time (UTC) --> 
    3015               <input type="checkbox" name="storeUTC" id="rdateStoreUTC" onclick="swapRdateStoreUTC(this)" value="off"/> 
     3015              <input type="checkbox" name="storeUTC" id="rdateStoreUTC" onclick="swapRdateStoreUTC(this)" value="on"/> 
    30163016              store as UTC 
    30173017            </div> 
     
    30333033                  </td> 
    30343034                  <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> 
    30363036                    <xsl:variable name="tzid" select="timezone/id"/> 
    30373037                    <xsl:variable name="dateOnly" select="allday"/>