[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 1 | <!DOCTYPE HTML> |
| 2 | <html id="t" i18n-values="dir:textdirection"> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
[email protected] | 661d47d | 2012-01-04 19:49:18 | [diff] [blame] | 5 | <title i18n-content="optionsPageTitle"></title> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 6 | |
| 7 | <link rel="icon" href="../../../app/theme/settings_favicon.png"> |
| 8 | <link rel="stylesheet" href="chrome://resources/css/button.css"> |
| 9 | <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> |
| 10 | <link rel="stylesheet" href="chrome://resources/css/list.css"> |
[email protected] | 8461743 | 2012-01-24 22:32:16 | [diff] [blame] | 11 | <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 12 | <link rel="stylesheet" href="chrome://resources/css/select.css"> |
| 13 | <link rel="stylesheet" href="chrome://resources/css/spinner.css"> |
| 14 | <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
| 15 | <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
[email protected] | eb330ec | 2012-01-20 03:31:07 | [diff] [blame] | 16 | <link rel="stylesheet" href="../shared/css/chrome_shared2.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 17 | <link rel="stylesheet" href="options_page.css"> |
| 18 | <link rel="stylesheet" href="advanced_options.css"> |
| 19 | <link rel="stylesheet" href="alert_overlay.css"> |
| 20 | <link rel="stylesheet" href="autofill_options.css"> |
| 21 | <link rel="stylesheet" href="autofill_overlay.css"> |
[email protected] | f11e494 | 2012-01-14 02:28:17 | [diff] [blame] | 22 | <link rel="stylesheet" href="browser_options.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 23 | <link rel="stylesheet" href="clear_browser_data_overlay.css"> |
| 24 | <link rel="stylesheet" href="content_settings.css"> |
| 25 | <link rel="stylesheet" href="cookies_view.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 26 | <link rel="stylesheet" href="font_settings.css"> |
| 27 | <if expr="pp_ifdef('enable_register_protocol_handler')"> |
| 28 | <link rel="stylesheet" href="handler_options.css"> |
| 29 | </if> |
| 30 | <link rel="stylesheet" href="import_data_overlay.css"> |
[email protected] | 5ffb0a4 | 2012-01-27 09:36:11 | [diff] [blame^] | 31 | <if expr="pp_ifdef('enable_web_intents_tag')"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 32 | <link rel="stylesheet" href="intents_view.css"> |
| 33 | </if> |
| 34 | <link rel="stylesheet" href="language_options.css"> |
| 35 | <link rel="stylesheet" href="manage_profile_overlay.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 36 | <link rel="stylesheet" href="password_manager.css"> |
| 37 | <link rel="stylesheet" href="password_manager_list.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 38 | <link rel="stylesheet" href="search_engine_manager.css"> |
| 39 | <link rel="stylesheet" href="search_page.css"> |
| 40 | <link rel="stylesheet" href="subpages_tab_controls.css"> |
[email protected] | ea15a97 | 2012-01-10 02:33:22 | [diff] [blame] | 41 | <link rel="stylesheet" href="startup_overlay.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 42 | <link rel="stylesheet" href="../sync_setup_overlay.css"> |
| 43 | <if expr="pp_ifdef('chromeos')"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 44 | <link rel="stylesheet" href="chromeos/accounts_options_page.css"> |
[email protected] | b4ec139 | 2012-01-14 01:39:34 | [diff] [blame] | 45 | <link rel="stylesheet" herf="chromeos/bluetooth.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 46 | <link rel="stylesheet" href="chromeos/change_picture_options.css"> |
| 47 | <link rel="stylesheet" href="chromeos/internet_options_page.css"> |
[email protected] | 0fd7abe | 2012-01-20 20:18:31 | [diff] [blame] | 48 | <link rel="stylesheet" href="chromeos/pointer_overlay.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 49 | <link rel="stylesheet" href="chromeos/proxy.css"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 50 | </if> |
| 51 | <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')"> |
| 52 | <link rel="stylesheet" href="chromeos/virtual_keyboard.css"> |
| 53 | </if> |
| 54 | |
| 55 | <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> |
| 56 | <link rel="stylesheet" href="certificate_manager.css"> |
| 57 | <link rel="stylesheet" href="certificate_tree.css"> |
| 58 | </if> |
| 59 | |
| 60 | <script src="chrome://resources/css/tree.css.js"></script> |
| 61 | |
| 62 | <script src="chrome://resources/js/cr.js"></script> |
| 63 | <script src="chrome://resources/js/cr/command_line.js"></script> |
| 64 | <script src="chrome://resources/js/cr/event_target.js"></script> |
| 65 | <script src="chrome://resources/js/cr/ui.js"></script> |
| 66 | <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> |
| 67 | <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> |
| 68 | <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script> |
| 69 | <script src="chrome://resources/js/cr/ui/list_single_selection_model.js"></script> |
| 70 | <script src="chrome://resources/js/cr/ui/list_item.js"></script> |
| 71 | <script src="chrome://resources/js/cr/ui/list.js"></script> |
[email protected] | 5f8b0ac | 2012-01-11 21:29:58 | [diff] [blame] | 72 | <script src="chrome://resources/js/cr/ui/autocomplete_list.js"></script> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 73 | <script src="chrome://resources/js/cr/ui/grid.js"></script> |
| 74 | <script src="chrome://resources/js/cr/ui/position_util.js"></script> |
| 75 | <script src="chrome://resources/js/cr/ui/repeating_button.js"></script> |
| 76 | <script src="chrome://resources/js/cr/ui/tree.js"></script> |
| 77 | <script src="chrome://resources/js/local_strings.js"></script> |
| 78 | <script src="chrome://resources/js/util.js"></script> |
| 79 | <script src="chrome://settings-frame/options_bundle.js"></script> |
| 80 | </head> |
[email protected] | a3030d1 | 2012-01-21 03:32:33 | [diff] [blame] | 81 | <body class="uber-frame"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 82 | <div id="overlay" class="overlay transparent" hidden> |
| 83 | <include src="alert_overlay.html"> |
| 84 | <include src="autofill_edit_address_overlay.html"> |
| 85 | <include src="autofill_edit_creditcard_overlay.html"> |
| 86 | <include src="clear_browser_data_overlay.html"> |
[email protected] | c2e45bf3 | 2012-01-10 04:39:53 | [diff] [blame] | 87 | <include src="home_page_overlay.html"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 88 | <include src="import_data_overlay.html"> |
| 89 | <include src="instant_confirm_overlay.html"> |
| 90 | <include src="language_add_language_overlay.html"> |
| 91 | <include src="manage_profile_overlay.html"> |
[email protected] | ea15a97 | 2012-01-10 02:33:22 | [diff] [blame] | 92 | <include src="startup_overlay.html"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 93 | <include src="../sync_setup_overlay.html"> |
| 94 | <if expr="pp_ifdef('chromeos')"> |
[email protected] | fdfcfe32 | 2011-12-22 21:09:00 | [diff] [blame] | 95 | <include src="chromeos/bluetooth_add_device_overlay.html"> |
| 96 | <include src="chromeos/bluetooth_pair_device_overlay.html"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 97 | <include src="chromeos/internet_detail.html"> |
[email protected] | b4ec139 | 2012-01-14 01:39:34 | [diff] [blame] | 98 | <include src="chromeos/keyboard_overlay.html"> |
| 99 | <include src="chromeos/pointer_overlay.html"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 100 | </if> |
| 101 | <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> |
| 102 | <include src="certificate_restore_overlay.html"> |
| 103 | <include src="certificate_backup_overlay.html"> |
| 104 | <include src="certificate_edit_ca_trust_overlay.html"> |
| 105 | <include src="certificate_import_error_overlay.html"> |
| 106 | </if> |
| 107 | </div> |
| 108 | <div id="main-content"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 109 | <div id="mainview"> |
| 110 | <div id="managed-prefs-banner" class="managed-prefs-banner" hidden> |
| 111 | <span id="managed-prefs-icon" class="managed-prefs-icon"></span> |
| 112 | <span id="managed-prefs-text" class="managed-prefs-text"></span> |
| 113 | </div> |
| 114 | <div id="subpage-backdrop" hidden></div> |
| 115 | <div id="mainview-content"> |
| 116 | <div id="page-container"> |
| 117 | <!-- Please keep the main pages in desired order of display. This will |
| 118 | allow search results to display in the desired order. --> |
| 119 | <include src="search_page.html"> |
| 120 | <include src="browser_options.html"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 121 | </div> |
| 122 | <div id="subpage-sheet-container-1" |
| 123 | class="subpage-sheet-container transparent" hidden> |
| 124 | <div id="subpage-sheet-1" class="subpage-sheet"> |
| 125 | <button class="raw-button close-subpage custom-appearance"></button> |
| 126 | <div class="subpage-sheet-contents"> |
[email protected] | fdf1c47 | 2012-01-05 02:10:00 | [diff] [blame] | 127 | <include src="search_engine_manager.html"> |
| 128 | <include src="advanced_options.html"> |
[email protected] | 783eb30 | 2012-01-18 18:13:49 | [diff] [blame] | 129 | <if expr="pp_ifdef('chromeos')"> |
[email protected] | 4549b40 | 2012-01-19 22:29:59 | [diff] [blame] | 130 | <include src="chromeos/accounts_options.html"> |
| 131 | <include src="chromeos/change_picture_options.html"> |
[email protected] | 783eb30 | 2012-01-18 18:13:49 | [diff] [blame] | 132 | <include src="chromeos/internet_options.html"> |
| 133 | </if> |
[email protected] | fdf1c47 | 2012-01-05 02:10:00 | [diff] [blame] | 134 | </div> |
| 135 | </div> |
| 136 | </div> |
| 137 | <div id="subpage-sheet-container-2" |
| 138 | class="subpage-sheet-container transparent" hidden> |
| 139 | <div id="subpage-sheet-2" class="subpage-sheet"> |
| 140 | <button class="raw-button close-subpage custom-appearance"></button> |
| 141 | <div class="subpage-sheet-contents"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 142 | <include src="autofill_options.html"> |
| 143 | <include src="content_settings.html"> |
| 144 | <include src="font_settings.html"> |
| 145 | <include src="language_options.html"> |
| 146 | <include src="password_manager.html"> |
[email protected] | 4549b40 | 2012-01-19 22:29:59 | [diff] [blame] | 147 | <if expr="pp_ifdef('chromeos')"> |
| 148 | <include src="chromeos/proxy.html"> |
| 149 | </if> |
| 150 | <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> |
| 151 | <include src="certificate_manager.html"> |
| 152 | </if> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 153 | </div> |
| 154 | </div> |
| 155 | </div> |
[email protected] | fdf1c47 | 2012-01-05 02:10:00 | [diff] [blame] | 156 | <div id="subpage-sheet-container-3" |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 157 | class="subpage-sheet-container transparent" hidden> |
[email protected] | fdf1c47 | 2012-01-05 02:10:00 | [diff] [blame] | 158 | <div id="subpage-sheet-3" class="subpage-sheet"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 159 | <button class="raw-button close-subpage custom-appearance"></button> |
| 160 | <div class="subpage-sheet-contents"> |
| 161 | <if expr="pp_ifdef('chromeos')"> |
| 162 | <include src="chromeos/language_chewing_options.html"> |
| 163 | <include src="chromeos/language_hangul_options.html"> |
| 164 | <include src="chromeos/language_mozc_options.html"> |
| 165 | <include src="chromeos/language_pinyin_options.html"> |
| 166 | </if> |
| 167 | <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')"> |
| 168 | <include src="chromeos/virtual_keyboard.html"> |
| 169 | </if> |
| 170 | <include src="cookies_view.html"> |
| 171 | <if expr="pp_ifdef('enable_register_protocol_handler')"> |
| 172 | <include src="handler_options.html"> |
| 173 | </if> |
[email protected] | 5ffb0a4 | 2012-01-27 09:36:11 | [diff] [blame^] | 174 | <if expr="pp_ifdef('enable_web_intents_tag')"> |
[email protected] | 846c3ecea | 2011-12-14 18:47:26 | [diff] [blame] | 175 | <include src="intents_view.html"> |
| 176 | </if> |
| 177 | <include src="content_settings_exceptions_area.html"> |
| 178 | </div> |
| 179 | </div> |
| 180 | </div> |
| 181 | </div> |
| 182 | </div> |
| 183 | </div> |
| 184 | <script src="chrome://settings-frame/strings.js"></script> |
| 185 | <script src="chrome://resources/js/i18n_template.js"></script> |
| 186 | <script src="chrome://resources/js/i18n_process.js"></script> |
| 187 | </body> |
| 188 | </html> |