Changeset 1437

Show
Ignore:
Timestamp:
06/20/07 11:03:32
Author:
douglm
Message:

--

Files:

Legend:

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

    r1436 r1437  
    720720           <input type="button" value="add..." onmouseover="toggleActionIcons('bwActionIcons-0','bwActionIcons')" onclick="toggleActionIcons('bwActionIcons-0','bwActionIcons')"/> 
    721721           <xsl:call-template name="actionIcons"> 
    722              <xsl:with-param name="actionIconsId">bwActionIcons-0</xsl:with-param>  
     722             <xsl:with-param name="actionIconsId">bwActionIcons-0</xsl:with-param> 
    723723             <xsl:with-param name="startDate"> 
    724724               <xsl:choose> 
     
    726726                 <xsl:otherwise><xsl:value-of select="/bedework/now/date"/></xsl:otherwise> 
    727727               </xsl:choose> 
    728              </xsl:with-param>              
     728             </xsl:with-param> 
    729729           </xsl:call-template> 
    730730         </td> 
     
    837837    </table> 
    838838  </xsl:template> 
    839    
     839 
    840840  <xsl:template name="actionIcons"> 
    841841    <xsl:param name="startDate"/> 
     
    11311131                </a> 
    11321132                <xsl:call-template name="actionIcons"> 
    1133                   <xsl:with-param name="actionIconsId"><xsl:value-of select="$actionIconsId"/></xsl:with-param>  
     1133                  <xsl:with-param name="actionIconsId"><xsl:value-of select="$actionIconsId"/></xsl:with-param> 
    11341134                  <xsl:with-param name="startDate"><xsl:value-of select="$dayDate"/></xsl:with-param> 
    11351135                </xsl:call-template> 
     
    11801180                    </a> 
    11811181                   <xsl:call-template name="actionIcons"> 
    1182                      <xsl:with-param name="actionIconsId"><xsl:value-of select="$actionIconsId"/></xsl:with-param>   
     1182                     <xsl:with-param name="actionIconsId"><xsl:value-of select="$actionIconsId"/></xsl:with-param> 
    11831183                     <xsl:with-param name="startDate"><xsl:value-of select="$dayDate"/></xsl:with-param> 
    11841184                   </xsl:call-template> 
     
    20422042        </li> 
    20432043      </ul> 
    2044        
     2044 
    20452045    <!-- Basic tab --> 
    20462046    <!-- ============== --> 
     
    23722372                  </xsl:otherwise> 
    23732373                </xsl:choose> 
    2374                 This  
     2374                This 
    23752375                <xsl:choose> 
    23762376                  <xsl:when test="form/entityType = '2'">task</xsl:when> 
     
    23962396          </tr> 
    23972397        </xsl:if> 
    2398          
     2398 
    23992399        <!--  Category  --> 
    24002400        <tr> 
     
    30293029      </div> 
    30303030    </div> 
    3031      
     3031 
    30323032    <!-- Scheduling tab --> 
    30333033    <!-- ============== --> 
     
    30393039          </xsl:apply-templates> 
    30403040        </xsl:if> 
    3041      
     3041 
    30423042        <xsl:if test="form/recipients/recipient"> 
    30433043          <xsl:apply-templates select="form/recipients"> 
     
    34293429 
    34303430    <div id="recipientsAndAttendees"> 
    3431       <h4> Add recipients and attendees</h4>       
     3431      <h4> Add recipients and attendees</h4> 
    34323432      <form name="raForm" id="recipientsAndAttendeesForm" action="{$event-attendeesForEvent}" method="post"> 
    34333433        <div id="raContent"> 
     
    34543454            <option value="DELEGATED">delegated</option> 
    34553455          </select> 
    3456            
     3456 
    34573457          <xsl:if test="/bedework/attendees/attendee"> 
    34583458            <xsl:apply-templates select="/bedework/attendees"/> 
    34593459          </xsl:if> 
    3460        
     3460 
    34613461          <xsl:if test="/bedework/recipients/recipient"> 
    34623462            <xsl:apply-templates select="/bedework/recipients"/> 
     
    34733473              <xsl:value-of select="substring(end,1,4)"/>-<xsl:value-of select="number(substring(end,5,2))"/>-<xsl:value-of select="number(substring(end,7,2))"/> 
    34743474            </xsl:variable> 
    3475      
     3475 
    34763476            <table id="freeBusyAgg"> 
    34773477              <tr> 
     
    35453545                        </xsl:choose> 
    35463546                      </xsl:attribute> 
    3547                       <a href="{$gotoEditEvent}&amp;meetingStartdt={$startDate}&amp;meetingDuration={$meetingDuration}"> 
     3547                      <a href="{$updateEvent}&amp;meetingStartdt={$startDate}&amp;meetingDuration={$meetingDuration}&amp;initDates=yes"> 
    35483548                        <xsl:choose> 
    35493549                          <xsl:when test="((numBusy &gt; 0) and (numBusy &lt; 9)) or ((numTentative &gt; 0) and (numTentative &lt; 9)) and (number(numBusy) + number(numTentative) &lt; 9)"> 
     
    35973597    </div> 
    35983598  </xsl:template> 
    3599    
     3599 
    36003600  <xsl:template match="attendees"> 
    3601     <xsl:param name="trash">yes</xsl:param>  
     3601    <xsl:param name="trash">yes</xsl:param> 
    36023602    <table id="attendees" class="widget" cellspacing="0"> 
    36033603      <tr> 
     
    36743674    </table> 
    36753675  </xsl:template> 
    3676    
     3676 
    36773677  <xsl:template match="event" mode="addEventRef"> 
    36783678  <!-- The name "eventForm" is referenced by several javascript functions. Do not 
     
    38293829      </tr> 
    38303830    </table> 
    3831      
     3831 
    38323832    <form name="viewFreeBusyForm" id="viewFreeBusyForm" method="post" action="{$freeBusy-fetch}"> 
    38333833      View user's free/busy:<br/> 
     
    74947494    </xsl:choose> 
    74957495  </xsl:template> 
    7496    
     7496 
    74977497  <!-- search and replace template taken from 
    74987498       http://www.biglist.com/lists/xsl-list/archives/200211/msg00337.html -->