| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <html lang="en"> | 4 <html lang="en"> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title>Builder Sample Builder</title> | 6 <title>Builder Sample Builder</title> |
| 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 8 <script src="/static/common/js/time.js"></script> | 8 <script src="/static/common/js/time.js"></script> |
| 9 <script src="/static/common/third_party/js/jquery.min.js"></script> | 9 <script src="/static/common/third_party/js/jquery.min.js"></script> |
| 10 | 10 |
| 11 <link id="favicon" rel="shortcut icon" | 11 <link id="favicon" rel="shortcut icon" |
| 12 type="image/png" href="/static/common/favicon/milo-32.png"> | 12 type="image/png" href="/static/common/favicon/milo-32.png"> |
| 13 | 13 |
| 14 | 14 |
| 15 <body class="interface"> | 15 <body class="interface"> |
| 16 <header> | 16 <header> |
| 17 Luci | 17 Luci |
| 18 <div> | 18 <div> |
| 19 | 19 |
| 20 <a href="https://login.url/?target=/foobar">login</a> | 20 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> |
| 21 | 21 |
| 22 </div> | 22 </div> |
| 23 </header> | 23 </header> |
| 24 <hr> | 24 <hr> |
| 25 | 25 |
| 26 <h1>Builder Sample Builder</h1> | 26 <h1>Builder Sample Builder</h1> |
| 27 | 27 |
| 28 | 28 |
| 29 <h2>Current Builds (1):</h2> | 29 <h2>Current Builds (1):</h2> |
| 30 <ul> | 30 <ul> |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 <script> | 125 <script> |
| 126 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 126 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 127 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 127 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 128 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 128 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 129 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 129 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 130 | 130 |
| 131 ga('create', 'UA-12345-01', 'auto'); | 131 ga('create', 'UA-12345-01', 'auto'); |
| 132 ga('send', 'pageview'); | 132 ga('send', 'pageview'); |
| 133 </script> | 133 </script> |
| 134 | 134 |
| OLD | NEW |