| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <!-- Copyright 2014 The Swarming Authors. All rights reserved. | 3 <!-- Copyright 2014 The LUCI Authors. All rights reserved. |
| 4 Use of this source code is governed by the Apache v2.0 license that can be | 4 Use of this source code is governed by the Apache v2.0 license that can be |
| 5 found in the LICENSE file. --> | 5 found in the LICENSE file. --> |
| 6 <head> | 6 <head> |
| 7 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> | 7 <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> |
| 8 <title> | 8 <title> |
| 9 {% if title is defined %}{{title}}{% else %}Swarming Server{% endif %} | 9 {% if title is defined %}{{title}}{% else %}Swarming Server{% endif %} |
| 10 </title> | 10 </title> |
| 11 <link rel="stylesheet" type="text/css" href="/default.css"/> | 11 <link rel="stylesheet" type="text/css" href="/default.css"/> |
| 12 | 12 |
| 13 {% block headers %} | 13 {% block headers %} |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement
(o), | 58 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement
(o), |
| 59 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore
(a,m) | 59 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore
(a,m) |
| 60 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'
); | 60 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'
); |
| 61 | 61 |
| 62 ga('create', '{{google_analytics}}', {'siteSpeedSampleRate': 100}); | 62 ga('create', '{{google_analytics}}', {'siteSpeedSampleRate': 100}); |
| 63 ga('send', 'pageview'); | 63 ga('send', 'pageview'); |
| 64 </script> | 64 </script> |
| 65 {% endif %} | 65 {% endif %} |
| 66 </body> | 66 </body> |
| 67 </html> | 67 </html> |
| OLD | NEW |