sphinx_django/templates/boilerplate.html
changeset 0 54f784230511
equal deleted inserted replaced
-1:000000000000 0:54f784230511
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
       
     2 <html>
       
     3   <head>
       
     4     <title>{% block pagetitle %}Mercurial: The Definitive Guide{% endblock %}</title>
       
     5     <link rel="stylesheet" href="/support/styles.css" type="text/css"/>
       
     6     <link rel="alternate" type="application/atom+xml" title="Comments"
       
     7       href="/feeds/comments/"/>
       
     8     <link rel="shortcut icon" type="image/png" href="/support/figs/favicon.png"/>
       
     9     <script type="text/javascript" src="/support/jquery.js"></script>
       
    10       <script type="text/javascript" src="/support/form.js"></script>
       
    11     <script type="text/javascript" src="/support/hsbook.js"></script>
       
    12   </head>
       
    13 
       
    14   <body>
       
    15     {% block bodycontent %}{% endblock %}
       
    16 
       
    17     <div class="hgbookfooter"> <p><img src="/support/figs/rss.png"> Want to stay
       
    18 	up to date? Subscribe to comment feeds for any chapter, or
       
    19 	the <a class="feed"
       
    20 	  href="/feeds/comments/">entire book</a>.</p> <p>Copyright
       
    21 	2006, 2007, 2008, 2009 Bryan O'Sullivan.
       
    22 	  Icons by
       
    23 	  <a href="mailto:mattahan@gmail.com">Paul Davey</a> aka <a
       
    24 	  href="http://mattahan.deviantart.com/">Mattahan</a>.</p>
       
    25     </div>
       
    26 
       
    27     <script type="text/javascript">
       
    28     var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
       
    29     document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
       
    30     </script>
       
    31     <script type="text/javascript">
       
    32     try {
       
    33     var pageTracker = _gat._getTracker("UA-1805907-5");
       
    34     pageTracker._trackPageview();
       
    35     } catch(err) {}</script>
       
    36   </body>
       
    37 </html>