| 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="http://fake.example.com/login?dest=%2Ffoobar">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 <a href="/foobar">Sample Builder</a></h1> |
| 27 | 27 |
| 28 | 28 |
| 29 <h2>No current builds</h2> | 29 <h2>No current builds</h2> |
| 30 | 30 |
| 31 | 31 |
| 32 | 32 |
| 33 <h2>No Pending Build Requests</h2> | 33 <h2>No Pending Build Requests</h2> |
| 34 | 34 |
| 35 | 35 |
| 36 | 36 |
| 37 <h2>No Recent Builds</h2> | 37 <h2>No Recent Builds</h2> |
| 38 | 38 |
| 39 | 39 |
| 40 |
| 40 (Show: | 41 (Show: |
| 41 <a href=".">default</a> | 42 <a href="/foobar">default</a> |
| 42 <a href="?limit=25">25</a> | 43 <a href="/foobar?limit=25">25</a> |
| 43 <a href="?limit=50">50</a> | 44 <a href="/foobar?limit=50">50</a> |
| 44 <a href="?limit=100">100</a> | 45 <a href="/foobar?limit=100">100</a> |
| 45 <a href="?limit=200">200</a> | 46 <a href="/foobar?limit=200">200</a> |
| 46 ) | 47 ) |
| 47 | 48 |
| 48 | 49 |
| 50 |
| 49 <footer> | 51 <footer> |
| 50 <hr> | 52 <hr> |
| 51 <a href="https://github.com/luci">luci</a>, | 53 <a href="https://github.com/luci">luci</a>, |
| 52 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 54 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 53 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | 55 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> |
| 54 </footer> | 56 </footer> |
| 55 <script> | 57 <script> |
| 56 (function () { | 58 (function () { |
| 57 'use strict'; | 59 'use strict'; |
| 58 milo.makeTimesLocal(); | 60 milo.makeTimesLocal(); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 70 <script> | 72 <script> |
| 71 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 73 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 72 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 74 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 73 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 75 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 74 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 76 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 75 | 77 |
| 76 ga('create', 'UA-12345-01', 'auto'); | 78 ga('create', 'UA-12345-01', 'auto'); |
| 77 ga('send', 'pageview'); | 79 ga('send', 'pageview'); |
| 78 </script> | 80 </script> |
| 79 | 81 |
| OLD | NEW |