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

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

Issue 595723002: Remove dialog elements out of scroller element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="full-height"> 8 <html class="full-height">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 21 matching lines...) Expand all
32 hidden, but are shown appropriately when the mode changes. --> 32 hidden, but are shown appropriately when the mode changes. -->
33 <section id="loading-mode" data-ui-mode=""> 33 <section id="loading-mode" data-ui-mode="">
34 <em>Loading&hellip;</em> 34 <em>Loading&hellip;</em>
35 </section> 35 </section>
36 36
37 <div id="daemon-plugin-container"></div> 37 <div id="daemon-plugin-container"></div>
38 <div id="host-plugin-container"></div> 38 <div id="host-plugin-container"></div>
39 39
40 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> 40 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
41 41
42 <div class="dialog-screen"
43 data-ui-mode="home.host home.client home.history home.confirm-host-de lete home.host-setup home.token-refresh-failed home.manage-pairings home.host-se tup home.host-install"
44 hidden></div>
45
46 <div id="scroller"> 42 <div id="scroller">
47 <div class="inset home-screen full-height" 43 <div class="inset home-screen full-height"
48 data-ui-mode="home" 44 data-ui-mode="home"
49 hidden> 45 hidden>
50 46
51 <meta-include src="webapp/html/ui_header.html"/> 47 <meta-include src="webapp/html/ui_header.html"/>
52 <meta-include src="webapp/html/butterbar.html"/> 48 <meta-include src="webapp/html/butterbar.html"/>
53 <meta-include src="webapp/html/ui_it2me.html"/> 49 <meta-include src="webapp/html/ui_it2me.html"/>
54 <meta-include src="webapp/html/ui_me2me.html"/> 50 <meta-include src="webapp/html/ui_me2me.html"/>
55 51
56 <!-- The bottom-marker div is used to verify scroll-bar correctness 52 <!-- The bottom-marker div is used to verify scroll-bar correctness
57 in browser tests; it is not rendered. --> 53 in browser tests; it is not rendered. -->
58 <div id="bottom-marker"></div> 54 <div id="bottom-marker"></div>
59 55
60 </div> <!-- inset --> 56 </div> <!-- inset -->
61 57
62 <meta-include src="webapp/html/dialog_auth.html"/>
63
64 <div class="dialog-container"
65 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-p airings"
66 hidden>
67
68 <meta-include src="webapp/html/dialog_token_refresh_failed.html"/>
69 <meta-include src="webapp/html/dialog_host_setup.html"/>
70 <meta-include src="webapp/html/dialog_host_install.html"/>
71 <meta-include src="webapp/html/dialog_host.html"/>
72
73 <div id="client-dialog"
74 class="kd-modaldialog"
75 data-ui-mode="home.client">
76
77 <meta-include src="webapp/html/dialog_client_unconnected.html"/>
78 <meta-include src="webapp/html/dialog_client_connecting.html"/>
79 <meta-include src="webapp/html/dialog_client_host_needs_upgrade.html "/>
80 <meta-include src="webapp/html/dialog_client_pin_prompt.html"/>
81 <meta-include src="webapp/html/dialog_client_third_party_auth.html"/ >
82 <meta-include src="webapp/html/dialog_client_connect_failed.html"/>
83 <meta-include src="webapp/html/dialog_client_session_finished.html"/ >
84 </div>
85
86 <meta-include src="webapp/html/dialog_connection_history.html"/>
87 <meta-include src="webapp/html/dialog_confirm_host_delete.html"/>
88 <meta-include src="webapp/html/dialog_manage_pairings.html"/>
89
90 </div> <!-- dialog-container -->
91
92 <div id="session-mode" 58 <div id="session-mode"
93 data-ui-mode="in-session home.client" 59 data-ui-mode="in-session home.client"
94 class="full-height" 60 class="full-height"
95 hidden> 61 hidden>
96 62
97 <meta-include src="webapp/html/toolbar.html"/> 63 <meta-include src="webapp/html/toolbar.html"/>
98 <meta-include src="webapp/html/client_plugin.html"/> 64 <meta-include src="webapp/html/client_plugin.html"/>
99 65
100 </div> <!-- session-mode --> 66 </div> <!-- session-mode -->
101 67
102 <div id="statistics" dir="ltr" class="selectable" hidden> 68 <div id="statistics" dir="ltr" class="selectable" hidden>
103 </div> 69 </div>
104 70
105 </div> <!-- scroller --> 71 </div> <!-- scroller -->
106 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-de lete home.host-setup home.token-refresh-failed home.manage-pairings home.host-se tup 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-de lete home.host-install home.host-setup home.token-refresh-failed home.manage-pai rings"
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 --> 107 </div> <!-- window-body -->
108 108
109 </body> 109 </body>
110 </html> 110 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698