hgbook

view stylesheets/it/web.xsl @ 862:ad6d3f5245e7

Link back to the original English version of the book.
author gpiancastelli
date Fri Aug 28 12:21:45 2009 +0200 (2009-08-28)
parents fc4cf5ddddd4
children 9afafe9af05f
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'"/>
7 <xsl:param name="admon.graphics.path">/support/</xsl:param>
9 <xsl:template name="user.head.content">
10 <!--
11 <link rel="alternate" type="application/atom+xml" title="Comments"
12 href="/feeds/comments/"/>
13 -->
14 <link rel="shortcut icon" type="image/png" href="/support/favicon.png"/>
15 <script type="text/javascript" src="javascript/jquery-min.js"></script>
16 <script type="text/javascript" src="javascript/hgbook.js"></script>
17 </xsl:template>
19 <!-- Overriding parameters for the Italian localisation -->
21 <xsl:template name="user.header.navigation">
22 <div class="navheader"><h2 class="booktitle"><a href="/">Mercurial: la guida definitiva</a> <span class="authors">di Bryan O&#8217;Sullivan</span></h2></div>
23 </xsl:template>
25 <xsl:template name="user.footer.content">
26 <div class="hgfooter">
27 <p><img src="/support/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>
28 <p>Copyright 2006, 2007, 2008, 2009 Bryan O&#8217;Sullivan.
29 Icone realizzate da <a href="mailto:mattahan@gmail.com">Paul Davey</a> alias <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
30 <p>Copyright 2009 <a href="mailto:giulio.piancastelli@gmail.com">Giulio Piancastelli</a> per la traduzione italiana.</p>
31 </div>
32 </xsl:template>
34 <xsl:template name="user.footer.navigation">
35 <!-- No Google Analytics script for the moment -->
36 </xsl:template>
38 </xsl:stylesheet>