OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2012 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 class="scrollable"> | 8 <html class="scrollable"> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 <button id="access-mode-button" | 146 <button id="access-mode-button" |
147 i18n-content="HOME_ACCESS_BUTTON" | 147 i18n-content="HOME_ACCESS_BUTTON" |
148 type="button"> | 148 type="button"> |
149 </button> | 149 </button> |
150 </div> | 150 </div> |
151 </div> | 151 </div> |
152 </div> <!-- it2me-content --> | 152 </div> <!-- it2me-content --> |
153 </section> <!-- Remote Assistance --> | 153 </section> <!-- Remote Assistance --> |
154 | 154 |
155 <section id="host-list-div" class="host-list-container"> | 155 <section id="host-list-div" class="host-list-container"> |
156 <h2 i18n-content="MODE_ME2ME"></h2> | 156 <h2> |
| 157 <span i18n-content="MODE_ME2ME"></span> |
| 158 <span class="h2-secondary" id="host-list-loading-indicator"> |
| 159 <a href="#" id="host-list-reload"> |
| 160 <img src="reload.webp"> |
| 161 </a> |
| 162 <img src="spinner.gif" id="host-list-loading"> |
| 163 </span> |
| 164 </h2> |
157 <div id="me2me-first-run"> | 165 <div id="me2me-first-run"> |
158 <div> | 166 <div> |
159 <p class="infographic-description" | 167 <p class="infographic-description" |
160 i18n-content="ME2ME_FIRST_RUN"></p> | 168 i18n-content="ME2ME_FIRST_RUN"></p> |
161 <button id="get-started-me2me" | 169 <button id="get-started-me2me" |
162 i18n-content="GET_STARTED" | 170 i18n-content="GET_STARTED" |
163 disabled></button> | 171 disabled></button> |
164 </div> | 172 </div> |
165 <div class="infographic"> | 173 <div class="infographic"> |
166 <img src="infographic_my_computers.webp"> | 174 <img src="infographic_my_computers.webp"> |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 <div class="arrow-down"></div> | 779 <div class="arrow-down"></div> |
772 </div> | 780 </div> |
773 </div> <!-- session-toolbar --> | 781 </div> <!-- session-toolbar --> |
774 </div> <!-- session-mode --> | 782 </div> <!-- session-mode --> |
775 | 783 |
776 <div id="statistics" dir="ltr" class="selectable" hidden> | 784 <div id="statistics" dir="ltr" class="selectable" hidden> |
777 </div> <!-- statistics --> | 785 </div> <!-- statistics --> |
778 | 786 |
779 </body> | 787 </body> |
780 </html> | 788 </html> |
OLD | NEW |