Changeset 1469

Show
Ignore:
Timestamp:
07/12/07 09:20:24
Author:
douglm
Message:

System now auto-processes refresh requests

Files:

Legend:

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

    r1467 r1469  
    159159          </xsl:when> 
    160160          <xsl:when test="/bedework/page='displayCalendarForExport'"> 
    161             <!-- page for calendar export (can optionally be replaced by  
     161            <!-- page for calendar export (can optionally be replaced by 
    162162                 a pop-up widget; see the calendars template) --> 
    163163            <xsl:apply-templates select="/bedework/currentCalendar" mode="export"/> 
     
    12561256 
    12571257  <!--==== CALENDARS ====--> 
    1258    
     1258 
    12591259  <!-- list of available calendars --> 
    12601260  <xsl:template match="calendars"> 
     
    12721272          </p> 
    12731273          <!-- Uncomment this block, and change the links on the download calendar 
    1274                icon (in the following template) to use a dojo floating  
     1274               icon (in the following template) to use a dojo floating 
    12751275               widget instead of a separate page 
    1276                for downloading whole calendars (this method does not work  
    1277                portal-agnostically: it is not intended for use in portals).  
    1278                 
     1276               for downloading whole calendars (this method does not work 
     1277               portal-agnostically: it is not intended for use in portals). 
     1278 
    12791279          <div dojoType="FloatingPane" id="bwCalendarExportWidget" 
    12801280               title="Export Calendar as iCal" toggle="plain" 
     
    13381338        <xsl:variable name="calPath" select="path"/> 
    13391339        <span class="exportCalLink"> 
    1340           <!-- To use the dojo floating widget from the template above, uncomment  
     1340          <!-- To use the dojo floating widget from the template above, uncomment 
    13411341               this block: 
    13421342          <xsl:variable name="name" select="name"/> 
     
    14021402    </div> 
    14031403  </xsl:template> 
    1404    
     1404 
    14051405  <!--==== SEARCH RESULT ====--> 
    14061406  <xsl:template name="searchResult"> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1468 r1469  
    143143  <!-- misc (mostly import and export) --> 
    144144  <xsl:variable name="export" select="/bedework/urlPrefixes/misc/export"/> 
     145  <xsl:variable name="calendar-export" select="/bedework/urlPrefixes/calendar/export"/> 
    145146  <xsl:variable name="initUpload" select="/bedework/urlPrefixes/misc/initUpload/a/@href"/> 
    146147  <xsl:variable name="upload" select="/bedework/urlPrefixes/misc/upload/a/@href"/>