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 id="host-list-div" class="host-list-container"> | 6 <section id="host-list-div" class="host-list-container"> |
7 | 7 |
8 <div id="me2me-first-run"> | 8 <div id="me2me-first-run"> |
9 <h2 i18n-content="MODE_ME2ME"></h2> | 9 <h2 i18n-content="MODE_ME2ME"></h2> |
10 <div> | 10 <div> |
(...skipping 23 matching lines...) Expand all Loading... |
34 | 34 |
35 <div id="host-list" hidden></div> | 35 <div id="host-list" hidden></div> |
36 | 36 |
37 <div id="host-list-error" class="box" hidden> | 37 <div id="host-list-error" class="box" hidden> |
38 <div id="host-list-error-message" class="error-state"></div> | 38 <div id="host-list-error-message" class="error-state"></div> |
39 <div class="box-spacer"></div> | 39 <div class="box-spacer"></div> |
40 <button type="button" | 40 <button type="button" |
41 id="host-list-refresh-failed-button"></button> | 41 id="host-list-refresh-failed-button"></button> |
42 </div> | 42 </div> |
43 | 43 |
| 44 <div id="host-list-empty" hidden> |
| 45 <div id="host-list-empty-hosting-supported" |
| 46 class="host-list-empty-instructions" |
| 47 i18n-content="HOST_LIST_EMPTY_HOSTING_SUPPORTED" |
| 48 i18n-value-name-1="HOME_DAEMON_START_BUTTON"> |
| 49 </div> |
| 50 <div id="host-list-empty-hosting-unsupported" |
| 51 class="host-list-empty-instructions" |
| 52 i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED" |
| 53 i18n-value-name-1="HOME_DAEMON_START_BUTTON"> |
| 54 </div> |
| 55 </div> |
| 56 |
44 <div id="daemon-control" data-daemon-state="enabled disabled" hidden> | 57 <div id="daemon-control" data-daemon-state="enabled disabled" hidden> |
45 <div class="section-row no-non-local-hosts" | 58 <div class="section-row no-non-local-hosts" |
46 data-daemon-state="disabled"> | 59 data-daemon-state="disabled"> |
47 <img src="icon_host.webp" class="host-list-main-icon"> | 60 <img src="icon_host.webp" class="host-list-main-icon"> |
48 <div class="box-spacer host-list-label" | 61 <div class="box-spacer host-list-label" |
49 id="start-daemon-message" | 62 id="start-daemon-message" |
50 i18n-content="HOME_DAEMON_START_MESSAGE"></div> | 63 i18n-content="HOME_DAEMON_START_MESSAGE"></div> |
51 <button type="button" | 64 <button type="button" |
52 id="start-daemon" | 65 id="start-daemon" |
53 i18n-content="HOME_DAEMON_START_BUTTON"> | 66 i18n-content="HOME_DAEMON_START_BUTTON"> |
(...skipping 27 matching lines...) Expand all Loading... |
81 href="#" | 94 href="#" |
82 i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a> | 95 i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a> |
83 </div> | 96 </div> |
84 <div id="paired-client-manager-message" hidden> | 97 <div id="paired-client-manager-message" hidden> |
85 <span i18n-content="HOME_DAEMON_PAIRED_MESSAGE"></span> | 98 <span i18n-content="HOME_DAEMON_PAIRED_MESSAGE"></span> |
86 <a href="#" | 99 <a href="#" |
87 id="open-paired-client-manager-dialog" | 100 id="open-paired-client-manager-dialog" |
88 i18n-content="HOME_DAEMON_MANAGE_PAIRINGS"></a> | 101 i18n-content="HOME_DAEMON_MANAGE_PAIRINGS"></a> |
89 </div> | 102 </div> |
90 </div> <!-- enabled --> | 103 </div> <!-- enabled --> |
91 <div id="host-list-empty" hidden> | |
92 <div id="host-list-empty-hosting-supported" | |
93 class="host-list-empty-instructions" | |
94 i18n-content="HOST_LIST_EMPTY_HOSTING_SUPPORTED" | |
95 i18n-value-name-1="HOME_DAEMON_START_BUTTON"> | |
96 </div> | |
97 <div id="host-list-empty-hosting-unsupported" | |
98 class="host-list-empty-instructions" | |
99 i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED" | |
100 i18n-value-name-1="HOME_DAEMON_START_BUTTON"> | |
101 </div> | |
102 </div> | |
103 </div> <!-- daemon-control --> | 104 </div> <!-- daemon-control --> |
104 | 105 |
105 </div> <!-- me2me-content --> | 106 </div> <!-- me2me-content --> |
106 | 107 |
107 </section> <!-- host-list-div --> | 108 </section> <!-- host-list-div --> |
OLD | NEW |