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="full-height"> | 8 <html class="full-height"> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 19 matching lines...) Expand all Loading... |
30 hidden, but are shown appropriately when the mode changes. --> | 30 hidden, but are shown appropriately when the mode changes. --> |
31 <section id="loading-mode" data-ui-mode=""> | 31 <section id="loading-mode" data-ui-mode=""> |
32 <em>Loading…</em> | 32 <em>Loading…</em> |
33 </section> | 33 </section> |
34 | 34 |
35 <div id="daemon-plugin-container"></div> | 35 <div id="daemon-plugin-container"></div> |
36 <div id="host-plugin-container"></div> | 36 <div id="host-plugin-container"></div> |
37 | 37 |
38 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> | 38 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> |
39 | 39 |
| 40 <div class="dialog-screen" |
| 41 data-ui-mode="home.host home.client home.history home.confirm-host-dele
te home.host-setup home.token-refresh-failed home.manage-pairings home.host-setu
p home.host-install" |
| 42 hidden></div> |
| 43 |
40 <div id="scroller"> | 44 <div id="scroller"> |
41 <div class="inset home-screen" data-ui-mode="home" hidden> | 45 <div class="inset home-screen" data-ui-mode="home" hidden> |
42 | 46 |
43 <meta-include src="webapp/html/ui_header.html"/> | 47 <meta-include src="webapp/html/ui_header.html"/> |
44 <meta-include src="webapp/html/butterbar.html"/> | 48 <meta-include src="webapp/html/butterbar.html"/> |
45 <meta-include src="webapp/html/ui_it2me.html"/> | 49 <meta-include src="webapp/html/ui_it2me.html"/> |
46 <meta-include src="webapp/html/ui_me2me.html"/> | 50 <meta-include src="webapp/html/ui_me2me.html"/> |
47 | 51 |
48 </div> <!-- inset --> | 52 </div> <!-- inset --> |
49 | 53 |
50 <meta-include src="webapp/html/dialog_auth.html"/> | 54 <meta-include src="webapp/html/dialog_auth.html"/> |
51 | 55 |
52 <div class="dialog-screen" | |
53 data-ui-mode="home.host home.client home.history home.confirm-host-de
lete home.host-setup home.token-refresh-failed home.manage-pairings home.host-se
tup home.host-install" | |
54 hidden></div> | |
55 | |
56 <div class="dialog-container" | 56 <div class="dialog-container" |
57 data-ui-mode="home.host home.client home.history home.confirm-host-de
lete home.host-install home.host-setup home.token-refresh-failed home.manage-pai
rings" | 57 data-ui-mode="home.host home.client home.history home.confirm-host-de
lete home.host-install home.host-setup home.token-refresh-failed home.manage-pai
rings" |
58 hidden> | 58 hidden> |
59 | 59 |
60 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/> | 60 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/> |
61 <meta-include src="webapp/html/dialog_host_setup.html"/> | 61 <meta-include src="webapp/html/dialog_host_setup.html"/> |
62 <meta-include src="webapp/html/dialog_host_install.html"/> | 62 <meta-include src="webapp/html/dialog_host_install.html"/> |
63 <meta-include src="webapp/html/dialog_host.html"/> | 63 <meta-include src="webapp/html/dialog_host.html"/> |
64 | 64 |
65 <div id="client-dialog" | 65 <div id="client-dialog" |
(...skipping 26 matching lines...) Expand all Loading... |
92 | 92 |
93 </div> <!-- session-mode --> | 93 </div> <!-- session-mode --> |
94 | 94 |
95 <div id="statistics" dir="ltr" class="selectable" hidden> | 95 <div id="statistics" dir="ltr" class="selectable" hidden> |
96 </div> | 96 </div> |
97 | 97 |
98 </div> <!-- scroller -> | 98 </div> <!-- scroller -> |
99 | 99 |
100 </body> | 100 </body> |
101 </html> | 101 </html> |
OLD | NEW |