, , ,

  <xsl:template name="additionalHeaderContent-collection"> 
    <xsl:variable name="httpCollection"> 
      <xsl:value-of select="/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/> 
    </xsl:variable> 
	<link rel="stylesheet" href="{$httpCollection}/style/gs3-style-default-extra.css" type="text/css"  
	   title="GS3 Style" id="custom-style" charset="UTF-8"/> 
	<script src="{$httpCollection}/script/custom-script.js" type="text/javascript"> 
	</script> 
  </xsl:template> 
 
  <xsl:template name="create-banner">   
	<div class="choose_style"> 
		Choose a style: 
		<a href="#" onclick="replaceStyle('gs3-style-default-extra');return false;">Default Greenstone</a>, 
		<a href="#" onclick="replaceStyle('gs3-style-blue');return false;">Blue</a>, 
		<a href="#" onclick="replaceStyle('gs3-style-olive-purple');return false;">OlivePurple</a>,		 
		<a href="#" onclick="replaceStyle('');return false;">None</a> 
		</div> 
    <div id="gs_banner" class="ui-widget-header ui-corner-bottom">	     
      <div id="titlesearchcontainer"> 
	<xsl:call-template name="page-title-area"/>	 
	<xsl:call-template name="quick-search-area"/> 
	<div style="clear:both;"><xsl:text> </xsl:text></div>	 
      </div> 
      <xsl:call-template name="browsing-tabs"/>	 
    </div> 
  </xsl:template> 
        

  • <xsl:template name="additionalHeaderContent">
        <xsl:variable name="httpCollection"> 
          <xsl:value-of select="/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/>
        </xsl:variable> 
        <link href="{$httpCollection}/style/stylesheet-name.css" rel="stylesheet" type="text/css"/>
    </xsl:template>

View this collection's configuration and other files: