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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 <meta-include src="webapp/crd/html/toolbar.html"/> | 70 <meta-include src="webapp/crd/html/toolbar.html"/> |
71 <meta-include src="webapp/base/html/client_plugin.html"/> | 71 <meta-include src="webapp/base/html/client_plugin.html"/> |
72 | 72 |
73 </div> <!-- session-mode --> | 73 </div> <!-- session-mode --> |
74 | 74 |
75 <div id="statistics" dir="ltr" class="selectable" hidden> | 75 <div id="statistics" dir="ltr" class="selectable" hidden> |
76 </div> | 76 </div> |
77 | 77 |
78 </div> <!-- scroller --> | 78 </div> <!-- scroller --> |
79 | 79 |
80 <meta-include src="webapp/base/html/dialog_auth.html"/> | 80 <meta-include src="webapp/crd/html/dialog_auth.html"/> |
81 | 81 |
82 <div class="dialog-screen" | 82 <div class="dialog-screen" |
83 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" | 83 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" |
84 hidden></div> | 84 hidden></div> |
85 | 85 |
86 <div class="dialog-container" | 86 <div class="dialog-container" |
87 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" | 87 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" |
88 hidden> | 88 hidden> |
89 | 89 |
90 <meta-include src="webapp/crd/html/dialog_token_refresh_failed.html"/> | 90 <meta-include src="webapp/crd/html/dialog_token_refresh_failed.html"/> |
(...skipping 17 matching lines...) Expand all Loading... |
108 <meta-include src="webapp/crd/html/dialog_connection_history.html"/> | 108 <meta-include src="webapp/crd/html/dialog_connection_history.html"/> |
109 <meta-include src="webapp/crd/html/dialog_confirm_host_delete.html"/> | 109 <meta-include src="webapp/crd/html/dialog_confirm_host_delete.html"/> |
110 <meta-include src="webapp/crd/html/dialog_manage_pairings.html"/> | 110 <meta-include src="webapp/crd/html/dialog_manage_pairings.html"/> |
111 | 111 |
112 </div> <!-- dialog-container --> | 112 </div> <!-- dialog-container --> |
113 | 113 |
114 </div> <!-- window-body --> | 114 </div> <!-- window-body --> |
115 | 115 |
116 </body> | 116 </body> |
117 </html> | 117 </html> |
OLD | NEW |