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"> |
11 <link rel="icon" type="image/png" href="chromoting16.webp"> | 11 <link rel="icon" type="image/png" href="chromoting16.webp"> |
12 <link rel="stylesheet" href="open_sans.css"> | 12 <link rel="stylesheet" href="open_sans.css"> |
13 <link rel="stylesheet" href="connection_stats.css"> | 13 <link rel="stylesheet" href="connection_stats.css"> |
14 <link rel="stylesheet" href="main.css"> | 14 <link rel="stylesheet" href="main.css"> |
15 <link rel="stylesheet" href="menu_button.css"> | 15 <link rel="stylesheet" href="menu_button.css"> |
16 <link rel="stylesheet" href="toolbar.css"> | 16 <link rel="stylesheet" href="toolbar.css"> |
17 <link rel="stylesheet" href="window_frame.css"> | 17 <link rel="stylesheet" href="window_frame.css"> |
18 | 18 |
19 <meta-include type="javascript"/> | 19 <meta-include type="javascript"/> |
20 | 20 |
21 <title i18n-content="PRODUCT_NAME"></title> | 21 <title i18n-content="PRODUCT_NAME"></title> |
22 </head> | 22 </head> |
23 | 23 |
24 <body class="full-height inner-border-for-apps-v2"> | 24 <body class="full-height"> |
Jamie
2014/08/22 20:28:20
This class was not defined any more.
| |
25 | 25 |
26 <meta-include src="webapp/html/window_frame.html"/> | 26 <meta-include src="webapp/html/window_frame.html"/> |
27 | 27 |
28 <!-- loading-mode is initially visible, but becomes hidden as soon as an | 28 <!-- loading-mode is initially visible, but becomes hidden as soon as an |
29 AppMode is selected by remoting.init. All other divs are initially | 29 AppMode is selected by remoting.init. All other divs are initially |
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 |
(...skipping 57 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 |