| 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 [[name here]]</title> | 5 <title>Builder [[name here]]</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 | 16 |
| 18 <h2>Current Builds:</h2> | 17 <h2>Current Builds:</h2> |
| 19 <ul> | 18 <ul> |
| 20 | 19 |
| 21 <li><a href="Some%20URL"></a> | 20 <li><a href="Some%20URL"></a> |
| 22 [Running for: 0] | 21 [Running for: 0] |
| 23 [] | 22 [] |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 </footer> | 78 </footer> |
| 80 | 79 |
| 81 | 80 |
| 82 <script> | 81 <script> |
| 83 (function () { | 82 (function () { |
| 84 'use strict'; | 83 'use strict'; |
| 85 document.getElementById('current-time').textContent = milo.formatDate( | 84 document.getElementById('current-time').textContent = milo.formatDate( |
| 86 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); | 85 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); |
| 87 })(); | 86 })(); |
| 88 </script> | 87 </script> |
| OLD | NEW |