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

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

Issue 874683002: Fix host installation on i686 Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/resources/remoting_strings.grd ('k') | remoting/webapp/crd/js/crd_main.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> 6 <section>
7 7
8 <h2 i18n-content="MODE_IT2ME"></h2> 8 <h2 i18n-content="MODE_IT2ME"></h2>
9 9
10 <div id="it2me-first-run"> 10 <div id="it2me-first-run">
(...skipping 10 matching lines...) Expand all
21 </div> 21 </div>
22 22
23 <div id="it2me-content"> 23 <div id="it2me-content">
24 <p id="webapp-description" 24 <p id="webapp-description"
25 i18n-content="DESCRIPTION_HOME" 25 i18n-content="DESCRIPTION_HOME"
26 i18n-value-1="<a href='https://chrome.google.com/remotedesktop' target='_ blank'>chrome.google.com/remotedesktop</a>"></p> 26 i18n-value-1="<a href='https://chrome.google.com/remotedesktop' target='_ blank'>chrome.google.com/remotedesktop</a>"></p>
27 <div> 27 <div>
28 <div class="section-row"> 28 <div class="section-row">
29 <div class="box-spacer"> 29 <div class="box-spacer">
30 <div i18n-content="HOME_SHARE_DESCRIPTION"></div> 30 <div i18n-content="HOME_SHARE_DESCRIPTION"></div>
31 <div id="chrome-os-no-share" 31 <div id="unsupported-platform-message"
32 i18n-content="HOME_SHARE_DESCRIPTION_CHROME_OS" 32 i18n-content="HOME_SHARE_DESCRIPTION_UNSUPPORTED"
33 class="small-print"></div> 33 class="small-print"></div>
34 </div> 34 </div>
35 <div> 35 <div>
36 <button id="share-button" 36 <button id="share-button"
37 i18n-content="HOME_SHARE_BUTTON" 37 i18n-content="HOME_SHARE_BUTTON"
38 class="kd-button-share" 38 class="kd-button-share"
39 type="button"> 39 type="button">
40 </button> 40 </button>
41 </div> 41 </div>
42 </div> 42 </div>
43 </div> 43 </div>
44 <div class="section-row"> 44 <div class="section-row">
45 <div i18n-content="HOME_ACCESS_DESCRIPTION" 45 <div i18n-content="HOME_ACCESS_DESCRIPTION"
46 class="box-spacer"></div> 46 class="box-spacer"></div>
47 <div> 47 <div>
48 <button id="access-mode-button" 48 <button id="access-mode-button"
49 i18n-content="HOME_ACCESS_BUTTON" 49 i18n-content="HOME_ACCESS_BUTTON"
50 type="button"> 50 type="button">
51 </button> 51 </button>
52 </div> 52 </div>
53 </div> 53 </div>
54 </div> <!-- it2me-content --> 54 </div> <!-- it2me-content -->
55 55
56 </section> <!-- Remote Assistance --> 56 </section> <!-- Remote Assistance -->
OLDNEW
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/crd/js/crd_main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698