| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <!-- | 2 <!-- |
| 3 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2012 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 <body> | 58 <body> |
| 59 | 59 |
| 60 <!-- loading-mode is initially visible, but becomes hidden as soon as an | 60 <!-- loading-mode is initially visible, but becomes hidden as soon as an |
| 61 AppMode is selected by remoting.init. All other divs are initially | 61 AppMode is selected by remoting.init. All other divs are initially |
| 62 hidden, but are shown appropriately when the mode changes. --> | 62 hidden, but are shown appropriately when the mode changes. --> |
| 63 <section id="loading-mode" data-ui-mode=""> | 63 <section id="loading-mode" data-ui-mode=""> |
| 64 <em>Loading…</em> | 64 <em>Loading…</em> |
| 65 </section> <!-- loading-mode --> | 65 </section> <!-- loading-mode --> |
| 66 | 66 |
| 67 <div id="daemon-plugin-container"></div> | 67 <div id="daemon-plugin-container"></div> |
| 68 <div id="host-plugin-container"></div> |
| 68 | 69 |
| 69 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> | 70 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> |
| 70 | 71 |
| 71 <header data-ui-mode="home" hidden> | 72 <header data-ui-mode="home" hidden> |
| 72 <div> | 73 <div> |
| 73 <img src="chromoting48.webp"> | 74 <img src="chromoting48.webp"> |
| 74 <h1 class="icon-label" i18n-content="PRODUCT_NAME"></h1> | 75 <h1 class="icon-label" i18n-content="PRODUCT_NAME"></h1> |
| 75 </div> | 76 </div> |
| 76 <div class="box-spacer"></div> | 77 <div class="box-spacer"></div> |
| 77 <div id="top-secondary"> | 78 <div id="top-secondary"> |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 i18n-content="WARNING_NAT_DISABLED"> | 440 i18n-content="WARNING_NAT_DISABLED"> |
| 440 </div> <!-- nat-box --> | 441 </div> <!-- nat-box --> |
| 441 | 442 |
| 442 <div data-ui-mode="home.host.waiting-for-connection home.host.waiting-fo
r-code" | 443 <div data-ui-mode="home.host.waiting-for-connection home.host.waiting-fo
r-code" |
| 443 class="box space-before"> | 444 class="box space-before"> |
| 444 <span class="waiting" i18n-content="FOOTER_WAITING"></span> | 445 <span class="waiting" i18n-content="FOOTER_WAITING"></span> |
| 445 <div class="box-spacer"></div> | 446 <div class="box-spacer"></div> |
| 446 <button id="cancel-share-button" i18n-content="CANCEL"></button> | 447 <button id="cancel-share-button" i18n-content="CANCEL"></button> |
| 447 </div> | 448 </div> |
| 448 | 449 |
| 449 <div id="host-plugin-container"></div> | |
| 450 | |
| 451 </div> <!-- host dialog --> | 450 </div> <!-- host dialog --> |
| 452 | 451 |
| 453 <div id="client-dialog" | 452 <div id="client-dialog" |
| 454 class="kd-modaldialog" | 453 class="kd-modaldialog" |
| 455 data-ui-mode="home.client"> | 454 data-ui-mode="home.client"> |
| 456 | 455 |
| 457 <div data-ui-mode="home.client.unconnected"> | 456 <div data-ui-mode="home.client.unconnected"> |
| 458 <div i18n-content="DESCRIPTION_CONNECT"></div> | 457 <div i18n-content="DESCRIPTION_CONNECT"></div> |
| 459 <div id="access-code-entry-row"> | 458 <div id="access-code-entry-row"> |
| 460 <form id="access-code-form" action=""> | 459 <form id="access-code-form" action=""> |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 <div class="arrow-down"></div> | 710 <div class="arrow-down"></div> |
| 712 </div> | 711 </div> |
| 713 </div> <!-- session-toolbar --> | 712 </div> <!-- session-toolbar --> |
| 714 </div> <!-- session-mode --> | 713 </div> <!-- session-mode --> |
| 715 | 714 |
| 716 <div id="statistics" dir="ltr" class="selectable" hidden> | 715 <div id="statistics" dir="ltr" class="selectable" hidden> |
| 717 </div> <!-- statistics --> | 716 </div> <!-- statistics --> |
| 718 | 717 |
| 719 </body> | 718 </body> |
| 720 </html> | 719 </html> |
| OLD | NEW |