OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html id="t" i18n-values="dir:textdirection"> | 2 <html id="t" i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title i18n-content="optionsPageTitle"></title> | 5 <title i18n-content="optionsPageTitle"></title> |
6 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> |
7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css"> |
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/controlled_indicator.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/controlled_indicator.css"> |
10 <link rel="stylesheet" href="chrome://resources/css/list.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/list.css"> |
11 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 <include src="search_page.html"> | 206 <include src="search_page.html"> |
207 <include src="browser_options.html"> | 207 <include src="browser_options.html"> |
208 </div> | 208 </div> |
209 </div> | 209 </div> |
210 </div> | 210 </div> |
211 </div> | 211 </div> |
212 | 212 |
213 <script src="chrome://resources/js/i18n_template2.js"></script> | 213 <script src="chrome://resources/js/i18n_template2.js"></script> |
214 </body> | 214 </body> |
215 </html> | 215 </html> |
OLD | NEW |