Changeset 506

Show
Ignore:
Timestamp:
05/19/06 20:58:29
Author:
johnsa
Message:

cleaning up some comments in the xslt of the web clients

Files:

Legend:

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

    r496 r506  
    1818 
    1919     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 
    2522 
    2623===============================================================  --> 
     
    6865  <xsl:variable name="skin">default</xsl:variable> 
    6966 
    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   
    7768  <!-- MAIN TEMPLATE --> 
    7869  <xsl:template match="/"> 
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r503 r506  
    180180                    </xsl:when> 
    181181                    <xsl:when test="/bedework/page='modPrefs'"> 
    182                       <!-- show an arbitrary page --> 
    183182                      <xsl:apply-templates select="/bedework/prefs"/> 
    184183                    </xsl:when>