hgbook

view 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 source
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
4 <xsl:import href="../chunk-stylesheet.xsl"/>
6 <xsl:param name="l10n.gentext.language" select="'it'"/>
8 <!-- Overriding parameters for the Italian localisation -->
10 <xsl:template name="user.header.navigation">
11 <div class="navheader"><h2 class="booktitle"><a href="/">Mercurial: la guida definitiva</a> <span class="authors">di Bryan O'Sullivan</span></h2></div>
12 </xsl:template>
14 <xsl:template name="user.footer.content">
15 <div class="hgfooter">
16 <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>
17 <p>Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan.
18 Icone realizzate da <a href="mailto:mattahan@gmail.com">Paul Davey</a> alias <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
19 </div>
20 </xsl:template>
22 <xsl:template name="user.footer.navigation">
23 <!-- No Google Analytics script for the moment -->
24 </xsl:template>
26 </xsl:stylesheet>