OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html id="t" i18n-values="dir:textdirection"> | 2 <html id="t" i18n-values="dir:textdirection"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <!-- Set the title to that of the default page so that the title doesn't flash | 5 <!-- Set the title to that of the default page so that the title doesn't flash |
6 on load (for the most common case). --> | 6 on load (for the most common case). --> |
7 <title i18n-content="browserPageTabTitle"></title> | 7 <title i18n-content="browserPageTabTitle"></title> |
8 | 8 |
9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
10 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 11 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> |
11 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 13 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
13 <link rel="stylesheet" href="chrome://resources/css/select.css"> | 14 <link rel="stylesheet" href="chrome://resources/css/select.css"> |
14 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | 15 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> |
15 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 16 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
16 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 17 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
17 <link rel="stylesheet" href="options_page.css"> | 18 <link rel="stylesheet" href="options_page.css"> |
18 <link rel="stylesheet" href="advanced_options.css"> | 19 <link rel="stylesheet" href="advanced_options.css"> |
19 <link rel="stylesheet" href="alert_overlay.css"> | 20 <link rel="stylesheet" href="alert_overlay.css"> |
20 <link rel="stylesheet" href="autofill_options.css"> | 21 <link rel="stylesheet" href="autofill_options.css"> |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 </div> | 179 </div> |
179 </div> | 180 </div> |
180 </div> | 181 </div> |
181 </div> | 182 </div> |
182 </div> | 183 </div> |
183 <script src="chrome://settings/strings.js"></script> | 184 <script src="chrome://settings/strings.js"></script> |
184 <script src="chrome://resources/js/i18n_template.js"></script> | 185 <script src="chrome://resources/js/i18n_template.js"></script> |
185 <script src="chrome://resources/js/i18n_process.js"></script> | 186 <script src="chrome://resources/js/i18n_process.js"></script> |
186 </body> | 187 </body> |
187 </html> | 188 </html> |
OLD | NEW |