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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 <meta-include src="webapp/html/ui_header.html"/> | 43 <meta-include src="webapp/html/ui_header.html"/> |
44 <meta-include src="webapp/html/butterbar.html"/> | 44 <meta-include src="webapp/html/butterbar.html"/> |
45 <meta-include src="webapp/html/ui_it2me.html"/> | 45 <meta-include src="webapp/html/ui_it2me.html"/> |
46 <meta-include src="webapp/html/ui_me2me.html"/> | 46 <meta-include src="webapp/html/ui_me2me.html"/> |
47 | 47 |
48 </div> <!-- inset --> | 48 </div> <!-- inset --> |
49 | 49 |
50 <meta-include src="webapp/html/dialog_auth.html"/> | 50 <meta-include src="webapp/html/dialog_auth.html"/> |
51 | 51 |
52 <div class="dialog-screen" | 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" | 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> | 54 hidden></div> |
55 | 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"/> |
(...skipping 28 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 |