Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: masters/master.chromium/templates/layout.html

Issue 662513003: Add Google Analytics to buildbot pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | masters/master.client.dart/templates/layout.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {%- block doctype -%} 1 {%- block doctype -%}
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 {% endblock %} 4 {% endblock %}
5 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head> 6 <head>
7 {% block head %} 7 {% block head %}
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 {% if metatags %} 9 {% if metatags %}
10 {{ metatags }} 10 {{ metatags }}
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <a href="{{ title_url }}">{{ title }}</a> 53 <a href="{{ title_url }}">{{ title }}</a>
54 {%- else -%} 54 {%- else -%}
55 {{ title }} 55 {{ title }}
56 {%- endif -%} 56 {%- endif -%}
57 &nbsp;project. 57 &nbsp;project.
58 {%- endif -%} 58 {%- endif -%}
59 <br/> 59 <br/>
60 Page built: <b>{{ time }}</b> ({{ tz }}) 60 Page built: <b>{{ time }}</b> ({{ tz }})
61 </div> 61 </div>
62 {% endblock -%} 62 {% endblock -%}
63 <script>
64 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function( ){
65 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement (o),
66 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore (a,m)
67 })(window,document,'script','//www.google-analytics.com/analytics.js','ga' );
68
69 ga('create', 'UA-55762617-2', 'auto');
70 ga('send', 'pageview');
71
72 </script>
63 </body> 73 </body>
64 </html> 74 </html>
OLDNEW
« no previous file with comments | « no previous file | masters/master.client.dart/templates/layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698