Changeset 2653

Show
Ignore:
Timestamp:
01/11/10 16:37:29
Author:
johnsa
Message:

public client: update documentation for theme settings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl

    r2652 r2653  
    44  xmlns="http://www.w3.org/1999/xhtml"> 
    55 
    6   <!-- THEME SPECIFIC SETTINGS --> 
     6  <!-- BEDEWORK THEME SETTINGS --> 
    77 
    88  <!-- URL of html resources (images, css, other html) for the current theme --> 
    99  <xsl:variable name="resourcesRoot"><xsl:value-of select="/bedework/approot" />/themes/bedeworkTheme</xsl:variable> 
    1010 
     11 
     12  <!-- ============================== --> 
    1113  <!-- Features for the current theme --> 
     14  <!-- ============================== --> 
    1215  <!-- Note: Set the global calendar suite preferences 
    1316       in the administrative web client (default view, default viewPeriod, etc) --> 
     17 
    1418 
    1519  <!-- FAVICON --> 
    1620  <!-- address bar icon --> 
    1721  <xsl:variable name="favicon"><xsl:value-of select="$resourcesRoot"/>/images/bedework.ico</xsl:variable> 
     22   
     23 
    1824   
    1925   
     
    4551  <xsl:variable name="eventIconShareThis">true</xsl:variable>  
    4652     
     53     
     54     
    4755 
    4856  <!-- FEATURED EVENTS --> 
     
    5866 
    5967 
     68 
     69 
    6070  <!-- ONGOING EVENTS --> 
    6171  <!-- Use the ongoing events sidebar? --> 
     
    6676  <!-- Use the specified category to mark an event as ongoing.  --> 
    6777  <xsl:variable name="ongoingEventsUseCategory">true</xsl:variable> 
    68   <!-- the following CatUid represents category "sys/Ongoing" --> 
     78  <!-- The following CatUid represents category "sys/Ongoing" --> 
    6979  <xsl:variable name="ongoingEventsCatUid">402881e7-25b99d14-0125-b9a50c22-00000002</xsl:variable> 
    7080 
    71   <!-- always display sidebar, even if no events are ongoing? --> 
     81  <!-- Always display sidebar, even if no events are ongoing? --> 
    7282  <xsl:variable name="ongoingEventsAlwaysDisplayed">true</xsl:variable> 
    7383 
    74   <!-- reveal ongoing events in the main event list 
     84  <!-- Reveal ongoing events in the main event list 
    7585       when a collection (e.g calendar "Exhibits") is directly selected? --> 
    7686  <xsl:variable name="ongoingEventsShowForCollection">true</xsl:variable> 
     87 
     88 
     89 
    7790 
    7891 
     
    8598 
    8699 
     100 
     101 
    87102  <!-- JAVASCRIPT CONSTANTS --> 
    88103  <xsl:template name="themeJavascriptVariables"> 
     
    92107 
    93108 
     109 
     110 
    94111  <!-- CUSTOM CONTENT: HEADER, LEFT COLUMN, FOOTER --> 
    95   <!-- The three templates below are pulled into the theme as 
    96        described and use internationalized strings 
     112  <!-- The three templates below are pulled into the theme  
     113       and use internationalized strings 
    97114       (found in ../default/strings.xsl). 
    98115 
     
    131148 
    132149  <!-- FOOTER TEXT/LINKS --> 
    133   <!-- show the skin select box in the footer? 
     150  <!-- Show the skin select box in the footer? 
    134151  You may also opt to remove the form in footer.xsl. --> 
    135152  <xsl:variable name="showFootForm">true</xsl:variable> 
     
    217234     </ul> 
    218235   </xsl:template> 
     236 
    219237 
    220238