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> | 8 <html> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 <div id="host-list-empty-hosting-unsupported" | 200 <div id="host-list-empty-hosting-unsupported" |
201 class="host-list-empty-instructions" | 201 class="host-list-empty-instructions" |
202 i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED" | 202 i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED" |
203 i18n-value-name-1="HOME_DAEMON_START_BUTTON"> | 203 i18n-value-name-1="HOME_DAEMON_START_BUTTON"> |
204 </div> | 204 </div> |
205 </div> | 205 </div> |
206 </div> <!-- me2me-content --> | 206 </div> <!-- me2me-content --> |
207 </section> <!-- host-list-div --> | 207 </section> <!-- host-list-div --> |
208 </div> <!-- home --> | 208 </div> <!-- home --> |
209 | 209 |
210 <div id="dialog-screen" | 210 <div id="auth-dialog" hidden> |
211 data-ui-mode="home.host home.client home.auth home.history home.confirm
-host-delete home.host-setup home.token-refresh-failed" | 211 <div class="dialog-screen"></div> |
| 212 <div class="dialog-container"> |
| 213 <div class="box-spacer"></div> |
| 214 <div class="kd-modaldialog"> |
| 215 <h2 i18n-content="MODE_AUTHORIZE"></h2> |
| 216 <p id="auth-error-message" |
| 217 i18n-content="DESCRIPTION_AUTHORIZE" |
| 218 class="message"></p> |
| 219 <div class="centered"> |
| 220 <button id="auth-button" |
| 221 type="button" |
| 222 autofocus="autofocus" |
| 223 i18n-content="CONTINUE_BUTTON"> |
| 224 </button> |
| 225 </div> |
| 226 </div> |
| 227 <div class="box-spacer"></div> |
| 228 </div> |
| 229 </div> <!-- auth-dialog --> |
| 230 |
| 231 <div class="dialog-screen" |
| 232 data-ui-mode="home.host home.client home.history home.confirm-host-dele
te home.host-setup home.token-refresh-failed" |
212 hidden></div> | 233 hidden></div> |
213 | 234 |
214 <div id="dialog-container" | 235 <div class="dialog-container" |
215 data-ui-mode="home.host home.client home.auth home.history home.confirm
-host-delete home.host-setup home.token-refresh-failed" | 236 data-ui-mode="home.host home.client home.history home.confirm-host-dele
te home.host-setup home.token-refresh-failed" |
216 hidden> | 237 hidden> |
217 | 238 |
218 <div class="box-spacer"></div> | 239 <div class="box-spacer"></div> |
219 | 240 |
220 <!-- TODO(jamiewalch): Refactor the various error-state divs --> | 241 <!-- TODO(jamiewalch): Refactor the various error-state divs --> |
221 <div class="kd-modaldialog" data-ui-mode="home.token-refresh-failed"> | 242 <div class="kd-modaldialog" data-ui-mode="home.token-refresh-failed"> |
222 <div class="message"> | 243 <div class="message"> |
223 <span id="token-refresh-error-message" class="error-state"></span> | 244 <span id="token-refresh-error-message" class="error-state"></span> |
224 </div> | 245 </div> |
225 <div id="token-refresh-auth-failed" class="box"> | 246 <div id="token-refresh-auth-failed" class="box"> |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 i18n-content="HOST_SETUP_INSTALL_PENDING"></div> | 355 i18n-content="HOST_SETUP_INSTALL_PENDING"></div> |
335 <div class="box"> | 356 <div class="box"> |
336 <div class="box-spacer"></div> | 357 <div class="box-spacer"></div> |
337 <button id="host-config-install-retry" | 358 <button id="host-config-install-retry" |
338 autofocus="autofocus" | 359 autofocus="autofocus" |
339 i18n-content="OK"></button> | 360 i18n-content="OK"></button> |
340 </div> | 361 </div> |
341 </div> | 362 </div> |
342 </div> <!-- host-setup-dialog --> | 363 </div> <!-- host-setup-dialog --> |
343 | 364 |
344 <div id="auth-dialog" | |
345 data-ui-mode="home.auth" | |
346 class="kd-modaldialog"> | |
347 <h2 i18n-content="MODE_AUTHORIZE"></h2> | |
348 <p id="auth-error-message" | |
349 i18n-content="DESCRIPTION_AUTHORIZE" | |
350 class="message"></p> | |
351 <div class="centered"> | |
352 <button id="auth-button" | |
353 type="button" | |
354 autofocus="autofocus" | |
355 i18n-content="CONTINUE_BUTTON"> | |
356 </button> | |
357 </div> | |
358 </div> <!-- auth-dialog --> | |
359 | |
360 <div id="host-dialog" | 365 <div id="host-dialog" |
361 class="kd-modaldialog" | 366 class="kd-modaldialog" |
362 data-ui-mode="home.host"> | 367 data-ui-mode="home.host"> |
363 | 368 |
364 <div data-ui-mode="home.host.waiting-for-code" class="message centered" | 369 <div data-ui-mode="home.host.waiting-for-code" class="message centered" |
365 i18n-content="MESSAGE_GENERATING"> | 370 i18n-content="MESSAGE_GENERATING"> |
366 </div> <!-- host.waiting-for-code --> | 371 </div> <!-- host.waiting-for-code --> |
367 | 372 |
368 <div data-ui-mode="home.host.waiting-for-connection"> | 373 <div data-ui-mode="home.host.waiting-for-connection"> |
369 <div i18n-content="INSTRUCTIONS_SHARE_ABOVE"></div> | 374 <div i18n-content="INSTRUCTIONS_SHARE_ABOVE"></div> |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 <div class="arrow-down"></div> | 635 <div class="arrow-down"></div> |
631 </div> | 636 </div> |
632 </div> <!-- session-toolbar --> | 637 </div> <!-- session-toolbar --> |
633 </div> <!-- session-mode --> | 638 </div> <!-- session-mode --> |
634 | 639 |
635 <div id="statistics" dir="ltr" class="selectable" hidden> | 640 <div id="statistics" dir="ltr" class="selectable" hidden> |
636 </div> <!-- statistics --> | 641 </div> <!-- statistics --> |
637 | 642 |
638 </body> | 643 </body> |
639 </html> | 644 </html> |
OLD | NEW |