| 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"> |
| 11 <link rel="icon" type="image/png" href="chromoting16.webp"> | 11 <link rel="icon" type="image/png" href="chromoting16.webp"> |
| 12 <link rel="stylesheet" href="open_sans.css"> | 12 <link rel="stylesheet" href="open_sans.css"> |
| 13 <link rel="stylesheet" href="connection_stats.css"> | 13 <link rel="stylesheet" href="connection_stats.css"> |
| 14 <link rel="stylesheet" href="connection_history.css"> | 14 <link rel="stylesheet" href="connection_history.css"> |
| 15 <link rel="stylesheet" href="main.css"> | 15 <link rel="stylesheet" href="main.css"> |
| 16 <link rel="stylesheet" href="menu_button.css"> | 16 <link rel="stylesheet" href="menu_button.css"> |
| 17 <link rel="stylesheet" href="toolbar.css"> | 17 <link rel="stylesheet" href="toolbar.css"> |
| 18 <script src="butter_bar.js"></script> |
| 18 <script src="client_plugin.js"></script> | 19 <script src="client_plugin.js"></script> |
| 19 <script src="client_plugin_async.js"></script> | 20 <script src="client_plugin_async.js"></script> |
| 20 <script src="client_screen.js"></script> | 21 <script src="client_screen.js"></script> |
| 21 <script src="client_session.js"></script> | 22 <script src="client_session.js"></script> |
| 22 <script src="clipboard.js"></script> | 23 <script src="clipboard.js"></script> |
| 23 <script src="connection_history.js"></script> | 24 <script src="connection_history.js"></script> |
| 24 <script src="connection_stats.js"></script> | 25 <script src="connection_stats.js"></script> |
| 25 <script src="error.js"></script> | 26 <script src="error.js"></script> |
| 26 <script src="event_handlers.js"></script> | 27 <script src="event_handlers.js"></script> |
| 27 <script src="format_iq.js"></script> | 28 <script src="format_iq.js"></script> |
| 28 <script src="host.js"></script> | 29 <script src="host.js"></script> |
| 29 <script src="host_controller.js"></script> | 30 <script src="host_controller.js"></script> |
| 30 <script src="host_dispatcher.js"></script> | 31 <script src="host_dispatcher.js"></script> |
| 31 <script src="host_list.js"></script> | 32 <script src="host_list.js"></script> |
| 32 <script src="host_native_messaging.js"></script> | 33 <script src="host_native_messaging.js"></script> |
| 33 <script src="host_screen.js"></script> | 34 <script src="host_screen.js"></script> |
| 34 <script src="host_session.js"></script> | 35 <script src="host_session.js"></script> |
| 35 <script src="host_settings.js"></script> | 36 <script src="host_settings.js"></script> |
| 36 <script src="host_setup_dialog.js"></script> | 37 <script src="host_setup_dialog.js"></script> |
| 37 <script src="host_table_entry.js"></script> | 38 <script src="host_table_entry.js"></script> |
| 38 <script src="l10n.js"></script> | 39 <script src="l10n.js"></script> |
| 39 <script src="log_to_server.js"></script> | 40 <script src="log_to_server.js"></script> |
| 40 <script src="menu_button.js"></script> | 41 <script src="menu_button.js"></script> |
| 41 <script src="oauth2.js"></script> | 42 <script src="oauth2.js"></script> |
| 42 <script src="plugin_settings.js"></script> | 43 <script src="plugin_settings.js"></script> |
| 43 <script src="remoting.js"></script> | 44 <script src="remoting.js"></script> |
| 45 <script src="server_log_entry.js"></script> |
| 44 <script src="session_connector.js"></script> | 46 <script src="session_connector.js"></script> |
| 45 <script src="server_log_entry.js"></script> | |
| 46 <script src="stats_accumulator.js"></script> | 47 <script src="stats_accumulator.js"></script> |
| 47 <script src="storage.js"></script> | 48 <script src="storage.js"></script> |
| 48 <script src="survey.js"></script> | |
| 49 <script src="third_party_host_permissions.js"></script> | 49 <script src="third_party_host_permissions.js"></script> |
| 50 <script src="third_party_token_fetcher.js"></script> | 50 <script src="third_party_token_fetcher.js"></script> |
| 51 <script src="toolbar.js"></script> | 51 <script src="toolbar.js"></script> |
| 52 <script src="ui_mode.js"></script> | 52 <script src="ui_mode.js"></script> |
| 53 <script src="xhr.js"></script> | 53 <script src="xhr.js"></script> |
| 54 <script src="wcs_sandbox_container.js"></script> | 54 <script src="wcs_sandbox_container.js"></script> |
| 55 <title i18n-content="PRODUCT_NAME"></title> | 55 <title i18n-content="PRODUCT_NAME"></title> |
| 56 </head> | 56 </head> |
| 57 | 57 |
| 58 <body> | 58 <body> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 82 <!-- TODO(jamiewalch): Add this back in when we support it. | 82 <!-- TODO(jamiewalch): Add this back in when we support it. |
| 83 <a id="connection-history" | 83 <a id="connection-history" |
| 84 i18n-content="CONNECTION_HISTORY_BUTTON"></a> | | 84 i18n-content="CONNECTION_HISTORY_BUTTON"></a> | |
| 85 --> | 85 --> |
| 86 </span> | 86 </span> |
| 87 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=1649
523" | 87 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=1649
523" |
| 88 target="_blank" i18n-content="HELP"></a> | 88 target="_blank" i18n-content="HELP"></a> |
| 89 </div> | 89 </div> |
| 90 </header> | 90 </header> |
| 91 | 91 |
| 92 <div id="survey-opt-in" class="butter-bar" hidden> | 92 <div id="butter-bar" hidden> |
| 93 <p> | 93 <p> |
| 94 <span i18n-content="SURVEY_INVITATION"></span> | 94 <span id="butter-bar-message"></span> |
| 95 <a id="survey-accept" | 95 <a id="butter-bar-dismiss" href="#"> |
| 96 href="http://goo.gl/njH2q" | 96 <img src="icon_cross.webp" class="close-icon"> |
| 97 target="_blank" | |
| 98 i18n-content="SIGN_ME_UP"></a> | |
| 99 <a id="survey-decline" href="#"> | |
| 100 <img src="icon_cross.webp" class="close-icon"></img> | |
| 101 </a> | 97 </a> |
| 102 </p> | 98 </p> |
| 103 </div> | 99 </div> |
| 104 | 100 |
| 105 <div data-ui-mode="home" hidden> | 101 <div data-ui-mode="home" hidden> |
| 106 | 102 |
| 107 <section> | 103 <section> |
| 108 <h2 i18n-content="MODE_IT2ME"></h2> | 104 <h2 i18n-content="MODE_IT2ME"></h2> |
| 109 <div id="it2me-first-run"> | 105 <div id="it2me-first-run"> |
| 110 <div> | 106 <div> |
| (...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 <div class="arrow-down"></div> | 709 <div class="arrow-down"></div> |
| 714 </div> | 710 </div> |
| 715 </div> <!-- session-toolbar --> | 711 </div> <!-- session-toolbar --> |
| 716 </div> <!-- session-mode --> | 712 </div> <!-- session-mode --> |
| 717 | 713 |
| 718 <div id="statistics" dir="ltr" class="selectable" hidden> | 714 <div id="statistics" dir="ltr" class="selectable" hidden> |
| 719 </div> <!-- statistics --> | 715 </div> <!-- statistics --> |
| 720 | 716 |
| 721 </body> | 717 </body> |
| 722 </html> | 718 </html> |
| OLD | NEW |