| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>Build Log</title> | 5 <title>Build Log</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 | 8 |
| 9 | 9 |
| 10 <body class="interface"> | 10 <body class="interface"> |
| 11 <header> | 11 <header> |
| 12 Luci | 12 Luci |
| 13 <a href="/settings">settings</a> | |
| 14 </header> | 13 </header> |
| 15 <hr> | 14 <hr> |
| 16 | 15 |
| 17 <div class="log"><pre>This is the log</pre></div> | 16 <div class="log"><pre>This is the log</pre></div> |
| 18 | 17 |
| 19 <footer> | 18 <footer> |
| 20 <hr> | 19 <hr> |
| 21 <a href="https://github.com/luci">luci</a>, | 20 <a href="https://github.com/luci">luci</a>, |
| 22 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | 21 working for the <a href="https://chromium.org/">Chromium</a> project.<br> |
| 23 Page built: <b><span id="current-time">0001-02-03 04:05:06.000000007 +00
00 UTC</span></b> | 22 Page built: <b><span id="current-time">0001-02-03 04:05:06.000000007 +00
00 UTC</span></b> |
| 24 </footer> | 23 </footer> |
| 25 | 24 |
| 26 <script> | 25 <script> |
| 27 (function () { | 26 (function () { |
| 28 'use strict'; | 27 'use strict'; |
| 29 document.getElementById('current-time').textContent = milo.formatDate( | 28 document.getElementById('current-time').textContent = milo.formatDate( |
| 30 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); | 29 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); |
| 31 })(); | 30 })(); |
| 32 </script> | 31 </script> |
| OLD | NEW |