| 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 | 11 |
| 12 <body class="interface"> | 12 <body class="interface"> |
| 13 <header> | 13 <header> |
| 14 Luci | 14 Luci |
| 15 <div> | 15 <div> |
| 16 | 16 |
| 17 <a href="https://login.url/">login</a> | 17 <a href="https://login.url/">login</a> |
| 18 | 18 |
| 19 </div> | 19 </div> |
| 20 </header> | 20 </header> |
| 21 <hr> | 21 <hr> |
| 22 | 22 |
| 23 <h1>Builder Sample Builder</h1> |
| 24 |
| 23 | 25 |
| 24 <h2>Current Builds (1):</h2> | 26 <h2>Current Builds (1):</h2> |
| 25 <ul> | 27 <ul> |
| 26 | 28 |
| 27 <li><a href="https://some.url/path"> | 29 <li><a href="https://some.url/path"> |
| 28 Some current build</a> | 30 Some current build</a> |
| 29 [Running for: 0] | 31 [Running for: 0] |
| 30 | 32 |
| 31 </li> | 33 </li> |
| 32 | 34 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 <script> | 114 <script> |
| 113 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 115 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 114 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 116 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 115 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 117 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 116 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 118 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 117 | 119 |
| 118 ga('create', 'UA-12345-01', 'auto'); | 120 ga('create', 'UA-12345-01', 'auto'); |
| 119 ga('send', 'pageview'); | 121 ga('send', 'pageview'); |
| 120 </script> | 122 </script> |
| 121 | 123 |
| OLD | NEW |