Changeset 2479

Show
Ignore:
Timestamp:
12/14/09 01:11:41
Author:
johnsa
Message:

public client: general refactoring

Files:

Legend:

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

    r2476 r2479  
    6969  <!-- DEFINE GLOBAL CONSTANTS --> 
    7070 
     71  <!-- URL of the XSL template directory --> 
     72  <!-- The approot is an appropriate place to put 
     73    included stylesheets and xml fragments. These are generally 
     74    referenced relatively (like the included files above).  --> 
     75  <xsl:variable name="appRoot" select="/bedework/approot" /> 
     76 
    7177  <!-- URL of html resources (images, css, other html); by default this is 
    7278       set to the current theme directory  --> 
    7379  <xsl:variable name="resourcesRoot"><xsl:value-of select="/bedework/approot"/>/default/default/bwclassicTheme</xsl:variable> 
    74  
    75   <!-- URL of the XSL template directory --> 
    76   <!-- The approot is an appropriate place to put 
    77        included stylesheets and xml fragments. These are generally 
    78        referenced relatively (like errors.xsl and messages.xsl above); 
    79        this variable is here for your convenience if you choose to 
    80        reference it explicitly.  It is not used in this stylesheet, however, 
    81        and can be safely removed if you so choose. --> 
    82   <xsl:variable name="appRoot" select="/bedework/approot"/> 
    8380 
    8481  <!-- Properly encoded prefixes to the application actions; use these to build 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl

    r2476 r2479  
    7171  <!-- DEFINE GLOBAL CONSTANTS --> 
    7272 
     73  <!-- URL of the XSL template directory --> 
     74  <!-- The approot is an appropriate place to put 
     75    included stylesheets and xml fragments. These are generally 
     76    referenced relatively (like the included files above).  --> 
     77  <xsl:variable name="appRoot" select="/bedework/approot" /> 
     78 
    7379  <!-- URL of html resources (images, css, other html); 
    7480       by default this is set to the current theme directory  --> 
    7581  <xsl:variable name="resourcesRoot"><xsl:value-of select="/bedework/approot" />/default/default/defaultTheme</xsl:variable> 
    76  
    77   <!-- URL of the XSL template directory --> 
    78   <!-- The approot is an appropriate place to put 
    79     included stylesheets and xml fragments. These are generally 
    80     referenced relatively (like errors.xsl and messages.xsl above); 
    81     this variable is here for your convenience if you choose to 
    82     reference it explicitly.  It is not used in this stylesheet, however, 
    83     and can be safely removed if you so choose. --> 
    84   <xsl:variable name="appRoot" select="/bedework/approot" /> 
    8582 
    8683  <!-- Properly encoded prefixes to the application actions; use these to build