hgbook
diff it/web/index-template.html @ 976:713f0f69029a
merge with Italian, and very (few) work on ch03
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Fri Sep 04 16:33:35 2009 +0200 (2009-09-04) |
parents | |
children | 719b03ea27c8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/web/index-template.html Fri Sep 04 16:33:35 2009 +0200 1.3 @@ -0,0 +1,35 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1.5 +<html> 1.6 + <head> 1.7 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 1.8 + <title>Mercurial: la guida definitiva</title> 1.9 + <link rel="stylesheet" href="/support/styles.css" type="text/css"/> 1.10 + <!-- 1.11 + <link rel="alternate" type="application/atom+xml" title="Comments" 1.12 + href="/feeds/comments/"/> 1.13 + --> 1.14 + <link rel="shortcut icon" type="image/png" href="/support/favicon.png"/> 1.15 + <!-- No comment system for italian translation 1.16 + <script type="text/javascript" src="/support/jquery.js"></script> 1.17 + <script type="text/javascript" src="/support/form.js"></script> 1.18 + <script type="text/javascript" src="/support/hsbook.js"></script> 1.19 + --> 1.20 + </head> 1.21 + 1.22 + <body> 1.23 + {% block bodycontent %}{% endblock %} 1.24 + 1.25 + <div class="hgbookfooter"> <p><img src="/support/rss.png"> Volete rimanere aggiornati? Abbonatevi al feed del <a class="feed" href="http://bitbucket.org/gpiancastelli/hgbook-it/atom">libro italiano</a>.</p> <p>Copyright 2006, 2007, 2008, 2009 Bryan O’Sullivan. Icone realizzate da <a href="mailto:mattahan@gmail.com">Paul Davey</a> alias <a href="http://mattahan.deviantart.com/">Mattahan</a>.</p> <p>Copyright 2009 <a href="mailto:giulio.piancastelli@gmail.com">Giulio Piancastelli</a> per la traduzione italiana.</p> 1.26 + </div> 1.27 + 1.28 + <script type="text/javascript"> 1.29 + var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); 1.30 + document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); 1.31 + </script> 1.32 + <script type="text/javascript"> 1.33 + try { 1.34 + var pageTracker = _gat._getTracker("UA-10482652-1"); 1.35 + pageTracker._trackPageview(); 1.36 + } catch(err) {}</script> 1.37 + </body> 1.38 +</html>