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

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

Issue 15017006: Move test for enabling/disabling It2Me Share button (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 7 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
« no previous file with comments | « remoting/webapp/host_controller.js ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 <body> 58 <body>
59 59
60 <!-- loading-mode is initially visible, but becomes hidden as soon as an 60 <!-- loading-mode is initially visible, but becomes hidden as soon as an
61 AppMode is selected by remoting.init. All other divs are initially 61 AppMode is selected by remoting.init. All other divs are initially
62 hidden, but are shown appropriately when the mode changes. --> 62 hidden, but are shown appropriately when the mode changes. -->
63 <section id="loading-mode" data-ui-mode=""> 63 <section id="loading-mode" data-ui-mode="">
64 <em>Loading&hellip;</em> 64 <em>Loading&hellip;</em>
65 </section> <!-- loading-mode --> 65 </section> <!-- loading-mode -->
66 66
67 <div id="daemon-plugin-container"></div> 67 <div id="daemon-plugin-container"></div>
68 <div id="host-plugin-container"></div>
68 69
69 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> 70 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
70 71
71 <header data-ui-mode="home" hidden> 72 <header data-ui-mode="home" hidden>
72 <div> 73 <div>
73 <img src="chromoting48.webp"> 74 <img src="chromoting48.webp">
74 <h1 class="icon-label" i18n-content="PRODUCT_NAME"></h1> 75 <h1 class="icon-label" i18n-content="PRODUCT_NAME"></h1>
75 </div> 76 </div>
76 <div class="box-spacer"></div> 77 <div class="box-spacer"></div>
77 <div id="top-secondary"> 78 <div id="top-secondary">
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 i18n-content="WARNING_NAT_DISABLED"> 440 i18n-content="WARNING_NAT_DISABLED">
440 </div> <!-- nat-box --> 441 </div> <!-- nat-box -->
441 442
442 <div data-ui-mode="home.host.waiting-for-connection home.host.waiting-fo r-code" 443 <div data-ui-mode="home.host.waiting-for-connection home.host.waiting-fo r-code"
443 class="box space-before"> 444 class="box space-before">
444 <span class="waiting" i18n-content="FOOTER_WAITING"></span> 445 <span class="waiting" i18n-content="FOOTER_WAITING"></span>
445 <div class="box-spacer"></div> 446 <div class="box-spacer"></div>
446 <button id="cancel-share-button" i18n-content="CANCEL"></button> 447 <button id="cancel-share-button" i18n-content="CANCEL"></button>
447 </div> 448 </div>
448 449
449 <div id="host-plugin-container"></div>
450
451 </div> <!-- host dialog --> 450 </div> <!-- host dialog -->
452 451
453 <div id="client-dialog" 452 <div id="client-dialog"
454 class="kd-modaldialog" 453 class="kd-modaldialog"
455 data-ui-mode="home.client"> 454 data-ui-mode="home.client">
456 455
457 <div data-ui-mode="home.client.unconnected"> 456 <div data-ui-mode="home.client.unconnected">
458 <div i18n-content="DESCRIPTION_CONNECT"></div> 457 <div i18n-content="DESCRIPTION_CONNECT"></div>
459 <div id="access-code-entry-row"> 458 <div id="access-code-entry-row">
460 <form id="access-code-form" action=""> 459 <form id="access-code-form" action="">
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 <div class="arrow-down"></div> 710 <div class="arrow-down"></div>
712 </div> 711 </div>
713 </div> <!-- session-toolbar --> 712 </div> <!-- session-toolbar -->
714 </div> <!-- session-mode --> 713 </div> <!-- session-mode -->
715 714
716 <div id="statistics" dir="ltr" class="selectable" hidden> 715 <div id="statistics" dir="ltr" class="selectable" hidden>
717 </div> <!-- statistics --> 716 </div> <!-- statistics -->
718 717
719 </body> 718 </body>
720 </html> 719 </html>
OLDNEW
« no previous file with comments | « remoting/webapp/host_controller.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698