hgbook

view stylesheets/it/web.xsl @ 843:efa16e810ae6

Corrected broken examples in Ch.9 and Ch.12.
author gpiancastelli
date Fri Aug 21 23:48:28 2009 +0200 (2009-08-21)
parents ae54f5670834
children 84629ae2c99d
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&#8217;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 il <a class="feed" href="http://bitbucket.org/gpiancastelli/hgbook-it/atom">libro italiano</a>.</p>
29 <p>Copyright 2006, 2007, 2008, 2009 Bryan O&#8217;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>