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 <include src="../content_security_policy.html"/> | |
6 <!-- 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 |
7 on load (for the most common case). --> | 6 on load (for the most common case). --> |
8 <title i18n-content="browserPageTabTitle"></title> | 7 <title i18n-content="browserPageTabTitle"></title> |
9 | 8 |
10 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | 9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
11 <link rel="stylesheet" href="chrome://resources/css/button.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/button.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
13 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
14 <link rel="stylesheet" href="chrome://resources/css/select.css"> | 13 <link rel="stylesheet" href="chrome://resources/css/select.css"> |
15 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 14 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 </div> | 179 </div> |
181 </div> | 180 </div> |
182 </div> | 181 </div> |
183 </div> | 182 </div> |
184 </div> | 183 </div> |
185 <script src="chrome://settings/strings.js"></script> | 184 <script src="chrome://settings/strings.js"></script> |
186 <script src="chrome://resources/js/i18n_template.js"></script> | 185 <script src="chrome://resources/js/i18n_template.js"></script> |
187 <script src="chrome://resources/js/i18n_process.js"></script> | 186 <script src="chrome://resources/js/i18n_process.js"></script> |
188 </body> | 187 </body> |
189 </html> | 188 </html> |
OLD | NEW |