Changeset 1418
- Timestamp:
- 06/12/07 16:17:53
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r1415 r1418 44 44 color: black; 45 45 } 46 #bedework h2.formButtons {46 #bedework .formButtons { 47 47 float: right; 48 48 font-size: 0.8em; trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1415 r1418 1853 1853 <!--==== EDIT EVENT ====--> 1854 1854 <xsl:template match="formElements" mode="editEvent"> 1855 <xsl:variable name="subscriptionId" select="subscriptionId"/>1856 <xsl:variable name="calPathEncoded" select="form/calendar/encodedPath"/>1857 <xsl:variable name="calPath" select="form/calendar/path"/>1858 <xsl:variable name="guid" select="guid"/>1859 <xsl:variable name="recurrenceId" select="recurrenceId"/>1860 1855 <!-- The name "eventForm" is referenced by several javascript functions. Do not 1861 1856 change it without modifying bedework.js --> … … 1868 1863 Edit 1869 1864 <xsl:choose> 1870 <xsl:when test="form/scheduleMethod = 2">Meeting</xsl:when> 1865 <xsl:when test="form/scheduleMethod = 2"> 1866 Meeting <input type="button" value="edit attendees" onclick="window.location='{$event-attendeesForEvent}'"/> 1867 </xsl:when> 1871 1868 <xsl:otherwise>Event</xsl:otherwise> 1872 1869 </xsl:choose> … … 1985 1982 </td> 1986 1983 <td class="fieldval"> 1987 <!-- the string "user/" should not be hard coded; fix in 3.3.1-->1984 <!-- the string "user/" should not be hard coded; fix this --> 1988 1985 <xsl:variable name="userPath">user/<xsl:value-of select="/bedework/userid"/></xsl:variable> 1989 1986 <xsl:variable name="writableCalendars"> … … 1996 1993 </xsl:variable> 1997 1994 <xsl:choose> 1998 <xsl:when test=" /bedework/creating = 'true' and$writableCalendars = 1">1995 <xsl:when test="$writableCalendars = 1"> 1999 1996 <!-- there is only 1 writable calendar, so find it by looking down both trees at once --> 2000 1997 <xsl:variable name="newCalPath"><xsl:value-of select="/bedework/myCalendars//calendar[calType = '1' and … … 2916 2913 </div> 2917 2914 2918 <!-- Access Controltab -->2919 <!-- ========== ========-->2915 <!-- Access tab --> 2916 <!-- ========== --> 2920 2917 <div id="bwEventTab-Access" class="invisible"> 2921 2918 <div id="sharingBox"> … … 2926 2923 <xsl:with-param name="recurrenceId" select="$recurrenceId"/> 2927 2924 </xsl:apply-templates> 2928 < form name="eventShareForm" method="post" action="{$event-setAccess}" id="shareForm" onsubmit="setAccessHow(this)">2925 <!--<form name="eventShareForm" method="post" action="{$event-setAccess}" id="shareForm" onsubmit="setAccessHow(this)"> 2929 2926 <input type="hidden" name="calPath" value="{$calPath}"/> 2930 2927 <input type="hidden" name="guid" value="{$guid}"/> 2931 <input type="hidden" name="recurid" value="{$recurrenceId}"/> 2928 <input type="hidden" name="recurid" value="{$recurrenceId}"/>--> 2932 2929 <xsl:call-template name="entityAccessForm"> 2933 2930 <xsl:with-param name="hideSubmitButton">true</xsl:with-param> 2934 2931 </xsl:call-template> 2935 < /form>2932 <!--</form>--> 2936 2933 </div> 2937 2934 </div> 2938 2939 2935 2940 2936 <div class="eventSubmitButtons"> … … 3297 3293 <xsl:template name="attendees"> 3298 3294 <h2> 3295 <span class="formButtons"><input type="button" value="continue" onclick="window.location='{$gotoEditEvent}'"/></span> 3299 3296 Schedule Meeting 3300 3297 </h2> … … 3376 3373 <th colspan="2">Recipients</th> 3377 3374 </tr> 3375 <tr class="subHead"> 3376 <td></td> 3377 <td>recipient</td> 3378 </tr> 3378 3379 <xsl:for-each select="/bedework/recipients/recipient"> 3379 3380 <xsl:variable name="recipientUri" select="."/> … … 3398 3399 being used to pick out just the freebusy node and 3399 3400 shorten the select statements below. --> 3400 <xsl:variable name="currentTimezone">America/Los_Angeles</xsl:variable>3401 3401 <xsl:variable name="formattedStartDate"> 3402 3402 <xsl:value-of select="substring(start,1,4)"/>-<xsl:value-of select="number(substring(start,5,2))"/>-<xsl:value-of select="number(substring(start,7,2))"/> … … 3422 3422 </span> 3423 3423 </th> 3424 <!--<th colspan="32" class="right"> 3424 <!-- at some point allow switching of timezones: 3425 <th colspan="32" class="right"> 3426 <xsl:variable name="currentTimezone">America/Los_Angeles</xsl:variable> 3425 3427 <xsl:value-of select="$formattedStartDate"/> to <xsl:value-of select="$formattedEndDate"/> 3426 3428 <select name="timezone" id="timezonesDropDown" onchange="submit()"> … … 3475 3477 </xsl:choose> 3476 3478 </xsl:attribute> 3477 <a href="{$ initEvent}&meetingStartdt={$startDate}&meetingDuration={$meetingDuration}">3479 <a href="{$gotoEditEvent}&meetingStartdt={$startDate}&meetingDuration={$meetingDuration}"> 3478 3480 <xsl:choose> 3479 3481 <xsl:when test="((numBusy > 0) and (numBusy < 9)) or ((numTentative > 0) and (numTentative < 9)) and (number(numBusy) + number(numTentative) < 9)"> … … 3520 3522 </xsl:for-each> 3521 3523 3522 <p><input type="button" value="continue" onclick="window.location='{$gotoEditEvent}'"/></p> 3524 <div class="eventSubmitButtons"> 3525 <input type="button" value="continue" onclick="window.location='{$gotoEditEvent}'"/> 3526 </div> 3523 3527 </div> 3524 3528 </form>
