Changeset 1702

Show
Ignore:
Timestamp:
01/17/08 21:16:05
Author:
johnsa
Message:

web clients: correct end date in search results listing

Files:

Legend:

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

    r1576 r1702  
    15181518            <xsl:choose> 
    15191519              <xsl:when test="event/start/longdate != event/end/longdate"> 
    1520                 - <xsl:value-of select="event/start/longdate"/> 
     1520                - <xsl:value-of select="event/end/longdate"/> 
    15211521                <xsl:text> </xsl:text> 
    15221522                <xsl:value-of select="event/end/time"/> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl

    r1536 r1702  
    158158          </xsl:when> 
    159159          <xsl:when test="/bedework/page='displayCalendarForExport'"> 
    160             <!-- page for calendar export (can optionally be replaced by  
     160            <!-- page for calendar export (can optionally be replaced by 
    161161                 a pop-up widget; see the calendars template) --> 
    162162            <xsl:apply-templates select="/bedework/currentCalendar" mode="export"/> 
     
    12581258 
    12591259  <!--==== CALENDARS ====--> 
    1260    
     1260 
    12611261  <!-- list of available calendars --> 
    12621262  <xsl:template match="calendars"> 
     
    12741274          </p> 
    12751275          <!-- Uncomment this block, and change the links on the download calendar 
    1276                icon (in the following template) to use a dojo floating  
     1276               icon (in the following template) to use a dojo floating 
    12771277               widget instead of a separate page 
    1278                for downloading whole calendars (this method does not work  
    1279                portal-agnostically: it is not intended for use in portals).  
    1280                 
     1278               for downloading whole calendars (this method does not work 
     1279               portal-agnostically: it is not intended for use in portals). 
     1280 
    12811281          <div dojoType="FloatingPane" id="bwCalendarExportWidget" 
    12821282               title="Export Calendar as iCal" toggle="plain" 
     
    13401340        <xsl:variable name="calPath" select="path"/> 
    13411341        <span class="exportCalLink"> 
    1342           <!-- To use the dojo floating widget from the template above, uncomment  
     1342          <!-- To use the dojo floating widget from the template above, uncomment 
    13431343               this block: 
    13441344          <xsl:variable name="name" select="name"/> 
     
    13591359    </li> 
    13601360  </xsl:template> 
    1361    
     1361 
    13621362  <!-- calendar export page --> 
    13631363  <xsl:template match="currentCalendar" mode="export"> 
     
    15181518            <xsl:choose> 
    15191519              <xsl:when test="event/start/longdate != event/end/longdate"> 
    1520                 - <xsl:value-of select="event/start/longdate"/> 
     1520                - <xsl:value-of select="event/end/longdate"/> 
    15211521                <xsl:text> </xsl:text> 
    15221522                <xsl:value-of select="event/end/time"/> 
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1699 r1702  
    76727672            <xsl:choose> 
    76737673              <xsl:when test="event/start/longdate != event/end/longdate"> 
    7674                 - <xsl:value-of select="event/start/longdate"/> 
     7674                - <xsl:value-of select="event/end/longdate"/> 
    76757675                <xsl:text> </xsl:text> 
    76767676                <xsl:value-of select="event/end/time"/>