Changeset 1567
- Timestamp:
- 09/25/07 14:01:46
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.4/deployment/webadmin/webapp/resources/default/default/default.xsl
r1559 r1567 49 49 this should be changed to point to a 50 50 web server over https to avoid mixed content errors, e.g., 51 <xsl:variable name="resourcesRoot" select="'https://mywebserver.edu/myresourcesdir'"/>51 <xsl:variable name="resourcesRoot">https://mywebserver.edu/myresourcesdir</xsl:variable> 52 52 --> 53 53 <xsl:variable name="resourcesRoot" select="/bedeworkadmin/approot"/> releases/bedework-3.4/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl
r1535 r1567 63 63 64 64 <!-- DEFINE GLOBAL CONSTANTS --> 65 65 <!-- URL of html resources (images, css, other html); by default this is 66 set to the application root --> 67 <xsl:variable name="resourcesRoot" select="/bedework/approot"/> 68 66 69 <!-- URL of the XSL template directory --> 67 70 <!-- The approot is an appropriate place to put … … 72 75 and can be safely removed if you so choose. --> 73 76 <xsl:variable name="appRoot" select="/bedework/approot"/> 74 75 <!-- URL of html resources (images, css, other html); by default this is76 set to the application root -->77 <xsl:variable name="resourcesRoot" select="/bedework/approot"/>78 77 79 78 <!-- Properly encoded prefixes to the application actions; use these to build
