| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 <div class="centered-button"> | 106 <div class="centered-button"> |
| 107 <button id="auth-button" class="big-button" | 107 <button id="auth-button" class="big-button" |
| 108 type="button" onclick="remoting.oauth2.doAuthRedirect();" | 108 type="button" onclick="remoting.oauth2.doAuthRedirect();" |
| 109 i18n-content="CONTINUE_BUTTON"></button> | 109 i18n-content="CONTINUE_BUTTON"></button> |
| 110 </div> | 110 </div> |
| 111 </div> <!-- auth-panel --> | 111 </div> <!-- auth-panel --> |
| 112 | 112 |
| 113 <div data-ui-mode="home"> | 113 <div data-ui-mode="home"> |
| 114 <div class="description" | 114 <div class="description" |
| 115 i18n-content="DESCRIPTION_HOME" | 115 i18n-content="DESCRIPTION_HOME" |
| 116 i18n-value-1="<a href='http://g.co/remote'>g.co/remote</a>"></div> | 116 i18n-value-1="<a href='https://chrome.google.com/remotedesktop'>chr
ome.google.com/remotedesktop</a>"></div> |
| 117 <table class="mode-select-table"> | 117 <table class="mode-select-table"> |
| 118 <tr> | 118 <tr> |
| 119 <td> | 119 <td> |
| 120 <div i18n-content="HOME_SHARE_DESCRIPTION" | 120 <div i18n-content="HOME_SHARE_DESCRIPTION" |
| 121 class="mode-select-label"></div> | 121 class="mode-select-label"></div> |
| 122 <div id="chrome-os-no-share" | 122 <div id="chrome-os-no-share" |
| 123 i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS" | 123 i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS" |
| 124 class="small-print"></div> | 124 class="small-print"></div> |
| 125 </td> | 125 </td> |
| 126 <td> | 126 <td> |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 | 290 |
| 291 <section id="debug-log" dir="ltr" hidden> | 291 <section id="debug-log" dir="ltr" hidden> |
| 292 <div id="statistics"> | 292 <div id="statistics"> |
| 293 </div> | 293 </div> |
| 294 <div id="debug-messages"> | 294 <div id="debug-messages"> |
| 295 </div> | 295 </div> |
| 296 </section> <!-- debug-log --> | 296 </section> <!-- debug-log --> |
| 297 | 297 |
| 298 </body> | 298 </body> |
| 299 </html> | 299 </html> |
| OLD | NEW |