Changeset 1437
- Timestamp:
- 06/20/07 11:03:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1436 r1437 720 720 <input type="button" value="add..." onmouseover="toggleActionIcons('bwActionIcons-0','bwActionIcons')" onclick="toggleActionIcons('bwActionIcons-0','bwActionIcons')"/> 721 721 <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> 723 723 <xsl:with-param name="startDate"> 724 724 <xsl:choose> … … 726 726 <xsl:otherwise><xsl:value-of select="/bedework/now/date"/></xsl:otherwise> 727 727 </xsl:choose> 728 </xsl:with-param> 728 </xsl:with-param> 729 729 </xsl:call-template> 730 730 </td> … … 837 837 </table> 838 838 </xsl:template> 839 839 840 840 <xsl:template name="actionIcons"> 841 841 <xsl:param name="startDate"/> … … 1131 1131 </a> 1132 1132 <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> 1134 1134 <xsl:with-param name="startDate"><xsl:value-of select="$dayDate"/></xsl:with-param> 1135 1135 </xsl:call-template> … … 1180 1180 </a> 1181 1181 <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> 1183 1183 <xsl:with-param name="startDate"><xsl:value-of select="$dayDate"/></xsl:with-param> 1184 1184 </xsl:call-template> … … 2042 2042 </li> 2043 2043 </ul> 2044 2044 2045 2045 <!-- Basic tab --> 2046 2046 <!-- ============== --> … … 2372 2372 </xsl:otherwise> 2373 2373 </xsl:choose> 2374 This 2374 This 2375 2375 <xsl:choose> 2376 2376 <xsl:when test="form/entityType = '2'">task</xsl:when> … … 2396 2396 </tr> 2397 2397 </xsl:if> 2398 2398 2399 2399 <!-- Category --> 2400 2400 <tr> … … 3029 3029 </div> 3030 3030 </div> 3031 3031 3032 3032 <!-- Scheduling tab --> 3033 3033 <!-- ============== --> … … 3039 3039 </xsl:apply-templates> 3040 3040 </xsl:if> 3041 3041 3042 3042 <xsl:if test="form/recipients/recipient"> 3043 3043 <xsl:apply-templates select="form/recipients"> … … 3429 3429 3430 3430 <div id="recipientsAndAttendees"> 3431 <h4> Add recipients and attendees</h4> 3431 <h4> Add recipients and attendees</h4> 3432 3432 <form name="raForm" id="recipientsAndAttendeesForm" action="{$event-attendeesForEvent}" method="post"> 3433 3433 <div id="raContent"> … … 3454 3454 <option value="DELEGATED">delegated</option> 3455 3455 </select> 3456 3456 3457 3457 <xsl:if test="/bedework/attendees/attendee"> 3458 3458 <xsl:apply-templates select="/bedework/attendees"/> 3459 3459 </xsl:if> 3460 3460 3461 3461 <xsl:if test="/bedework/recipients/recipient"> 3462 3462 <xsl:apply-templates select="/bedework/recipients"/> … … 3473 3473 <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))"/> 3474 3474 </xsl:variable> 3475 3475 3476 3476 <table id="freeBusyAgg"> 3477 3477 <tr> … … 3545 3545 </xsl:choose> 3546 3546 </xsl:attribute> 3547 <a href="{$ gotoEditEvent}&meetingStartdt={$startDate}&meetingDuration={$meetingDuration}">3547 <a href="{$updateEvent}&meetingStartdt={$startDate}&meetingDuration={$meetingDuration}&initDates=yes"> 3548 3548 <xsl:choose> 3549 3549 <xsl:when test="((numBusy > 0) and (numBusy < 9)) or ((numTentative > 0) and (numTentative < 9)) and (number(numBusy) + number(numTentative) < 9)"> … … 3597 3597 </div> 3598 3598 </xsl:template> 3599 3599 3600 3600 <xsl:template match="attendees"> 3601 <xsl:param name="trash">yes</xsl:param> 3601 <xsl:param name="trash">yes</xsl:param> 3602 3602 <table id="attendees" class="widget" cellspacing="0"> 3603 3603 <tr> … … 3674 3674 </table> 3675 3675 </xsl:template> 3676 3676 3677 3677 <xsl:template match="event" mode="addEventRef"> 3678 3678 <!-- The name "eventForm" is referenced by several javascript functions. Do not … … 3829 3829 </tr> 3830 3830 </table> 3831 3831 3832 3832 <form name="viewFreeBusyForm" id="viewFreeBusyForm" method="post" action="{$freeBusy-fetch}"> 3833 3833 View user's free/busy:<br/> … … 7494 7494 </xsl:choose> 7495 7495 </xsl:template> 7496 7496 7497 7497 <!-- search and replace template taken from 7498 7498 http://www.biglist.com/lists/xsl-list/archives/200211/msg00337.html -->
