Changeset 2741
- Timestamp:
- 01/29/10 15:18:04
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/globals.xsl
r2632 r2741 44 44 <xsl:variable name="privateCal">/ucal</xsl:variable> 45 45 <xsl:variable name="feeder">/feeder</xsl:variable> 46 <xsl:variable name="urlbuilder">/urlbuilder</xsl:variable>47 46 <xsl:variable name="prevdate" select="/bedework/previousdate" /> 48 47 <xsl:variable name="nextdate" select="/bedework/nextdate" /> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl
r2672 r2741 95 95 96 96 97 <!-- EMBED THE FEED URL AND WIDGET BUILDER? --> 98 <!-- If true, the urlbuilder will be rendered in an iframe. 99 If false, it will be treated as an external link. 100 The urlbuilder constructs filtered feeds (e.g. json, rss, xml) 97 <!-- FEED URL AND WIDGET BUILDER --> 98 <!-- The urlbuilder constructs filtered feeds (e.g. json, rss, xml) 101 99 and widgets and points to the cached feeder application for delivery. --> 100 101 <!-- Location of the urlbuilder application; this is set to the 102 default quickstart location. If you move it, you must change this 103 value. --> 104 <xsl:variable name="urlbuilder">http://localhost:9090/urlbuilder</xsl:variable> 105 106 <!-- Embed the urlbuilder?? 107 If true, the urlbuilder will be rendered in an iframe. 108 If false, it will be treated as an external link. --> 102 109 <xsl:variable name="embedUrlBuilder">true</xsl:variable> 110 111 103 112 104 113
