~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/_templates/layout.html

  • Committer: John Arbash Meinel
  • Date: 2010-08-23 19:10:35 UTC
  • mto: This revision was merged to the branch mainline in revision 5390.
  • Revision ID: john@arbash-meinel.com-20100823191035-57bojnmqw54nutsz
switch 'x += 1' to 'x = x + 1' to deal with brain-damaged old versions of pyrex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>
12
12
{{ super() }}
13
13
{% endblock %}
14
 
 
15
 
{% block document %}
16
 
 <script type="text/javascript">
17
 
  var gaJsHost = (("https:" == document.location.protocol) ?  "https://ssl." : "http://www.");
18
 
  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
19
 
  </script>
20
 
  <script type="text/javascript">
21
 
  try{
22
 
  var pageTracker = _gat._getTracker("UA-1018242-1");
23
 
  pageTracker._trackPageview();
24
 
  } catch(err) {}
25
 
  try {
26
 
    /* bazaar team tracker */
27
 
    var pageTracker = _gat._getTracker("UA-11329411-2");
28
 
    pageTracker._trackPageview();
29
 
  } catch(err) {}
30
 
</script>
31
 
{{ super() }}
32
 
{% endblock %}