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="../shared/css/button.css"> | 6 <link rel="stylesheet" href="../shared/css/button.css"> |
7 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> | 7 <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> |
8 <link rel="stylesheet" href="../shared/css/overlay.css"> | 8 <link rel="stylesheet" href="../shared/css/overlay.css"> |
9 <link rel="stylesheet" href="../uber/uber_shared.css"> | 9 <link rel="stylesheet" href="../uber/uber_shared.css"> |
10 <link rel="stylesheet" href="help.css"> | 10 <link rel="stylesheet" href="help.css"> |
(...skipping 13 matching lines...) Expand all Loading... |
24 <header> | 24 <header> |
25 <h1 i18n-content="aboutTitle"></h1> | 25 <h1 i18n-content="aboutTitle"></h1> |
26 </header> | 26 </header> |
27 <div id="about-container"> | 27 <div id="about-container"> |
28 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> | 28 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> |
29 <div id="product-description"> | 29 <div id="product-description"> |
30 <h2 i18n-content="aboutProductTitle"></h2> | 30 <h2 i18n-content="aboutProductTitle"></h2> |
31 <span i18n-content="aboutProductDescription"></span> | 31 <span i18n-content="aboutProductDescription"></span> |
32 </div> | 32 </div> |
33 </div> | 33 </div> |
34 <if expr="pp_ifdef('_google_chrome')"> | |
35 <div id="help-container"> | 34 <div id="help-container"> |
36 <button id="get-help" i18n-content="getHelpWithChrome"></button> | 35 <button id="get-help" i18n-content="getHelpWithChrome"></button> |
37 <button id="report-issue" i18n-content="reportAnIssue"></button> | 36 <button id="report-issue" i18n-content="reportAnIssue"></button> |
38 </div> | 37 </div> |
39 </if> | |
40 <div id="version-container"> | 38 <div id="version-container"> |
41 <div i18n-content="browserVersion"></div> | 39 <div i18n-content="browserVersion"></div> |
42 <if expr="pp_ifdef('chromeos')"> | 40 <if expr="pp_ifdef('chromeos')"> |
43 <div> | 41 <div> |
44 <span i18n-content="platform"></span> <span id="os-version"></span> | 42 <span i18n-content="platform"></span> <span id="os-version"></span> |
45 </div> | 43 </div> |
46 <div> | 44 <div> |
47 <span i18n-content="firmware"></span> <span id="firmware"></span> | 45 <span i18n-content="firmware"></span> <span id="firmware"></span> |
48 </div> | 46 </div> |
49 <button id="more-info" class="link-button" i18n-content="moreInfoLink"> | 47 <button id="more-info" class="link-button" i18n-content="moreInfoLink"> |
(...skipping 16 matching lines...) Expand all Loading... |
66 <if expr="pp_ifdef('_google_chrome')"> | 64 <if expr="pp_ifdef('_google_chrome')"> |
67 <div id="product-tos"></div> | 65 <div id="product-tos"></div> |
68 </if> | 66 </if> |
69 </div> | 67 </div> |
70 </div> | 68 </div> |
71 </body> | 69 </body> |
72 <script src="chrome://help-frame/strings.js"></script> | 70 <script src="chrome://help-frame/strings.js"></script> |
73 <script src="chrome://resources/js/i18n_template.js"></script> | 71 <script src="chrome://resources/js/i18n_template.js"></script> |
74 <script src="chrome://resources/js/i18n_process.js"></script> | 72 <script src="chrome://resources/js/i18n_process.js"></script> |
75 </html> | 73 </html> |
OLD | NEW |