hgbook

view stylesheets/it/web.xsl @ 733:8c8ffe8987b7

Included information and copyright for the translator. Go me!
author Giulio@puck
date Sun Jun 28 17:29:59 2009 +0200 (2009-06-28)
parents 68c4d16d2bf4
children ae54f5670834
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 <xsl:param name="html.stylesheet">styles.css</xsl:param>
10 <xsl:template name="user.head.content">
11 <!--
12 <link rel="alternate" type="application/atom+xml" title="Comments"
13 href="/feeds/comments/"/>
14 -->
15 <link rel="shortcut icon" type="image/png" href="figs/favicon.png"/>
16 <script type="text/javascript" src="javascript/jquery-min.js"></script>
17 <script type="text/javascript" src="javascript/hgbook.js"></script>
18 </xsl:template>
20 <!-- Overriding parameters for the Italian localisation -->
22 <xsl:template name="user.header.navigation">
23 <div class="navheader"><h2 class="booktitle"><a href="/">Mercurial: la guida definitiva</a> <span class="authors">di Bryan O'Sullivan</span></h2></div>
24 </xsl:template>
26 <xsl:template name="user.footer.content">
27 <div class="hgfooter">
28 <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>
29 <p>Copyright 2006, 2007, 2008, 2009 Bryan O'Sullivan.
30 Icone realizzate da <a href="mailto:mattahan@gmail.com">Paul Davey</a> alias <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
31 <p>Copyright 2009 <a href="mailto:giulio.piancastelli@gmail.com">Giulio Piancastelli</a> per la traduzione italiana.</p>
32 </div>
33 </xsl:template>
35 <xsl:template name="user.footer.navigation">
36 <!-- No Google Analytics script for the moment -->
37 </xsl:template>
39 </xsl:stylesheet>