Ignore:
Timestamp:
2014-03-19T10:32:47+13:00 (10 years ago)
Author:
ak19
Message:

Changes made to these files at the end of the 2013/2014 Summer project work by Steffan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/von-sparql/transform/layouts/header.xsl

    r28688 r28915  
    2727    </xsl:template>
    2828
     29    <xsl:template name="goto-comparison-button">
     30
     31            <!-- comparison -->
     32            <li>
     33                <a href="{$library_name}/page/compare">
     34                    <xsl:attribute name="title">Collection Comparison page</xsl:attribute>
     35                    <span id="comparisonButton">Compare</span>
     36                    <script type="text/javascript">
     37                        <xsl:text disable-output-escaping="yes">
     38                            $("#comparisonButton").button();
     39                            $("#comparisonButton .ui-button-text").css({"padding-top":"0px", "padding-bottom":"3px"});
     40                        </xsl:text>
     41                    </script>
     42                </a>
     43            </li>
     44
     45    </xsl:template>
     46
     47
    2948    <!-- ***** HOME HELP PREFERENCES LOGIN ***** -->
    3049    <xsl:template name="home-help-preferences">
     
    6786           
    6887            <xsl:call-template name="goto-sparql-button"/>
     88            <xsl:call-template name="goto-comparison-button"/>
    6989
    7090
Note: See TracChangeset for help on using the changeset viewer.