Changeset 2653
- Timestamp:
- 01/11/10 16:37:29
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl
r2652 r2653 4 4 xmlns="http://www.w3.org/1999/xhtml"> 5 5 6 <!-- THEME SPECIFICSETTINGS -->6 <!-- BEDEWORK THEME SETTINGS --> 7 7 8 8 <!-- URL of html resources (images, css, other html) for the current theme --> 9 9 <xsl:variable name="resourcesRoot"><xsl:value-of select="/bedework/approot" />/themes/bedeworkTheme</xsl:variable> 10 10 11 12 <!-- ============================== --> 11 13 <!-- Features for the current theme --> 14 <!-- ============================== --> 12 15 <!-- Note: Set the global calendar suite preferences 13 16 in the administrative web client (default view, default viewPeriod, etc) --> 17 14 18 15 19 <!-- FAVICON --> 16 20 <!-- address bar icon --> 17 21 <xsl:variable name="favicon"><xsl:value-of select="$resourcesRoot"/>/images/bedework.ico</xsl:variable> 22 23 18 24 19 25 … … 45 51 <xsl:variable name="eventIconShareThis">true</xsl:variable> 46 52 53 54 47 55 48 56 <!-- FEATURED EVENTS --> … … 58 66 59 67 68 69 60 70 <!-- ONGOING EVENTS --> 61 71 <!-- Use the ongoing events sidebar? --> … … 66 76 <!-- Use the specified category to mark an event as ongoing. --> 67 77 <xsl:variable name="ongoingEventsUseCategory">true</xsl:variable> 68 <!-- the following CatUid represents category "sys/Ongoing" -->78 <!-- The following CatUid represents category "sys/Ongoing" --> 69 79 <xsl:variable name="ongoingEventsCatUid">402881e7-25b99d14-0125-b9a50c22-00000002</xsl:variable> 70 80 71 <!-- always display sidebar, even if no events are ongoing? -->81 <!-- Always display sidebar, even if no events are ongoing? --> 72 82 <xsl:variable name="ongoingEventsAlwaysDisplayed">true</xsl:variable> 73 83 74 <!-- reveal ongoing events in the main event list84 <!-- Reveal ongoing events in the main event list 75 85 when a collection (e.g calendar "Exhibits") is directly selected? --> 76 86 <xsl:variable name="ongoingEventsShowForCollection">true</xsl:variable> 87 88 89 77 90 78 91 … … 85 98 86 99 100 101 87 102 <!-- JAVASCRIPT CONSTANTS --> 88 103 <xsl:template name="themeJavascriptVariables"> … … 92 107 93 108 109 110 94 111 <!-- CUSTOM CONTENT: HEADER, LEFT COLUMN, FOOTER --> 95 <!-- The three templates below are pulled into the theme as96 describedand use internationalized strings112 <!-- The three templates below are pulled into the theme 113 and use internationalized strings 97 114 (found in ../default/strings.xsl). 98 115 … … 131 148 132 149 <!-- FOOTER TEXT/LINKS --> 133 <!-- show the skin select box in the footer?150 <!-- Show the skin select box in the footer? 134 151 You may also opt to remove the form in footer.xsl. --> 135 152 <xsl:variable name="showFootForm">true</xsl:variable> … … 217 234 </ul> 218 235 </xsl:template> 236 219 237 220 238
