Changeset 2479
- Timestamp:
- 12/14/09 01:11:41
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/bwclassic.xsl
r2476 r2479 69 69 <!-- DEFINE GLOBAL CONSTANTS --> 70 70 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 71 77 <!-- URL of html resources (images, css, other html); by default this is 72 78 set to the current theme directory --> 73 79 <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 put77 included stylesheets and xml fragments. These are generally78 referenced relatively (like errors.xsl and messages.xsl above);79 this variable is here for your convenience if you choose to80 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"/>83 80 84 81 <!-- Properly encoded prefixes to the application actions; use these to build trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r2476 r2479 71 71 <!-- DEFINE GLOBAL CONSTANTS --> 72 72 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 73 79 <!-- URL of html resources (images, css, other html); 74 80 by default this is set to the current theme directory --> 75 81 <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 put79 included stylesheets and xml fragments. These are generally80 referenced relatively (like errors.xsl and messages.xsl above);81 this variable is here for your convenience if you choose to82 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" />85 82 86 83 <!-- Properly encoded prefixes to the application actions; use these to build
