hgbook

diff stylesheets/it/web.xsl @ 731:68c4d16d2bf4

Adding JavaScript for TOC effects in single chapter pages.
author Giulio@puck
date Wed Jun 17 18:18:09 2009 +0200 (2009-06-17)
parents 9fb13c6abc1b
children 8c8ffe8987b7
line diff
     1.1 --- a/stylesheets/it/web.xsl	Wed Jun 17 17:28:32 2009 +0200
     1.2 +++ b/stylesheets/it/web.xsl	Wed Jun 17 18:18:09 2009 +0200
     1.3 @@ -5,6 +5,18 @@
     1.4  
     1.5    <xsl:param name="l10n.gentext.language" select="'it'"/>
     1.6    
     1.7 +  <xsl:param name="html.stylesheet">styles.css</xsl:param>
     1.8 +  
     1.9 +  <xsl:template name="user.head.content">
    1.10 +    <!--
    1.11 +    <link rel="alternate" type="application/atom+xml" title="Comments"
    1.12 +      href="/feeds/comments/"/>
    1.13 +    -->
    1.14 +    <link rel="shortcut icon" type="image/png" href="figs/favicon.png"/>
    1.15 +    <script type="text/javascript" src="javascript/jquery-min.js"></script>
    1.16 +    <script type="text/javascript" src="javascript/hgbook.js"></script>
    1.17 +  </xsl:template>
    1.18 +  
    1.19    <!-- Overriding parameters for the Italian localisation -->
    1.20    
    1.21    <xsl:template name="user.header.navigation">
    1.22 @@ -13,7 +25,7 @@
    1.23    
    1.24    <xsl:template name="user.footer.content">
    1.25      <div class="hgfooter">
    1.26 -      <p><img src="/support/figs/rss.png"/> Volete rimanere aggiornati? Abbonatevi al feed delle modifiche per <a id="chapterfeed" class="feed" href="/feeds/comments/">questo capitolo</a> o per <a class="feed" href="/feeds/comments/">l'intero libro</a>.</p>
    1.27 +      <p><img src="figs/rss.png"/> Volete rimanere aggiornati? Abbonatevi al feed delle modifiche per <a id="chapterfeed" class="feed" href="/feeds/comments/">questo capitolo</a> o per <a class="feed" href="/feeds/comments/">l'intero libro</a>.</p>
    1.28        <p>Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan.
    1.29        Icone realizzate da <a href="mailto:mattahan@gmail.com">Paul Davey</a> alias <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    1.30      </div>