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_shared2.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared2.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/local_strings.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"> |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 <if expr="pp_ifdef('chromeos')"> | 90 <if expr="pp_ifdef('chromeos')"> |
91 <div id="product-os-license"></div> | 91 <div id="product-os-license"></div> |
92 </if> | 92 </if> |
93 <if expr="pp_ifdef('_google_chrome')"> | 93 <if expr="pp_ifdef('_google_chrome')"> |
94 <div id="product-tos"></div> | 94 <div id="product-tos"></div> |
95 </if> | 95 </if> |
96 </div> | 96 </div> |
97 </div> | 97 </div> |
98 </body> | 98 </body> |
99 <script src="chrome://help-frame/strings.js"></script> | 99 <script src="chrome://help-frame/strings.js"></script> |
100 <script src="chrome://resources/js/i18n_template.js"></script> | 100 <script src="chrome://resources/js/i18n_template2.js"></script> |
101 <script src="chrome://resources/js/i18n_process.js"></script> | |
102 </html> | 101 </html> |
OLD | NEW |