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 26 matching lines...) Expand all Loading... |
37 <p> | 37 <p> |
38 Running in test mode. If you are seeing this message in any other | 38 Running in test mode. If you are seeing this message in any other |
39 context, please <a href="http://crbug.com" target="_blank">file a | 39 context, please <a href="http://crbug.com" target="_blank">file a |
40 bug</a>. | 40 bug</a>. |
41 </p> | 41 </p> |
42 <p> | 42 <p> |
43 <button id="browser-test-continue-init">Continue</button> | 43 <button id="browser-test-continue-init">Continue</button> |
44 </p> | 44 </p> |
45 </section> | 45 </section> |
46 | 46 |
47 <div id="daemon-plugin-container"></div> | |
48 <div id="host-plugin-container"></div> | |
49 | |
50 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> | 47 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> |
51 | 48 |
52 <div id="scroller"> | 49 <div id="scroller"> |
53 <div class="inset home-screen full-height" | 50 <div class="inset home-screen full-height" |
54 data-ui-mode="home" | 51 data-ui-mode="home" |
55 hidden> | 52 hidden> |
56 | 53 |
57 <meta-include src="webapp/crd/html/ui_header.html"/> | 54 <meta-include src="webapp/crd/html/ui_header.html"/> |
58 <meta-include src="webapp/crd/html/butter_bar.html"/> | 55 <meta-include src="webapp/crd/html/butter_bar.html"/> |
59 <meta-include src="webapp/crd/html/ui_it2me.html"/> | 56 <meta-include src="webapp/crd/html/ui_it2me.html"/> |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 <meta-include src="webapp/crd/html/dialog_connection_history.html"/> | 108 <meta-include src="webapp/crd/html/dialog_connection_history.html"/> |
112 <meta-include src="webapp/crd/html/dialog_confirm_host_delete.html"/> | 109 <meta-include src="webapp/crd/html/dialog_confirm_host_delete.html"/> |
113 <meta-include src="webapp/crd/html/dialog_manage_pairings.html"/> | 110 <meta-include src="webapp/crd/html/dialog_manage_pairings.html"/> |
114 | 111 |
115 </div> <!-- dialog-container --> | 112 </div> <!-- dialog-container --> |
116 | 113 |
117 </div> <!-- window-body --> | 114 </div> <!-- window-body --> |
118 | 115 |
119 </body> | 116 </body> |
120 </html> | 117 </html> |
OLD | NEW |