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 20 matching lines...) Expand all Loading... |
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 id="scroller"> | 40 <div id="scroller"> |
41 <div class="inset" data-ui-mode="home" hidden> | 41 <div class="inset home-screen" data-ui-mode="home" hidden> |
42 | 42 |
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 |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |