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

Side by Side Diff: chrome/browser/resources/help/help.html

Issue 10692069: HiDPI assets for product_logo_16 / _32 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add todo 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 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="helpTitle"></title> 5 <title i18n-content="helpTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="../uber/uber_shared.css"> 7 <link rel="stylesheet" href="../uber/uber_shared.css">
8 <link rel="stylesheet" href="help.css"> 8 <link rel="stylesheet" href="help.css">
9 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://resources/js/load_time_data.js"></script> 10 <script src="chrome://resources/js/load_time_data.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://help-frame/help.js"></script> 12 <script src="chrome://help-frame/help.js"></script>
13 </head> 13 </head>
14 <body class="uber-frame" 14 <body class="uber-frame"
15 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 15 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
16 <div class="page"> 16 <div class="page">
17 <header> 17 <header>
18 <h1 i18n-content="aboutTitle"></h1> 18 <h1 i18n-content="aboutTitle"></h1>
19 </header> 19 </header>
20 <div id="about-container"> 20 <div id="about-container">
21 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> 21 <!-- TODO: Revert back to src= once http://crbug.com/135179 is fixed -->
22 <img id="help-product-logo">
22 <div id="product-description"> 23 <div id="product-description">
23 <h2 i18n-content="aboutProductTitle"></h2> 24 <h2 i18n-content="aboutProductTitle"></h2>
24 <span i18n-content="aboutProductDescription"></span> 25 <span i18n-content="aboutProductDescription"></span>
25 </div> 26 </div>
26 </div> 27 </div>
27 <div id="help-container"> 28 <div id="help-container">
28 <button id="get-help" i18n-content="getHelpWithChrome"></button> 29 <button id="get-help" i18n-content="getHelpWithChrome"></button>
29 <button id="report-issue" i18n-content="reportAnIssue"></button> 30 <button id="report-issue" i18n-content="reportAnIssue"></button>
30 </div> 31 </div>
31 <div id="version-container"> 32 <div id="version-container">
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 </if> 102 </if>
102 <if expr="pp_ifdef('_google_chrome')"> 103 <if expr="pp_ifdef('_google_chrome')">
103 <div id="product-tos"></div> 104 <div id="product-tos"></div>
104 </if> 105 </if>
105 </div> 106 </div>
106 </div> 107 </div>
107 </body> 108 </body>
108 <script src="chrome://help-frame/strings.js"></script> 109 <script src="chrome://help-frame/strings.js"></script>
109 <script src="chrome://resources/js/i18n_template2.js"></script> 110 <script src="chrome://resources/js/i18n_template2.js"></script>
110 </html> 111 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help.css ('k') | chrome/browser/tab_contents/spelling_bubble_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698