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

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

Issue 10703034: Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated after UX input. Created 8 years, 5 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
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | 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> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 i18n-content="HOME_DAEMON_STOP_BUTTON"> 175 i18n-content="HOME_DAEMON_STOP_BUTTON">
176 </button> 176 </button>
177 </div> <!-- enabled --> 177 </div> <!-- enabled -->
178 <div data-daemon-state="enabled"> 178 <div data-daemon-state="enabled">
179 <span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span> 179 <span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span>
180 <a id="change-daemon-pin" 180 <a id="change-daemon-pin"
181 href="#" 181 href="#"
182 i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a> 182 i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a>
183 </div> 183 </div>
184 </div> <!-- daemon-control --> 184 </div> <!-- daemon-control -->
185 <div id="host-list-empty" hidden>
186 <div id="host-list-empty-hosting-supported"
187 class="host-list-empty-instructions"
188 i18n-content="HOST_LIST_EMPTY_HOSTING_SUPPORTED"
189 i18n-value-name-1="HOME_DAEMON_START_BUTTON">
190 </div>
191 <div id="host-list-empty-hosting-unsupported"
192 class="host-list-empty-instructions"
193 i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED"
194 i18n-value-name-1="HOME_DAEMON_START_BUTTON">
195 </div>
196 </div>
185 </div> <!-- me2me-content --> 197 </div> <!-- me2me-content -->
186 </section> <!-- host-list-div --> 198 </section> <!-- host-list-div -->
187 </div> <!-- home --> 199 </div> <!-- home -->
188 200
189 <div id="dialog-screen" 201 <div id="dialog-screen"
190 data-ui-mode="home.host home.client home.auth home.history home.confirm -host-delete home.host-setup home.token-refresh-failed" 202 data-ui-mode="home.host home.client home.auth home.history home.confirm -host-delete home.host-setup home.token-refresh-failed"
191 hidden></div> 203 hidden></div>
192 204
193 <div id="dialog-container" 205 <div id="dialog-container"
194 data-ui-mode="home.host home.client home.auth home.history home.confirm -host-delete home.host-setup home.token-refresh-failed" 206 data-ui-mode="home.host home.client home.auth home.history home.confirm -host-delete home.host-setup home.token-refresh-failed"
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 <div class="arrow-down"></div> 620 <div class="arrow-down"></div>
609 </div> 621 </div>
610 </div> <!-- session-toolbar --> 622 </div> <!-- session-toolbar -->
611 </div> <!-- session-mode --> 623 </div> <!-- session-mode -->
612 624
613 <div id="statistics" dir="ltr" class="selectable" hidden> 625 <div id="statistics" dir="ltr" class="selectable" hidden>
614 </div> <!-- statistics --> 626 </div> <!-- statistics -->
615 627
616 </body> 628 </body>
617 </html> 629 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698