| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <section> | 6 <section> |
| 7 | 7 |
| 8 <h2 i18n-content="MODE_IT2ME"></h2> | 8 <h2 i18n-content="MODE_IT2ME"></h2> |
| 9 | 9 |
| 10 <div id="it2me-first-run"> | 10 <div id="it2me-first-run"> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 </div> | 21 </div> |
| 22 | 22 |
| 23 <div id="it2me-content"> | 23 <div id="it2me-content"> |
| 24 <p id="webapp-description" | 24 <p id="webapp-description" |
| 25 i18n-content="DESCRIPTION_HOME" | 25 i18n-content="DESCRIPTION_HOME" |
| 26 i18n-value-1="<a href='https://chrome.google.com/remotedesktop' target='_
blank'>chrome.google.com/remotedesktop</a>"></p> | 26 i18n-value-1="<a href='https://chrome.google.com/remotedesktop' target='_
blank'>chrome.google.com/remotedesktop</a>"></p> |
| 27 <div> | 27 <div> |
| 28 <div class="section-row"> | 28 <div class="section-row"> |
| 29 <div class="box-spacer"> | 29 <div class="box-spacer"> |
| 30 <div i18n-content="HOME_SHARE_DESCRIPTION"></div> | 30 <div i18n-content="HOME_SHARE_DESCRIPTION"></div> |
| 31 <div id="chrome-os-no-share" | 31 <div id="unsupported-platform-message" |
| 32 i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS" | 32 i18n-content="HOME_SHARE_DESCRIPTION_UNSUPPORTED" |
| 33 class="small-print"></div> | 33 class="small-print"></div> |
| 34 </div> | 34 </div> |
| 35 <div> | 35 <div> |
| 36 <button id="share-button" | 36 <button id="share-button" |
| 37 i18n-content="HOME_SHARE_BUTTON" | 37 i18n-content="HOME_SHARE_BUTTON" |
| 38 class="kd-button-share" | 38 class="kd-button-share" |
| 39 type="button"> | 39 type="button"> |
| 40 </button> | 40 </button> |
| 41 </div> | 41 </div> |
| 42 </div> | 42 </div> |
| 43 </div> | 43 </div> |
| 44 <div class="section-row"> | 44 <div class="section-row"> |
| 45 <div i18n-content="HOME_ACCESS_DESCRIPTION" | 45 <div i18n-content="HOME_ACCESS_DESCRIPTION" |
| 46 class="box-spacer"></div> | 46 class="box-spacer"></div> |
| 47 <div> | 47 <div> |
| 48 <button id="access-mode-button" | 48 <button id="access-mode-button" |
| 49 i18n-content="HOME_ACCESS_BUTTON" | 49 i18n-content="HOME_ACCESS_BUTTON" |
| 50 type="button"> | 50 type="button"> |
| 51 </button> | 51 </button> |
| 52 </div> | 52 </div> |
| 53 </div> | 53 </div> |
| 54 </div> <!-- it2me-content --> | 54 </div> <!-- it2me-content --> |
| 55 | 55 |
| 56 </section> <!-- Remote Assistance --> | 56 </section> <!-- Remote Assistance --> |
| OLD | NEW |