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 id="host-setup-dialog" | 6 <div id="host-setup-dialog" |
7 class="kd-modaldialog" | 7 class="kd-modaldialog" |
8 data-ui-mode="home.host-setup"> | 8 data-ui-mode="home.host-setup"> |
9 | 9 |
10 <form id="ask-pin-form" | 10 <form id="ask-pin-form" |
11 data-ui-mode="home.host-setup.ask-pin" | 11 data-ui-mode="home.host-setup.ask-pin" |
12 action=""> | 12 action=""> |
13 | 13 |
14 <p class="message"> | 14 <p class="message"> |
15 <span i18n-content="HOST_SETUP_DIALOG_DESCRIPTION" | 15 <span i18n-content="HOST_SETUP_DIALOG_DESCRIPTION" |
16 i18n-value-1="<b>" | 16 i18n-value-1="<b>" |
17 i18n-value-2="</b>"></span> | 17 i18n-value-2="</b>"></span> |
18 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=16495
23" | 18 <a href="https://support.google.com/chrome/answer/1649523" |
19 target="_blank" | 19 target="_blank" |
20 i18n-content="WHY_IS_THIS_SAFE"></a> | 20 i18n-content="WHY_IS_THIS_SAFE"></a> |
21 </p> | 21 </p> |
22 | 22 |
23 <table id="set-pin-table"> | 23 <table id="set-pin-table"> |
24 <tr> | 24 <tr> |
25 <td class="table-label"> | 25 <td class="table-label"> |
26 <label for="daemon-pin-entry" | 26 <label for="daemon-pin-entry" |
27 i18n-content="ASK_PIN_DIALOG_LABEL" | 27 i18n-content="ASK_PIN_DIALOG_LABEL" |
28 class="editbox-label"></label> | 28 class="editbox-label"></label> |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 <div data-ui-mode="home.host-setup.error" hidden> | 87 <div data-ui-mode="home.host-setup.error" hidden> |
88 <div id="host-setup-error-message" class="error-state"></div> | 88 <div id="host-setup-error-message" class="error-state"></div> |
89 <div class="button-row"> | 89 <div class="button-row"> |
90 <button id="host-config-error-dismiss" | 90 <button id="host-config-error-dismiss" |
91 autofocus="autofocus" | 91 autofocus="autofocus" |
92 i18n-content="OK"></button> | 92 i18n-content="OK"></button> |
93 </div> | 93 </div> |
94 </div> | 94 </div> |
95 | 95 |
96 </div> <!-- host-setup-dialog --> | 96 </div> <!-- host-setup-dialog --> |
OLD | NEW |