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 app-remoting"> | 8 <html class="full-height app-remoting"> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
11 <link rel="icon" type="image/png" href="icon16.png"> | 11 <link rel="icon" type="image/png" href="/icon16.png"> |
12 <link rel="stylesheet" href="ar_main.css"> | 12 <link rel="stylesheet" href="ar_main.css"> |
13 <link rel="stylesheet" href="ar_dialog.css"> | 13 <link rel="stylesheet" href="ar_dialog.css"> |
14 <link rel="stylesheet" href="connection_stats.css"> | 14 <link rel="stylesheet" href="connection_stats.css"> |
15 <link rel="stylesheet" href="context_menu.css"> | 15 <link rel="stylesheet" href="context_menu.css"> |
16 <link rel="stylesheet" href="main.css"> | 16 <link rel="stylesheet" href="main.css"> |
17 <link rel="stylesheet" href="menu_button.css"> | 17 <link rel="stylesheet" href="menu_button.css"> |
18 <link rel="stylesheet" href="open_sans.css"> | 18 <link rel="stylesheet" href="open_sans.css"> |
19 | 19 |
20 <meta-include type="javascript"/> | 20 <meta-include type="javascript"/> |
21 | 21 |
| 22 <link rel="import" href="/arv_main.html"> |
| 23 |
22 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title> | 24 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title> |
23 </head> | 25 </head> |
24 | 26 |
25 <body class="full-height"> | 27 <body class="full-height"> |
26 | 28 |
27 <div id="host-plugin-container"></div> | 29 <div id="host-plugin-container"></div> |
28 | 30 |
29 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> | 31 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> |
30 | 32 |
31 <div id="session-mode" | 33 <div id="session-mode" |
32 data-ui-mode="in-session home.client" | 34 data-ui-mode="in-session home.client" |
33 class="full-height" | 35 class="full-height" |
34 hidden> | 36 hidden> |
35 | 37 |
36 <meta-include src="webapp/base/html/client_plugin.html"/> | 38 <meta-include src="webapp/base/html/client_plugin.html"/> |
37 | 39 |
38 </div> <!-- session-mode --> | 40 </div> <!-- session-mode --> |
39 | 41 |
40 <meta-include src="webapp/app_remoting/html/context_menu.html"/> | 42 <meta-include src="webapp/app_remoting/html/context_menu.html"/> |
41 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/> | 43 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/> |
42 <meta-include src="webapp/base/html/connection_dropped_dialog.html"/> | 44 <meta-include src="webapp/base/html/connection_dropped_dialog.html"/> |
43 | 45 |
44 <div id="statistics" dir="ltr" class="selectable" hidden> | 46 <div id="statistics" dir="ltr" class="selectable" hidden> |
45 </div> <!-- statistics --> | 47 </div> <!-- statistics --> |
46 | 48 |
47 </body> | 49 </body> |
48 </html> | 50 </html> |
OLD | NEW |