hgbook

diff stylesheets/it/web.xsl @ 730:9fb13c6abc1b

Italians do it with style.
author Giulio@puck
date Wed Jun 17 17:28:32 2009 +0200 (2009-06-17)
parents
children 68c4d16d2bf4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/stylesheets/it/web.xsl	Wed Jun 17 17:28:32 2009 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
     1.6 +                
     1.7 +  <xsl:import href="../chunk-stylesheet.xsl"/>
     1.8 +
     1.9 +  <xsl:param name="l10n.gentext.language" select="'it'"/>
    1.10 +  
    1.11 +  <!-- Overriding parameters for the Italian localisation -->
    1.12 +  
    1.13 +  <xsl:template name="user.header.navigation">
    1.14 +    <div class="navheader"><h2 class="booktitle"><a href="/">Mercurial: la guida definitiva</a> <span class="authors">di Bryan O'Sullivan</span></h2></div>
    1.15 +  </xsl:template>
    1.16 +  
    1.17 +  <xsl:template name="user.footer.content">
    1.18 +    <div class="hgfooter">
    1.19 +      <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.20 +      <p>Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan.
    1.21 +      Icone realizzate da <a href="mailto:mattahan@gmail.com">Paul Davey</a> alias <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
    1.22 +    </div>
    1.23 +  </xsl:template>
    1.24 +  
    1.25 +  <xsl:template name="user.footer.navigation">
    1.26 +    <!-- No Google Analytics script for the moment -->
    1.27 +  </xsl:template>
    1.28 +  
    1.29 +</xsl:stylesheet>