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

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: Reviewer comments. 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
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 <p class="infographic-description" 133 <p class="infographic-description"
134 i18n-content="ME2ME_FIRST_RUN"></p> 134 i18n-content="ME2ME_FIRST_RUN"></p>
135 <button id="get-started-me2me" i18n-content="GET_STARTED"></button> 135 <button id="get-started-me2me" i18n-content="GET_STARTED"></button>
136 </div> 136 </div>
137 <div class="infographic"> 137 <div class="infographic">
138 <img src="infographic_my_computers.png"> 138 <img src="infographic_my_computers.png">
139 </div> 139 </div>
140 </div> 140 </div>
141 <div id="me2me-content"> 141 <div id="me2me-content">
142 <div id="host-list" hidden></div> 142 <div id="host-list" hidden></div>
143 <div id="host-list-empty"
144 i18n-content="HOST_LIST_EMPTY"
145 i18n-value-1="<b>"
146 i18n-value-name-2="HOME_DAEMON_START_BUTTON"
147 i18n-value-3="</b>" hidden></div>
143 <div id="host-list-error" class="box" hidden> 148 <div id="host-list-error" class="box" hidden>
144 <div id="host-list-error-message" class="error-state"></div> 149 <div id="host-list-error-message" class="error-state"></div>
145 <div class="box-spacer"></div> 150 <div class="box-spacer"></div>
146 <button type="button" 151 <button type="button"
147 id="host-list-refresh-failed-button"></button> 152 id="host-list-refresh-failed-button"></button>
148 </div> 153 </div>
149 <div id="daemon-control" data-daemon-state="enabled disabled" hidden> 154 <div id="daemon-control" data-daemon-state="enabled disabled" hidden>
150 <div class="section-row no-non-local-hosts" 155 <div class="section-row no-non-local-hosts"
151 data-daemon-state="disabled"> 156 data-daemon-state="disabled">
152 <img src="icon_host.png" class="host-list-main-icon"> 157 <img src="icon_host.png" class="host-list-main-icon">
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 <div class="arrow-down"></div> 610 <div class="arrow-down"></div>
606 </div> 611 </div>
607 </div> <!-- session-toolbar --> 612 </div> <!-- session-toolbar -->
608 </div> <!-- session-mode --> 613 </div> <!-- session-mode -->
609 614
610 <div id="statistics" dir="ltr" class="selectable" hidden> 615 <div id="statistics" dir="ltr" class="selectable" hidden>
611 </div> <!-- statistics --> 616 </div> <!-- statistics -->
612 617
613 </body> 618 </body>
614 </html> 619 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698