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

Side by Side Diff: remoting/webapp/crd/html/ui_me2me.html

Issue 978863002: Better UI when the machine is shared under a different account (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback Created 5 years, 9 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 | « remoting/webapp/base/html/main.css ('k') | remoting/webapp/crd/js/local_host_section.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 <!-- 1 <!--
2 Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <section id="host-list-div" class="host-list-container"> 6 <section id="host-list-div" class="host-list-container">
7 7
8 <div id="me2me-first-run"> 8 <div id="me2me-first-run">
9 <h2 i18n-content="MODE_ME2ME"></h2> 9 <h2 i18n-content="MODE_ME2ME"></h2>
10 <div> 10 <div>
(...skipping 27 matching lines...) Expand all
38 <div id="host-list-error-message" class="error-state"></div> 38 <div id="host-list-error-message" class="error-state"></div>
39 <div class="box-spacer"></div> 39 <div class="box-spacer"></div>
40 <button type="button" 40 <button type="button"
41 id="host-list-refresh-failed-button"></button> 41 id="host-list-refresh-failed-button"></button>
42 </div> 42 </div>
43 43
44 <div id="host-list-empty" 44 <div id="host-list-empty"
45 class="host-list-empty-instructions" hidden> 45 class="host-list-empty-instructions" hidden>
46 </div> 46 </div>
47 47
48 <div class="daemon-control" data-daemon-state="enabled disabled" hidden> 48 <div class="daemon-control"
49 <div class="section-row no-non-local-hosts" 49 data-daemon-state="enabled disabled enabled-other-account" hidden>
50 <div class="section-row daemon-disabled"
50 data-daemon-state="disabled"> 51 data-daemon-state="disabled">
51 <img src="icon_host.webp" class="host-list-main-icon"> 52 <img src="icon_host.webp" class="host-list-main-icon">
52 <div class="box-spacer host-list-label" 53 <div class="box-spacer"
53 id="start-daemon-message" 54 class="no-daemon-message"
54 i18n-content="HOME_DAEMON_START_MESSAGE"></div> 55 i18n-content="HOME_DAEMON_START_MESSAGE"></div>
55 <button type="button" 56 <button type="button"
56 class="start-daemon" 57 class="start-daemon"
57 i18n-content="HOME_DAEMON_START_BUTTON"> 58 i18n-content="HOME_DAEMON_START_BUTTON">
58 </button> 59 </button>
59 </div> <!-- disabled --> 60 </div> <!-- disabled -->
60 <div id="this-host-connect" 61 <div class="section-row host-enabled-other-account"
61 data-daemon-state="enabled"> 62 data-daemon-state="enabled-other-account">
62 <div class='host-entry'></div> 63 <img src="icon_host.webp" class="host-list-main-icon">
64 <div class="box-spacer"
65 i18n-content="HOME_DAEMON_HOST_ENABLED_OTHER_ACCOUNT"></div>
63 <button type="button" 66 <button type="button"
64 class="stop-daemon" 67 class="stop-daemon"
65 i18n-content="HOME_DAEMON_STOP_BUTTON"> 68 i18n-content="HOME_DAEMON_STOP_BUTTON">
66 </button> 69 </button>
70 </div> <!-- enabled-other-account -->
71 <div id="this-host-connect"
72 data-daemon-state="enabled">
73 <div class="host-entry"></div>
74 <button type="button"
75 class="stop-local-daemon"
76 i18n-content="HOME_DAEMON_STOP_BUTTON">
77 </button>
67 </div> <!-- this-host-connect --> 78 </div> <!-- this-host-connect -->
68 <div data-daemon-state="enabled"> 79 <div data-daemon-state="enabled">
69 <div> 80 <div>
70 <span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span> 81 <span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span>
71 <a class="change-daemon-pin" 82 <a class="change-daemon-pin"
72 href="#" 83 href="#"
73 i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a> 84 i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a>
74 </div> 85 </div>
75 <div id="paired-client-manager-message" hidden> 86 <div id="paired-client-manager-message" hidden>
76 <span i18n-content="HOME_DAEMON_PAIRED_MESSAGE"></span> 87 <span i18n-content="HOME_DAEMON_PAIRED_MESSAGE"></span>
77 <a href="#" 88 <a href="#"
78 id="open-paired-client-manager-dialog" 89 id="open-paired-client-manager-dialog"
79 i18n-content="HOME_DAEMON_MANAGE_PAIRINGS"></a> 90 i18n-content="HOME_DAEMON_MANAGE_PAIRINGS"></a>
80 </div> 91 </div>
81 </div> <!-- enabled --> 92 </div> <!-- enabled -->
82 </div> <!-- daemon-control --> 93 </div> <!-- daemon-control -->
83 94
84 </div> <!-- me2me-content --> 95 </div> <!-- me2me-content -->
85 96
86 </section> <!-- host-list-div --> 97 </section> <!-- host-list-div -->
OLDNEW
« no previous file with comments | « remoting/webapp/base/html/main.css ('k') | remoting/webapp/crd/js/local_host_section.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698