hgbook

view it/web/index-template.html @ 722:96c012342355

More makefile, plus main index template and generator script.
author Giulio@puck
date Mon Jun 08 22:59:15 2009 +0200 (2009-06-08)
parents
children 8c8ffe8987b7
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Mercurial: la guida definitiva</title>
5 <link rel="stylesheet" href="styles.css" type="text/css"/>
6 <!--
7 <link rel="alternate" type="application/atom+xml" title="Comments"
8 href="/feeds/comments/"/>
9 -->
10 <link rel="shortcut icon" type="image/png" href="figs/favicon.png"/>
11 <!-- No comment system for italian translation
12 <script type="text/javascript" src="/support/jquery.js"></script>
13 <script type="text/javascript" src="/support/form.js"></script>
14 <script type="text/javascript" src="/support/hsbook.js"></script>
15 -->
16 </head>
18 <body>
19 {% block bodycontent %}{% endblock %}
21 <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>
22 </div>
24 <!-- Also, no need for Google Analytics on the italian translation
25 <script type="text/javascript">
26 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
27 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
28 </script>
29 <script type="text/javascript">
30 try {
31 var pageTracker = _gat._getTracker("UA-1805907-5");
32 pageTracker._trackPageview();
33 } catch(err) {}</script>
34 -->
35 </body>
36 </html>