OLD | NEW |
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 <if expr="pp_ifdef('chromeos')"> | 9 <if expr="pp_ifdef('chromeos')"> |
10 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> |
(...skipping 27 matching lines...) Expand all Loading... |
38 </header> | 38 </header> |
39 <div id="about-container"> | 39 <div id="about-container"> |
40 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> | 40 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> |
41 <div id="product-description"> | 41 <div id="product-description"> |
42 <h2 i18n-content="aboutProductTitle"></h2> | 42 <h2 i18n-content="aboutProductTitle"></h2> |
43 <span i18n-content="aboutProductDescription"></span> | 43 <span i18n-content="aboutProductDescription"></span> |
44 </div> | 44 </div> |
45 </div> | 45 </div> |
46 <div id="help-container"> | 46 <div id="help-container"> |
47 <button id="get-help" i18n-content="getHelpWithChrome"></button> | 47 <button id="get-help" i18n-content="getHelpWithChrome"></button> |
| 48 <if expr="pp_ifdef('_google_chrome')"> |
48 <button id="report-issue" i18n-content="reportAnIssue"></button> | 49 <button id="report-issue" i18n-content="reportAnIssue"></button> |
| 50 </if> |
49 </div> | 51 </div> |
50 <div id="version-container"> | 52 <div id="version-container"> |
51 <div i18n-content="browserVersion" dir="ltr"></div> | 53 <div i18n-content="browserVersion" dir="ltr"></div> |
52 <if expr="pp_ifdef('chromeos')"> | 54 <if expr="pp_ifdef('chromeos')"> |
53 <div> | 55 <div> |
54 <span i18n-content="platform"></span> <span id="os-version"></span> | 56 <span i18n-content="platform"></span> <span id="os-version"></span> |
55 </div> | 57 </div> |
56 <div> | 58 <div> |
57 <span i18n-content="firmware"></span> <span id="firmware"></span> | 59 <span i18n-content="firmware"></span> <span id="firmware"></span> |
58 </div> | 60 </div> |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 </if> | 137 </if> |
136 <if expr="pp_ifdef('_google_chrome')"> | 138 <if expr="pp_ifdef('_google_chrome')"> |
137 <div id="product-tos"></div> | 139 <div id="product-tos"></div> |
138 </if> | 140 </if> |
139 </div> | 141 </div> |
140 </div> | 142 </div> |
141 </body> | 143 </body> |
142 <script src="chrome://help-frame/strings.js"></script> | 144 <script src="chrome://help-frame/strings.js"></script> |
143 <script src="chrome://resources/js/i18n_template2.js"></script> | 145 <script src="chrome://resources/js/i18n_template2.js"></script> |
144 </html> | 146 </html> |
OLD | NEW |