OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="aboutTitle"></title> | 5 <title i18n-content="aboutTitle"></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 <link rel="stylesheet" href="help_content.css"> | 9 <link rel="stylesheet" href="help_content.css"> |
10 <if expr="chromeos"> | 10 <if expr="chromeos"> |
11 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 <div id="page-container"> | 45 <div id="page-container"> |
46 <div id="help-page" class="page"> | 46 <div id="help-page" class="page"> |
47 <include src="help_content.html"> | 47 <include src="help_content.html"> |
48 </div> | 48 </div> |
49 </div> | 49 </div> |
50 </div> | 50 </div> |
51 </body> | 51 </body> |
52 <script src="chrome://help-frame/strings.js"></script> | 52 <script src="chrome://help-frame/strings.js"></script> |
53 <script src="chrome://resources/js/i18n_template2.js"></script> | 53 <script src="chrome://resources/js/i18n_template2.js"></script> |
54 </html> | 54 </html> |
OLD | NEW |