hgbook
diff it/web/index-template.html @ 727:1c5ac11fcf6e
Really include Ch.2 in the book.
author | Giulio@puck |
---|---|
date | Sun Jun 14 17:53:20 2009 +0200 (2009-06-14) |
parents | |
children | 8c8ffe8987b7 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/web/index-template.html Sun Jun 14 17:53:20 2009 +0200 1.3 @@ -0,0 +1,36 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1.5 +<html> 1.6 + <head> 1.7 + <title>Mercurial: la guida definitiva</title> 1.8 + <link rel="stylesheet" href="styles.css" type="text/css"/> 1.9 + <!-- 1.10 + <link rel="alternate" type="application/atom+xml" title="Comments" 1.11 + href="/feeds/comments/"/> 1.12 + --> 1.13 + <link rel="shortcut icon" type="image/png" href="figs/favicon.png"/> 1.14 + <!-- No comment system for italian translation 1.15 + <script type="text/javascript" src="/support/jquery.js"></script> 1.16 + <script type="text/javascript" src="/support/form.js"></script> 1.17 + <script type="text/javascript" src="/support/hsbook.js"></script> 1.18 + --> 1.19 + </head> 1.20 + 1.21 + <body> 1.22 + {% block bodycontent %}{% endblock %} 1.23 + 1.24 + <div class="hgbookfooter"> <p><img src="figs/rss.png"> Volete rimanere aggiornati? Abbonatevi al feed delle modifiche per qualsiasi capitolo o per <a class="feed" href="/feeds/comments/">l'intero libro</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> 1.25 + </div> 1.26 + 1.27 + <!-- Also, no need for Google Analytics on the italian translation 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-1805907-5"); 1.35 + pageTracker._trackPageview(); 1.36 + } catch(err) {}</script> 1.37 + --> 1.38 + </body> 1.39 +</html>