Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / remoting / webapp / html / template_main.html
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 -->
7
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="open_sans.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="toolbar.css">
17     <link rel="stylesheet" href="window_frame.css">
18
19     <meta-include type="javascript"/>
20
21     <title i18n-content="PRODUCT_NAME"></title>
22   </head>
23
24   <body class="full-height">
25
26     <meta-include src="webapp/html/window_frame.html"/>
27
28     <div class="window-body full-height">
29
30       <!-- loading-mode is initially visible, but becomes hidden as soon as an
31            AppMode is selected by remoting.init. All other divs are initially
32            hidden, but are shown appropriately when the mode changes. -->
33       <section id="loading-mode" data-ui-mode="">
34         <em>Loading&hellip;</em>
35       </section>
36
37       <div id="daemon-plugin-container"></div>
38       <div id="host-plugin-container"></div>
39
40       <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
41
42       <div id="scroller">
43         <div class="inset home-screen full-height"
44              data-ui-mode="home"
45              hidden>
46
47           <meta-include src="webapp/html/ui_header.html"/>
48           <meta-include src="webapp/html/butterbar.html"/>
49           <meta-include src="webapp/html/ui_it2me.html"/>
50           <meta-include src="webapp/html/ui_me2me.html"/>
51
52           <!-- The bottom-marker div is used to verify scroll-bar correctness
53                in browser tests; it is not rendered. -->
54           <div id="bottom-marker"></div>
55
56         </div>  <!-- inset -->
57
58         <div id="session-mode"
59              data-ui-mode="in-session home.client"
60              class="full-height"
61              hidden>
62
63           <meta-include src="webapp/html/toolbar.html"/>
64           <meta-include src="webapp/html/client_plugin.html"/>
65
66         </div>  <!-- session-mode -->
67
68         <div id="statistics" dir="ltr" class="selectable" hidden>
69         </div>
70
71       </div>  <!-- scroller -->
72
73       <meta-include src="webapp/html/dialog_auth.html"/>
74
75       <div class="dialog-screen"
76            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"
77            hidden></div>
78
79       <div class="dialog-container"
80            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"
81            hidden>
82
83         <meta-include src="webapp/html/dialog_token_refresh_failed.html"/>
84         <meta-include src="webapp/html/dialog_host_setup.html"/>
85         <meta-include src="webapp/html/dialog_host_install.html"/>
86         <meta-include src="webapp/html/dialog_host.html"/>
87
88         <div id="client-dialog"
89              class="kd-modaldialog"
90              data-ui-mode="home.client">
91
92           <meta-include src="webapp/html/dialog_client_unconnected.html"/>
93           <meta-include src="webapp/html/dialog_client_connecting.html"/>
94           <meta-include src="webapp/html/dialog_client_host_needs_upgrade.html"/>
95           <meta-include src="webapp/html/dialog_client_pin_prompt.html"/>
96           <meta-include src="webapp/html/dialog_client_third_party_auth.html"/>
97           <meta-include src="webapp/html/dialog_client_connect_failed.html"/>
98           <meta-include src="webapp/html/dialog_client_session_finished.html"/>
99         </div>
100
101         <meta-include src="webapp/html/dialog_connection_history.html"/>
102         <meta-include src="webapp/html/dialog_confirm_host_delete.html"/>
103         <meta-include src="webapp/html/dialog_manage_pairings.html"/>
104
105       </div>  <!-- dialog-container -->
106
107     </div>  <!-- window-body -->
108
109   </body>
110 </html>