Changeset 2549
- Timestamp:
- 12/23/09 15:35:42
- Files:
-
- trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-rss.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/footer.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-rss.xsl
r2409 r2549 23 23 24 24 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=525 Example: http://localhost:8080/feeder/main/listEvents.do?setappvar=summaryMode(details)&skinName=list-rss&days=5 26 26 27 28 Note: rss.xsl is an older file used to pull a list of events from the29 day, week, or month views. It is maintained for backwards30 compatibility.31 27 32 28 =============================================================== --> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl
r2538 r2549 283 283 <xsl:variable name="bwStr-Foot-ExampleSkins">example skins</xsl:variable> 284 284 <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> 287 287 <xsl:variable name="bwStr-Foot-JavascriptTodaysEvents">javascript: today's events</xsl:variable> 288 288 <xsl:variable name="bwStr-Foot-ForMobileBrowsers">for mobile browsers</xsl:variable> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/footer.xsl
r2548 r2549 16 16 <option 17 17 value="{$setup}&skinNameSticky=default"> 18 <xsl:copy-of 19 select="$bwStr-Foot-ExampleSkins" /> 20 : 18 <xsl:copy-of select="$bwStr-Foot-ExampleSkins" />: 21 19 </option> 22 20 <option value="{$setup}&skinNameSticky=bwclassic"> 23 21 <xsl:copy-of select="$bwStr-Foot-BwClassic" /> 24 22 </option> 25 <option 26 value="{$feeder}/main/listEvents.do?skinName=list-rss&days=3"> 23 <option value="{$setup}&skinNameSticky=default"> 24 <xsl:copy-of select="$bwStr-Foot-ResetToCalendarDefault" /> 25 </option> 26 <option value="{$feeder}/main/listEvents.do?skinName=list-rss&days=3"> 27 27 <xsl:copy-of select="$bwStr-Foot-RSSNext3Days" /> 28 28 </option> 29 <option 30 value="{$feeder}/main/listEvents.do?skinName=list-json&days=3&contentType=text/javascript&contentName=bedework.js"> 29 <option value="{$feeder}/main/listEvents.do?skinName=list-json&days=3&contentType=text/javascript&contentName=bedework.js"> 31 30 <xsl:copy-of select="$bwStr-Foot-JavascriptNext3Days" /> 32 31 </option> 33 <option 34 value="{$setup}&browserTypeSticky=PDA"> 32 <option value="{$setup}&browserTypeSticky=PDA"> 35 33 <xsl:copy-of select="$bwStr-Foot-ForMobileBrowsers" /> 36 34 </option> 37 <option 38 value="{$setViewPeriod}&viewType=todayView&skinNameSticky=videocal"> 35 <option value="{$setViewPeriod}&viewType=todayView&skinNameSticky=videocal"> 39 36 <xsl:copy-of select="$bwStr-Foot-VideoFeed" /> 40 </option>41 <option42 value="{$setup}&skinNameSticky=default">43 <xsl:copy-of select="$bwStr-Foot-ResetToCalendarDefault" />44 37 </option> 45 38 </select>
