Changeset 506
- Timestamp:
- 05/19/06 20:58:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
r496 r506 18 18 19 19 For detailed instructions on how to work with the XSLT 20 stylesheets included with this distribution, please see the 21 helper web site found at 22 http://localhost:8080/cal/info/designhelp/ 23 24 (you can also get it from the source at ../info/designhelp/) 20 stylesheets included with this distribution, please see the 21 Bedework Design Guide at http://www.bedework.org/bedework/update.do?artcenterkey=24 25 22 26 23 =============================================================== --> … … 68 65 <xsl:variable name="skin">default</xsl:variable> 69 66 70 <!--========= BEGIN DEPRECATED VARIABLES =========--> 71 <!-- URL of the web application - includes host, port, and web context. This 72 value was originally prepended to all URLs generated in this stylesheet 73 but will probably be deprecated in favor of relative references 74 <xsl:variable name="urlPrefix" select="/bedework/urlprefix"/> --> 75 <!--========= END DEPRECATED VARIABLES =========--> 76 67 77 68 <!-- MAIN TEMPLATE --> 78 69 <xsl:template match="/"> trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r503 r506 180 180 </xsl:when> 181 181 <xsl:when test="/bedework/page='modPrefs'"> 182 <!-- show an arbitrary page -->183 182 <xsl:apply-templates select="/bedework/prefs"/> 184 183 </xsl:when>
