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

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

Issue 10274022: Added extra text to 'host started' dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed tab. Created 8 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> 8 <html>
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 </button> 227 </button>
228 </div> 228 </div>
229 </form> 229 </form>
230 <div data-ui-mode="home.host-setup.processing" 230 <div data-ui-mode="home.host-setup.processing"
231 class="waiting-container" 231 class="waiting-container"
232 hidden> 232 hidden>
233 <span class="waiting" id="host-setup-processing-message"></span> 233 <span class="waiting" id="host-setup-processing-message"></span>
234 </div> 234 </div>
235 <div data-ui-mode="home.host-setup.done" hidden> 235 <div data-ui-mode="home.host-setup.done" hidden>
236 <div id="host-setup-done-message" class="message"></div> 236 <div id="host-setup-done-message" class="message"></div>
237 <div class="button-row"> 237 <div id="host-setup-done-message-2" class="message"></div>
238 <div class="button-row">
238 <div class="box-spacer"></div> 239 <div class="box-spacer"></div>
239 <button id="host-config-done-dismiss" i18n-content="OK"></button> 240 <button id="host-config-done-dismiss" i18n-content="OK"></button>
240 </div> 241 </div>
241 </div> 242 </div>
242 <div data-ui-mode="home.host-setup.error" hidden> 243 <div data-ui-mode="home.host-setup.error" hidden>
243 <div id="host-setup-error-message" class="error-state"></div> 244 <div id="host-setup-error-message" class="error-state"></div>
244 <div class="button-row"> 245 <div class="button-row">
245 <div class="box-spacer"></div> 246 <div class="box-spacer"></div>
246 <button id="host-config-error-dismiss" i18n-content="OK"></button> 247 <button id="host-config-error-dismiss" i18n-content="OK"></button>
247 </div> 248 </div>
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 <div class="arrow-down"></div> 539 <div class="arrow-down"></div>
539 </div> 540 </div>
540 </div> <!-- session-toolbar --> 541 </div> <!-- session-toolbar -->
541 </div> <!-- session-mode --> 542 </div> <!-- session-mode -->
542 543
543 <div id="statistics" dir="ltr" class="selectable" hidden> 544 <div id="statistics" dir="ltr" class="selectable" hidden>
544 </div> <!-- statistics --> 545 </div> <!-- statistics -->
545 546
546 </body> 547 </body>
547 </html> 548 </html>
OLDNEW
« remoting/webapp/host_setup_dialog.js ('K') | « remoting/webapp/host_setup_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698