Rewrite AndroidSyncSettings to be significantly simpler.
[chromium-blink-merge.git] / remoting / webapp / crd / html / template_main.html
blob6edc910847387d5f388f128aa5c72f2d372b09b8
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="chromoting16.webp">
12 <link rel="stylesheet" href="butter_bar.css">
13 <link rel="stylesheet" href="connection_stats.css">
14 <link rel="stylesheet" href="main.css">
15 <link rel="stylesheet" href="menu_button.css">
16 <link rel="stylesheet" href="open_sans.css">
17 <link rel="stylesheet" href="toolbar.css">
18 <link rel="stylesheet" href="window_frame.css">
20 <meta-include type="javascript"/>
22 <title i18n-content="PRODUCT_NAME"></title>
23 </head>
25 <body class="full-height">
27 <meta-include src="webapp/crd/html/window_frame.html"/>
29 <div class="window-body full-height">
31 <!-- loading-mode is initially visible, but becomes hidden as soon as an
32 AppMode is selected by remoting.init. All other divs are initially
33 hidden, but are shown appropriately when the mode changes. -->
34 <section id="loading-mode" data-ui-mode="">
35 <em>Loading&hellip;</em>
36 <div id="browser-test-deferred-init" hidden>
37 <p>
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
40 bug</a>.
41 </p>
42 <p>
43 <button id="browser-test-continue-init">Continue</button>
44 </p>
45 </section>
47 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
49 <div id="scroller">
50 <div class="inset home-screen full-height"
51 data-ui-mode="home"
52 hidden>
54 <meta-include src="webapp/crd/html/ui_header.html"/>
55 <meta-include src="webapp/crd/html/butter_bar.html"/>
56 <meta-include src="webapp/crd/html/ui_it2me.html"/>
57 <meta-include src="webapp/crd/html/ui_me2me.html"/>
59 <!-- The bottom-marker div is used to verify scroll-bar correctness
60 in browser tests; it is not rendered. -->
61 <div id="bottom-marker"></div>
63 </div> <!-- inset -->
65 <div id="session-mode"
66 data-ui-mode="in-session home.client"
67 class="full-height"
68 hidden>
70 <meta-include src="webapp/crd/html/toolbar.html"/>
71 <meta-include src="webapp/base/html/client_plugin.html"/>
73 </div> <!-- session-mode -->
75 <div id="statistics" dir="ltr" class="selectable" hidden>
76 </div>
78 </div> <!-- scroller -->
80 <meta-include src="webapp/base/html/dialog_auth.html"/>
82 <div class="dialog-screen"
83 data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-setup home.token-refresh-failed home.manage-pairings home.host-setup home.host-install"
84 hidden></div>
86 <div class="dialog-container"
87 data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-install home.host-setup home.token-refresh-failed home.manage-pairings"
88 hidden>
90 <meta-include src="webapp/crd/html/dialog_token_refresh_failed.html"/>
91 <meta-include src="webapp/crd/html/dialog_host_setup.html"/>
92 <meta-include src="webapp/crd/html/dialog_host_install.html"/>
93 <meta-include src="webapp/crd/html/dialog_host.html"/>
95 <div id="client-dialog"
96 class="kd-modaldialog"
97 data-ui-mode="home.client">
99 <meta-include src="webapp/crd/html/dialog_client_unconnected.html"/>
100 <meta-include src="webapp/crd/html/dialog_client_connecting.html"/>
101 <meta-include src="webapp/crd/html/dialog_client_host_needs_upgrade.html"/>
102 <meta-include src="webapp/crd/html/dialog_client_pin_prompt.html"/>
103 <meta-include src="webapp/crd/html/dialog_client_third_party_auth.html"/>
104 <meta-include src="webapp/crd/html/dialog_client_connect_failed.html"/>
105 <meta-include src="webapp/crd/html/dialog_client_session_finished.html"/>
106 </div>
108 <meta-include src="webapp/crd/html/dialog_connection_history.html"/>
109 <meta-include src="webapp/crd/html/dialog_confirm_host_delete.html"/>
110 <meta-include src="webapp/crd/html/dialog_manage_pairings.html"/>
112 </div> <!-- dialog-container -->
114 </div> <!-- window-body -->
116 </body>
117 </html>