| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. | 5 found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 | 7 |
| 8 <html> | 8 <html> |
| 9 <head> | 9 <head> |
| 10 <meta charset="utf-8" /> | 10 <meta charset="utf-8" /> |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 hidden, but are shown appropriately when the mode changes. --> | 48 hidden, but are shown appropriately when the mode changes. --> |
| 49 <section id="loading-mode" data-ui-mode=""> | 49 <section id="loading-mode" data-ui-mode=""> |
| 50 <em>Loading…</em> | 50 <em>Loading…</em> |
| 51 </section> <!-- loading-mode --> | 51 </section> <!-- loading-mode --> |
| 52 | 52 |
| 53 <div class="top-primary" | 53 <div class="top-primary" |
| 54 data-ui-mode="home client host" | 54 data-ui-mode="home client host" |
| 55 hidden> | 55 hidden> |
| 56 <span id="email-status"> | 56 <span id="email-status"> |
| 57 <span id="current-email"></span> | 57 <span id="current-email"></span> |
| 58 <span data-ui-mode="home client.unconnected"> | 58 <span data-ui-mode="home client.unconnected client.connect-failed"> |
| 59 (<a href="#" onclick="remoting.clearOAuth2();" | 59 (<a href="#" onclick="remoting.clearOAuth2();" |
| 60 i18n-content="SIGN_OUT_BUTTON"></a>) | 60 i18n-content="SIGN_OUT_BUTTON"></a>) |
| 61 </span> | 61 </span> |
| 62 </span> | 62 </span> |
| 63 </div> | 63 </div> |
| 64 | 64 |
| 65 <div class="top-secondary" data-ui-mode="auth home client host"> | 65 <div class="top-secondary" data-ui-mode="auth home client host"> |
| 66 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=164952
3" | 66 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=164952
3" |
| 67 target="_blank" i18n-content="HELP"></a> | 67 target="_blank" i18n-content="HELP"></a> |
| 68 </div> | 68 </div> |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 | 292 |
| 293 <section id="debug-log" dir="ltr" hidden> | 293 <section id="debug-log" dir="ltr" hidden> |
| 294 <div id="statistics"> | 294 <div id="statistics"> |
| 295 </div> | 295 </div> |
| 296 <div id="debug-messages"> | 296 <div id="debug-messages"> |
| 297 </div> | 297 </div> |
| 298 </section> <!-- debug-log --> | 298 </section> <!-- debug-log --> |
| 299 | 299 |
| 300 </body> | 300 </body> |
| 301 </html> | 301 </html> |
| OLD | NEW |