| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Builder Sample Builder</title> | 5 <title>Builder Sample Builder</title> |
| 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> | 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> |
| 7 <script src="/static/common/js/time.js"></script> | 7 <script src="/static/common/js/time.js"></script> |
| 8 <script src="/static/common/third_party/js/jquery.min.js"></script> | 8 <script src="/static/common/third_party/js/jquery.min.js"></script> |
| 9 | 9 |
| 10 | 10 |
| 11 <body class="interface"> | 11 <body class="interface"> |
| 12 <header> | 12 <header> |
| 13 Luci | 13 Luci |
| 14 <div> |
| 15 |
| 16 <a href="https://login.url/">login</a> |
| 17 |
| 18 </div> |
| 14 </header> | 19 </header> |
| 15 <hr> | 20 <hr> |
| 16 | 21 |
| 17 | 22 |
| 18 <h2>Current Builds (1):</h2> | 23 <h2>Current Builds (1):</h2> |
| 19 <ul> | 24 <ul> |
| 20 | 25 |
| 21 <li><a href="https://some.url/path"> | 26 <li><a href="https://some.url/path"> |
| 22 Some current build</a> | 27 Some current build</a> |
| 23 [Running for: 0] | 28 [Running for: 0] |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 <a href="https://github.com/luci">luci</a>, | 92 <a href="https://github.com/luci">luci</a>, |
| 88 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 93 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 89 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | 94 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) |
| 90 </footer> | 95 </footer> |
| 91 <script> | 96 <script> |
| 92 (function () { | 97 (function () { |
| 93 'use strict'; | 98 'use strict'; |
| 94 milo.makeTimesLocal(); | 99 milo.makeTimesLocal(); |
| 95 })(); | 100 })(); |
| 96 </script> | 101 </script> |
| OLD | NEW |