OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html id="t" i18n-values="dir:textdirection;lang:language"> | 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 <if expr="chromeos"> | 6 <if expr="chromeos"> |
7 <link rel="import" href="chrome://settings-frame/options_polymer.html"> | 7 <link rel="import" href="chrome://settings-frame/options_polymer.html"> |
8 </if> | 8 </if> |
9 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> |
10 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css"> |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 <if expr="chromeos"> | 56 <if expr="chromeos"> |
57 <link rel="stylesheet" href="chromeos/third_party_ime_confirm_overlay.css"> | 57 <link rel="stylesheet" href="chromeos/third_party_ime_confirm_overlay.css"> |
58 <link rel="stylesheet" href="chromeos/accounts_options_page.css"> | 58 <link rel="stylesheet" href="chromeos/accounts_options_page.css"> |
59 <link rel="stylesheet" href="chromeos/arc_opt_out_confirm_overlay.css"> | 59 <link rel="stylesheet" href="chromeos/arc_opt_out_confirm_overlay.css"> |
60 <link rel="stylesheet" href="chromeos/bluetooth.css"> | 60 <link rel="stylesheet" href="chromeos/bluetooth.css"> |
61 <link rel="stylesheet" href="chromeos/change_picture_options.css"> | 61 <link rel="stylesheet" href="chromeos/change_picture_options.css"> |
62 <link rel="stylesheet" href="chromeos/display_options.css"> | 62 <link rel="stylesheet" href="chromeos/display_options.css"> |
63 <link rel="stylesheet" href="chromeos/display_overscan.css"> | 63 <link rel="stylesheet" href="chromeos/display_overscan.css"> |
64 <link rel="stylesheet" href="chromeos/internet_detail.css"> | 64 <link rel="stylesheet" href="chromeos/internet_detail.css"> |
65 <link rel="stylesheet" href="chromeos/keyboard_overlay.css"> | 65 <link rel="stylesheet" href="chromeos/keyboard_overlay.css"> |
66 <link rel="stylesheet" href="chromeos/note_overlay.css"> | 66 <link rel="stylesheet" href="chromeos/stylus_overlay.css"> |
67 <link rel="stylesheet" href="chromeos/pointer_overlay.css"> | 67 <link rel="stylesheet" href="chromeos/pointer_overlay.css"> |
68 <link rel="stylesheet" href="chromeos/quick_unlock_configure_overlay.css"> | 68 <link rel="stylesheet" href="chromeos/quick_unlock_configure_overlay.css"> |
69 <link rel="stylesheet" href="chromeos/storage_clear_drive_cache_overlay.css"> | 69 <link rel="stylesheet" href="chromeos/storage_clear_drive_cache_overlay.css"> |
70 <link rel="stylesheet" href="chromeos/storage_manager.css"> | 70 <link rel="stylesheet" href="chromeos/storage_manager.css"> |
71 <link rel="stylesheet" href="factory_reset_overlay.css"> | 71 <link rel="stylesheet" href="factory_reset_overlay.css"> |
72 <link rel="stylesheet" href="../help/channel_change_page.css"> | 72 <link rel="stylesheet" href="../help/channel_change_page.css"> |
73 </if> | 73 </if> |
74 <if expr="use_nss_certs"> | 74 <if expr="use_nss_certs"> |
75 <link rel="stylesheet" href="certificate_manager.css"> | 75 <link rel="stylesheet" href="certificate_manager.css"> |
76 <link rel="stylesheet" href="certificate_tree.css"> | 76 <link rel="stylesheet" href="certificate_tree.css"> |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 <include src="../help/help_page.html"> | 134 <include src="../help/help_page.html"> |
135 <include src="sync_setup_overlay.html"> | 135 <include src="sync_setup_overlay.html"> |
136 <if expr="chromeos"> | 136 <if expr="chromeos"> |
137 <include src="chromeos/accounts_options.html"> | 137 <include src="chromeos/accounts_options.html"> |
138 <include src="chromeos/arc_opt_out_confirm_overlay.html"> | 138 <include src="chromeos/arc_opt_out_confirm_overlay.html"> |
139 <include src="chromeos/bluetooth_add_device_overlay.html"> | 139 <include src="chromeos/bluetooth_add_device_overlay.html"> |
140 <include src="chromeos/bluetooth_pair_device_overlay.html"> | 140 <include src="chromeos/bluetooth_pair_device_overlay.html"> |
141 <include src="chromeos/change_picture_options.html"> | 141 <include src="chromeos/change_picture_options.html"> |
142 <include src="chromeos/display_options.html"> | 142 <include src="chromeos/display_options.html"> |
143 <include src="chromeos/keyboard_overlay.html"> | 143 <include src="chromeos/keyboard_overlay.html"> |
144 <include src="chromeos/note_overlay.html"> | 144 <include src="chromeos/stylus_overlay.html"> |
145 <include src="chromeos/pointer_overlay.html"> | 145 <include src="chromeos/pointer_overlay.html"> |
146 <include src="chromeos/power_overlay.html"> | 146 <include src="chromeos/power_overlay.html"> |
147 <include src="chromeos/quick_unlock_configure_overlay.html"> | 147 <include src="chromeos/quick_unlock_configure_overlay.html"> |
148 <include src="chromeos/storage_manager.html"> | 148 <include src="chromeos/storage_manager.html"> |
149 <include src="factory_reset_overlay.html"> | 149 <include src="factory_reset_overlay.html"> |
150 </if> | 150 </if> |
151 <if expr="use_nss_certs"> | 151 <if expr="use_nss_certs"> |
152 <include src="certificate_manager.html"> | 152 <include src="certificate_manager.html"> |
153 </if> | 153 </if> |
154 </div> | 154 </div> |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 <include src="search_page.html"> | 210 <include src="search_page.html"> |
211 <include src="browser_options.html"> | 211 <include src="browser_options.html"> |
212 </div> | 212 </div> |
213 </div> | 213 </div> |
214 </div> | 214 </div> |
215 </div> | 215 </div> |
216 | 216 |
217 <script src="chrome://resources/js/i18n_template.js"></script> | 217 <script src="chrome://resources/js/i18n_template.js"></script> |
218 </body> | 218 </body> |
219 </html> | 219 </html> |
OLD | NEW |