Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Side by Side Diff: remoting/webapp/html/template_main.html

Issue 265393005: Implement apps v2 custom window frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed file added accidentally. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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="scrollable 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="title_bar.css">
16 <link rel="stylesheet" href="toolbar.css"> 17 <link rel="stylesheet" href="toolbar.css">
17 18
18 <meta-include type="javascript"/> 19 <meta-include type="javascript"/>
19 20
20 <title i18n-content="PRODUCT_NAME"></title> 21 <title i18n-content="PRODUCT_NAME"></title>
21 </head> 22 </head>
22 23
23 <body class="full-height"> 24 <body class="full-height inner-border-for-apps-v2">
25
26 <meta-include src="webapp/html/title_bar.html"/>
24 27
25 <!-- 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
26 AppMode is selected by remoting.init. All other divs are initially 29 AppMode is selected by remoting.init. All other divs are initially
27 hidden, but are shown appropriately when the mode changes. --> 30 hidden, but are shown appropriately when the mode changes. -->
28 <section id="loading-mode" data-ui-mode=""> 31 <section id="loading-mode" data-ui-mode="">
29 <em>Loading&hellip;</em> 32 <em>Loading&hellip;</em>
30 </section> 33 </section>
31 34
32 <div id="daemon-plugin-container"></div> 35 <div id="daemon-plugin-container"></div>
33 <div id="host-plugin-container"></div> 36 <div id="host-plugin-container"></div>
34 37
35 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> 38 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
36 39
37 <div class="inset" data-ui-mode="home" hidden> 40 <div id="scroller">
41 <div class="inset" data-ui-mode="home" hidden>
38 42
39 <meta-include src="webapp/html/ui_header.html"/> 43 <meta-include src="webapp/html/ui_header.html"/>
40 <meta-include src="webapp/html/butterbar.html"/> 44 <meta-include src="webapp/html/butterbar.html"/>
41 <meta-include src="webapp/html/ui_it2me.html"/> 45 <meta-include src="webapp/html/ui_it2me.html"/>
42 <meta-include src="webapp/html/ui_me2me.html"/> 46 <meta-include src="webapp/html/ui_me2me.html"/>
43 47
44 </div> 48 </div> <!-- inset -->
45 49
46 <meta-include src="webapp/html/dialog_auth.html"/> 50 <meta-include src="webapp/html/dialog_auth.html"/>
47 51
48 <div class="dialog-screen" 52 <div class="dialog-screen"
49 data-ui-mode="home.host home.client home.history home.confirm-host-dele te home.host-setup home.token-refresh-failed home.manage-pairings" 53 data-ui-mode="home.host home.client home.history home.confirm-host-de lete home.host-setup home.token-refresh-failed home.manage-pairings"
50 hidden></div> 54 hidden></div>
51 55
52 <div class="dialog-container" 56 <div class="dialog-container"
53 data-ui-mode="home.host home.client home.history home.confirm-host-dele te home.host-install home.host-setup home.token-refresh-failed home.manage-pairi ngs" 57 data-ui-mode="home.host home.client home.history home.confirm-host-de lete home.host-install home.host-setup home.token-refresh-failed home.manage-pai rings"
54 hidden> 58 hidden>
55 59
56 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/> 60 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/>
57 <meta-include src="webapp/html/dialog_host_setup.html"/> 61 <meta-include src="webapp/html/dialog_host_setup.html"/>
58 <meta-include src="webapp/html/dialog_host_install.html"/> 62 <meta-include src="webapp/html/dialog_host_install.html"/>
59 <meta-include src="webapp/html/dialog_host.html"/> 63 <meta-include src="webapp/html/dialog_host.html"/>
60 64
61 <div id="client-dialog" 65 <div id="client-dialog"
62 class="kd-modaldialog" 66 class="kd-modaldialog"
63 data-ui-mode="home.client"> 67 data-ui-mode="home.client">
64 68
65 <meta-include src="webapp/html/dialog_client_unconnected.html"/> 69 <meta-include src="webapp/html/dialog_client_unconnected.html"/>
66 <meta-include src="webapp/html/dialog_client_connecting.html"/> 70 <meta-include src="webapp/html/dialog_client_connecting.html"/>
67 <meta-include src="webapp/html/dialog_client_host_needs_upgrade.html"/> 71 <meta-include src="webapp/html/dialog_client_host_needs_upgrade.html"/ >
68 <meta-include src="webapp/html/dialog_client_pin_prompt.html"/> 72 <meta-include src="webapp/html/dialog_client_pin_prompt.html"/>
69 <meta-include src="webapp/html/dialog_client_third_party_auth.html"/> 73 <meta-include src="webapp/html/dialog_client_third_party_auth.html"/>
70 <meta-include src="webapp/html/dialog_client_connect_failed.html"/> 74 <meta-include src="webapp/html/dialog_client_connect_failed.html"/>
71 <meta-include src="webapp/html/dialog_client_session_finished.html"/> 75 <meta-include src="webapp/html/dialog_client_session_finished.html"/>
72 76
77 </div>
78
79 <meta-include src="webapp/html/dialog_connection_history.html"/>
80 <meta-include src="webapp/html/dialog_confirm_host_delete.html"/>
81 <meta-include src="webapp/html/dialog_manage_pairings.html"/>
82
83 </div> <!-- dialog-container -->
84
85 <div id="session-mode"
86 data-ui-mode="in-session home.client"
87 class="full-height"
88 hidden>
89
90 <meta-include src="webapp/html/toolbar.html"/>
91 <meta-include src="webapp/html/client_plugin.html"/>
92
93 </div> <!-- session-mode -->
94
95 <div id="statistics" dir="ltr" class="selectable" hidden>
73 </div> 96 </div>
74 97
75 <meta-include src="webapp/html/dialog_connection_history.html"/> 98 </div> <!-- scroller ->
76 <meta-include src="webapp/html/dialog_confirm_host_delete.html"/>
77 <meta-include src="webapp/html/dialog_manage_pairings.html"/>
78
79 </div> <!-- dialog-container -->
80
81 <div id="session-mode"
82 data-ui-mode="in-session home.client"
83 class="full-height"
84 hidden>
85
86 <meta-include src="webapp/html/toolbar.html"/>
87 <meta-include src="webapp/html/client_plugin.html"/>
88
89 </div>
90
91 <div id="statistics" dir="ltr" class="selectable" hidden>
92 </div>
93 99
94 </body> 100 </body>
95 </html> 101 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698