| 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 26 matching lines...) Expand all Loading... |
| 37 <section id="loading-mode" data-ui-mode=""> | 37 <section id="loading-mode" data-ui-mode=""> |
| 38 <em>Loading…</em> | 38 <em>Loading…</em> |
| 39 </section> <!-- loading-mode --> | 39 </section> <!-- loading-mode --> |
| 40 | 40 |
| 41 <div class="top-primary" | 41 <div class="top-primary" |
| 42 data-ui-mode="client.unconnected host.unshared" | 42 data-ui-mode="client.unconnected host.unshared" |
| 43 hidden> | 43 hidden> |
| 44 <span id="email-status"> | 44 <span id="email-status"> |
| 45 <span id="current-email"></span> | 45 <span id="current-email"></span> |
| 46 (<a href="#" onclick="remoting.clearOAuth2();" | 46 (<a href="#" onclick="remoting.clearOAuth2();" |
| 47 i18n-content="LOGOUT_BUTTON"></a>) | 47 i18n-content="SIGN_OUT_BUTTON"></a>) |
| 48 </span> | 48 </span> |
| 49 </div> | 49 </div> |
| 50 | 50 |
| 51 <div class="top-secondary" data-ui-mode="auth client host"> | 51 <div class="top-secondary" data-ui-mode="auth client host"> |
| 52 <a href="https://sites.google.com/a/google.com/chromoting/welcome/faq" | 52 <a href="https://sites.google.com/a/google.com/chromoting/welcome/faq" |
| 53 target="_blank" i18n-content="HELP"></a> | 53 target="_blank" i18n-content="HELP"></a> |
| 54 </div> | 54 </div> |
| 55 | 55 |
| 56 <div id="session-toolbar" | 56 <div id="session-toolbar" |
| 57 data-ui-mode="in-session" | 57 data-ui-mode="in-session" |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 | 234 |
| 235 <section id="debug-log" dir="ltr" hidden> | 235 <section id="debug-log" dir="ltr" hidden> |
| 236 <div id="statistics"> | 236 <div id="statistics"> |
| 237 </div> | 237 </div> |
| 238 <div id="debug-messages"> | 238 <div id="debug-messages"> |
| 239 </div> | 239 </div> |
| 240 </section> <!-- debug-log --> | 240 </section> <!-- debug-log --> |
| 241 | 241 |
| 242 </body> | 242 </body> |
| 243 </html> | 243 </html> |
| OLD | NEW |