| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Settings</title> | 5 <title>Settings</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 <div class="header"> | 22 <div class="header"> |
| 18 <a href=""></a> | 23 <a href=""></a> |
| 19 </div> | 24 </div> |
| 20 <div class="content"> | 25 <div class="content"> |
| 21 <h1>Build </h1> | 26 <h1>Build </h1> |
| 22 | 27 |
| 23 <div class="column"> | 28 <div class="column"> |
| (...skipping 21 matching lines...) Expand all Loading... |
| 45 <a href="https://github.com/luci">luci</a>, | 50 <a href="https://github.com/luci">luci</a>, |
| 46 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 51 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 47 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | 52 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) |
| 48 </footer> | 53 </footer> |
| 49 <script> | 54 <script> |
| 50 (function () { | 55 (function () { |
| 51 'use strict'; | 56 'use strict'; |
| 52 milo.makeTimesLocal(); | 57 milo.makeTimesLocal(); |
| 53 })(); | 58 })(); |
| 54 </script> | 59 </script> |
| OLD | NEW |