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

Side by Side Diff: chrome/browser/resources/contextual_search/promo.html

Issue 612823005: [Search] Adjust buttons in the first run experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: two small string changes Created 6 years, 2 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 | « chrome/browser/resources/contextual_search/promo.css ('k') | no next file » | 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 <html> 2 <html>
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2014 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 <head> 6 <head>
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <meta name="viewport" content="width=device-width, user-scalable=no"> 8 <meta name="viewport" content="width=device-width, user-scalable=no">
9 <title>Contextual Search First-Run</title> 9 <title>Contextual Search First-Run</title>
10 <link rel="stylesheet" href="promo.css"> 10 <link rel="stylesheet" href="promo.css">
11 <script src="chrome://contextual-search-promo/config.js"></script> 11 <script src="chrome://contextual-search-promo/config.js"></script>
12 <script src="chrome://contextual-search-promo/promo.js"></script> 12 <script src="chrome://contextual-search-promo/promo.js"></script>
13 </head> 13 </head>
14 <body> 14 <body>
15 <div id="container"> 15 <div id="container">
16 <img id="header-image" src="header.svg"> 16 <img id="header-image" src="header.svg">
17 <p i18n-content="heading" id="heading"></p> 17 <p i18n-content="heading" id="heading"></p>
18 <p id="description"> 18 <p id="description">
19 <span i18n-content="description-1"></span> 19 <span i18n-content="description-1"></span>
20 <a class="colored" href="#learn-more" i18n-content="feature-name"></a> 20 <a class="colored-link" href="#learn-more" i18n-content="feature-name"></a >
21 <span i18n-content="description-2"></span> 21 <span i18n-content="description-2"></span>
22 </p> 22 </p>
23 <div id="button-container"> 23 <div id="button-container">
24 <span class="label"><a href="#optout" i18n-content="optOut"></a></span> 24 <span id="optout-label" class="label"><a href="#optout" i18n-content="optO ut"></a></span>
25 <span id="optin-label" class="label"><a class="colored" href="#optin" i18n -content="optIn"></a></span> 25 <span id="optin-label" class="label"><a href="#optin" i18n-content="optIn" ></a></span>
26 </div> 26 </div>
27 </div> 27 </div>
28 </body> 28 </body>
29 </html> 29 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/contextual_search/promo.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698