Rewrite AndroidSyncSettings to be significantly simpler.
[chromium-blink-merge.git] / remoting / webapp / app_remoting / html / template_lg.html
blob9b666acfac9a8653ea7f5e13271edfeb2fff938c
1 <!doctype html>
2 <!--
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
5 found in the LICENSE file.
6 -->
8 <html class="full-height">
9 <head>
10 <meta charset="utf-8">
11 <link rel="icon" type="image/png" href="icon16.png">
12 <link rel="stylesheet" href="open_sans.css">
13 <link rel="stylesheet" href="connection_stats.css">
14 <link rel="stylesheet" href="context_menu.css">
15 <link rel="stylesheet" href="main.css">
16 <link rel="stylesheet" href="menu_button.css">
18 <meta-include type="javascript"/>
20 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title>
21 </head>
23 <body class="full-height">
25 <div id="host-plugin-container"></div>
27 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
29 <meta-include src="webapp/base/html/dialog_auth.html"/>
31 <div id="session-mode"
32 data-ui-mode="in-session home.client"
33 class="full-height"
34 hidden>
36 <meta-include src="webapp/base/html/client_plugin.html"/>
38 </div> <!-- session-mode -->
40 <meta-include src="webapp/app_remoting/html/context_menu.html"/>
41 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/>
43 <div id="statistics" dir="ltr" class="selectable" hidden>
44 </div> <!-- statistics -->
46 </body>
47 </html>