Changeset 2549

Show
Ignore:
Timestamp:
12/23/09 15:35:42
Author:
johnsa
Message:

public client: update links to feeder

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-rss.xsl

    r2409 r2549  
    2323 
    2424     days=n    return n days from today into the future. 
    25                Example: http://localhost:8080/cal/main/listEvents.do?setappvar=summaryMode(details)&skinName=rss-list&days=5 
     25               Example: http://localhost:8080/feeder/main/listEvents.do?setappvar=summaryMode(details)&skinName=list-rss&days=5 
    2626 
    27  
    28      Note: rss.xsl is an older file used to pull a list of events from the 
    29      day, week, or month views.  It is maintained for backwards 
    30      compatibility. 
    3127 
    3228     ===============================================================  --> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl

    r2538 r2549  
    283283  <xsl:variable name="bwStr-Foot-ExampleSkins">example skins</xsl:variable> 
    284284  <xsl:variable name="bwStr-Foot-BwClassic">Bedework Classic</xsl:variable> 
    285   <xsl:variable name="bwStr-Foot-RSSNext3Days">rss: next 3 days</xsl:variable> 
    286   <xsl:variable name="bwStr-Foot-JavascriptNext3Days">javascript: next 3 days</xsl:variable> 
     285  <xsl:variable name="bwStr-Foot-RSSNext3Days">RSS: next 3 days</xsl:variable> 
     286  <xsl:variable name="bwStr-Foot-JavascriptNext3Days">JSON: next 3 days</xsl:variable> 
    287287  <xsl:variable name="bwStr-Foot-JavascriptTodaysEvents">javascript: today's events</xsl:variable> 
    288288  <xsl:variable name="bwStr-Foot-ForMobileBrowsers">for mobile browsers</xsl:variable> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/footer.xsl

    r2548 r2549  
    1616              <option 
    1717                value="{$setup}&amp;skinNameSticky=default"> 
    18                 <xsl:copy-of 
    19                   select="$bwStr-Foot-ExampleSkins" /> 
    20                 : 
     18                <xsl:copy-of select="$bwStr-Foot-ExampleSkins" />: 
    2119              </option> 
    2220              <option value="{$setup}&amp;skinNameSticky=bwclassic"> 
    2321                <xsl:copy-of select="$bwStr-Foot-BwClassic" /> 
    2422              </option> 
    25               <option 
    26                 value="{$feeder}/main/listEvents.do?skinName=list-rss&amp;days=3"> 
     23              <option value="{$setup}&amp;skinNameSticky=default"> 
     24                <xsl:copy-of select="$bwStr-Foot-ResetToCalendarDefault" /> 
     25              </option> 
     26              <option value="{$feeder}/main/listEvents.do?skinName=list-rss&amp;days=3"> 
    2727                <xsl:copy-of select="$bwStr-Foot-RSSNext3Days" /> 
    2828              </option> 
    29               <option 
    30                 value="{$feeder}/main/listEvents.do?skinName=list-json&amp;days=3&amp;contentType=text/javascript&amp;contentName=bedework.js"> 
     29              <option value="{$feeder}/main/listEvents.do?skinName=list-json&amp;days=3&amp;contentType=text/javascript&amp;contentName=bedework.js"> 
    3130                <xsl:copy-of select="$bwStr-Foot-JavascriptNext3Days" /> 
    3231              </option> 
    33               <option 
    34                 value="{$setup}&amp;browserTypeSticky=PDA"> 
     32              <option value="{$setup}&amp;browserTypeSticky=PDA"> 
    3533                <xsl:copy-of select="$bwStr-Foot-ForMobileBrowsers" /> 
    3634              </option> 
    37               <option 
    38                 value="{$setViewPeriod}&amp;viewType=todayView&amp;skinNameSticky=videocal"> 
     35              <option value="{$setViewPeriod}&amp;viewType=todayView&amp;skinNameSticky=videocal"> 
    3936                <xsl:copy-of select="$bwStr-Foot-VideoFeed" /> 
    40               </option> 
    41               <option 
    42                 value="{$setup}&amp;skinNameSticky=default"> 
    43                 <xsl:copy-of select="$bwStr-Foot-ResetToCalendarDefault" /> 
    4437              </option> 
    4538            </select>