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="../uber/uber_shared.css"> | 8 <link rel="stylesheet" href="../uber/uber_shared.css"> |
9 <link rel="stylesheet" href="help.css"> | 9 <link rel="stylesheet" href="help.css"> |
10 <script src="chrome://resources/js/cr.js"></script> | 10 <script src="chrome://resources/js/cr.js"></script> |
11 <script src="chrome://resources/js/local_strings.js"></script> | 11 <script src="chrome://resources/js/local_strings.js"></script> |
12 <script src="chrome://resources/js/util.js"></script> | 12 <script src="chrome://resources/js/util.js"></script> |
13 <script src="chrome://help-frame/help.js"></script> | 13 <script src="chrome://help-frame/help.js"></script> |
14 </head> | 14 </head> |
15 <body class="uber-frame"> | 15 <body class="uber-frame" |
| 16 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
16 <div class="page"> | 17 <div class="page"> |
17 <header> | 18 <header> |
18 <h1 i18n-content="helpTitle"></h1> | 19 <h1 i18n-content="helpTitle"></h1> |
19 </header> | 20 </header> |
20 <div id="about-container"> | 21 <div id="about-container"> |
21 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> | 22 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> |
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> |
(...skipping 22 matching lines...) Expand all Loading... |
48 <if expr="pp_ifdef('_google_chrome')"> | 49 <if expr="pp_ifdef('_google_chrome')"> |
49 <div id="product-tos"></div> | 50 <div id="product-tos"></div> |
50 </if> | 51 </if> |
51 </div> | 52 </div> |
52 </div> | 53 </div> |
53 </body> | 54 </body> |
54 <script src="chrome://help-frame/strings.js"></script> | 55 <script src="chrome://help-frame/strings.js"></script> |
55 <script src="chrome://resources/js/i18n_template.js"></script> | 56 <script src="chrome://resources/js/i18n_template.js"></script> |
56 <script src="chrome://resources/js/i18n_process.js"></script> | 57 <script src="chrome://resources/js/i18n_process.js"></script> |
57 </html> | 58 </html> |
OLD | NEW |