Changeset 2741

Show
Ignore:
Timestamp:
01/29/10 15:18:04
Author:
johnsa
Message:

public client - update location of urlbuilder

Files:

Legend:

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

    r2632 r2741  
    4444  <xsl:variable name="privateCal">/ucal</xsl:variable> 
    4545  <xsl:variable name="feeder">/feeder</xsl:variable> 
    46   <xsl:variable name="urlbuilder">/urlbuilder</xsl:variable> 
    4746  <xsl:variable name="prevdate" select="/bedework/previousdate" /> 
    4847  <xsl:variable name="nextdate" select="/bedework/nextdate" /> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl

    r2672 r2741  
    9595 
    9696 
    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) 
    10199       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.  --> 
    102109  <xsl:variable name="embedUrlBuilder">true</xsl:variable> 
     110   
     111 
    103112 
    104113