| 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 <div data-ui-mode="home.client.unconnected"> | 6 <div data-ui-mode="home.client.unconnected"> |
| 7 | 7 |
| 8 <div i18n-content="DESCRIPTION_CONNECT"></div> | 8 <div i18n-content="DESCRIPTION_CONNECT"></div> |
| 9 | 9 |
| 10 <div id="access-code-entry-row"> | 10 <div id="access-code-entry-row"> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 <button id="cancel-access-code-button" | 29 <button id="cancel-access-code-button" |
| 30 type="button" | 30 type="button" |
| 31 i18n-content="CANCEL"> | 31 i18n-content="CANCEL"> |
| 32 </button> | 32 </button> |
| 33 </div> | 33 </div> |
| 34 </form> | 34 </form> |
| 35 </div> <!-- code-entry-row --> | 35 </div> <!-- code-entry-row --> |
| 36 | 36 |
| 37 <div id="startup-mode-box-it2me" class="information-box" hidden> | 37 <div id="startup-mode-box-it2me" class="information-box" hidden> |
| 38 <span i18n-content="WARNING_NOT_WINDOWED"></span> | 38 <span i18n-content="WARNING_NOT_WINDOWED"></span> |
| 39 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523
" | 39 <a href="https://support.google.com/chrome/answer/1649523" |
| 40 target="_blank" | 40 target="_blank" |
| 41 i18n-content="LEARN_HOW"></a> | 41 i18n-content="LEARN_HOW"></a> |
| 42 </div> <!-- startup-mode-box-it2me --> | 42 </div> <!-- startup-mode-box-it2me --> |
| 43 | 43 |
| 44 </div> <!-- client.unconnected --> | 44 </div> <!-- client.unconnected --> |
| OLD | NEW |