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