hgbook

view stylesheets/it/web.xsl @ 1025:3013064edcf7

Adding french in translation list
author Romain PELISSE <belaran@gmail.com>
date Wed Apr 21 17:09:27 2010 +0200 (2010-04-21)
parents 84629ae2c99d
children
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 <script type="text/javascript">
36 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
37 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
38 </script>
39 <script type="text/javascript">
40 try {
41 var pageTracker = _gat._getTracker("UA-10482652-1");
42 pageTracker._trackPageview();
43 } catch(err) {}</script>
44 </xsl:template>
46 </xsl:stylesheet>