User Tools

Site Tools


en:user:themes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:user:themes [2014/04/13 23:52] – external edit 127.0.0.1en:user:themes [2024/09/16 00:58] (current) – [Changing a collection's theme] kjdon
Line 1: Line 1:
-<TABAREA tabs="Greenstone3"> + 
-<TAB> + 
-====== Themes ======+ 
 +====== Greenstone 3 Themes ======
 The default Greenstone3 interface is built on JQuery themes. This makes it very easy  The default Greenstone3 interface is built on JQuery themes. This makes it very easy 
 to change the colors of your Greenstone libraries and collections, as well as other to change the colors of your Greenstone libraries and collections, as well as other
Line 103: Line 104:
  
 <!--Template adding stylesheet to html header--> <!--Template adding stylesheet to html header-->
-  <xsl:template name="additionalHeaderContent">+  <xsl:template name="additionalHeaderContent-collection">
     <link href="{$httpCollection}/style/<theme-folder-name>/<CSS file name>" rel="stylesheet" type="text/css"/>     <link href="{$httpCollection}/style/<theme-folder-name>/<CSS file name>" rel="stylesheet" type="text/css"/>
   </xsl:template>   </xsl:template>
Line 117: Line 118:
 <code xml> <code xml>
 <!--Template adding stylesheet to html header--> <!--Template adding stylesheet to html header-->
-  <xsl:template name="additionalHeaderContent">+  <xsl:template name="additionalHeaderContent-collection">
     <link href="interfaces/{$interface_name}/style/themes/<theme-folder-name>/<CSS file name>" rel="stylesheet" type="text/css"/>     <link href="interfaces/{$interface_name}/style/themes/<theme-folder-name>/<CSS file name>" rel="stylesheet" type="text/css"/>
   </xsl:template>   </xsl:template>
Line 128: Line 129:
 <code xml> <code xml>
 <!--Template adding stylesheet to html header--> <!--Template adding stylesheet to html header-->
-  <xsl:template name="additionalHeaderContent">+  <xsl:template name="additionalHeaderContent-collection">
     <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/start/jquery-ui.min.css" rel="stylesheet" type="text/css"/>     <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/start/jquery-ui.min.css" rel="stylesheet" type="text/css"/>
   </xsl:template>   </xsl:template>
Line 148: Line 149:
   * **Library-wide themes**: [[http://wiki.greenstone.org/wiki/gsdoc/tutorial/gs3-current/en/using_themes.htm|Customization: Themes]]   * **Library-wide themes**: [[http://wiki.greenstone.org/wiki/gsdoc/tutorial/gs3-current/en/using_themes.htm|Customization: Themes]]
   * **Single-collection themes**: [[http://wiki.greenstone.org/wiki/gsdoc/tutorial/gs3-current/en/collection_themes.htm|Collection-specific themes]]   * **Single-collection themes**: [[http://wiki.greenstone.org/wiki/gsdoc/tutorial/gs3-current/en/collection_themes.htm|Collection-specific themes]]
-</TAB> +
-</TABAREA>+
en/user/themes.1397433133.txt.gz · Last modified: 2018/07/31 00:56 (external edit)