OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html | 2 <html |
3 i18n-values="dir:textdirection; | 3 i18n-values="dir:textdirection; |
4 enable-cloud-print-proxy:enable-cloud-print-proxy" | 4 enable-cloud-print-proxy:enable-cloud-print-proxy" |
5 id="t"> | 5 id="t"> |
6 <head> | 6 <head> |
7 <meta charset="utf-8"> | 7 <meta charset="utf-8"> |
8 <title i18n-content="title"></title> | 8 <title i18n-content="title"></title> |
9 | 9 |
10 <link rel="icon" href="../../app/theme/settings_favicon.png"> | 10 <link rel="icon" href="../../app/theme/settings_favicon.png"> |
(...skipping 10 matching lines...) Expand all Loading... |
21 <link rel="stylesheet" href="options/browser_options_page.css"> | 21 <link rel="stylesheet" href="options/browser_options_page.css"> |
22 <link rel="stylesheet" href="options/clear_browser_data_overlay.css"> | 22 <link rel="stylesheet" href="options/clear_browser_data_overlay.css"> |
23 <link rel="stylesheet" href="options/content_settings.css"> | 23 <link rel="stylesheet" href="options/content_settings.css"> |
24 <link rel="stylesheet" href="options/content_settings_exceptions_area.css"> | 24 <link rel="stylesheet" href="options/content_settings_exceptions_area.css"> |
25 <link rel="stylesheet" href="options/cookies_view.css"> | 25 <link rel="stylesheet" href="options/cookies_view.css"> |
26 <link rel="stylesheet" href="options/edit_search_engine_overlay.css"> | 26 <link rel="stylesheet" href="options/edit_search_engine_overlay.css"> |
27 <link rel="stylesheet" href="options/passwords_exceptions_list.css"> | 27 <link rel="stylesheet" href="options/passwords_exceptions_list.css"> |
28 <link rel="stylesheet" href="options/personal_options.css"> | 28 <link rel="stylesheet" href="options/personal_options.css"> |
29 <link rel="stylesheet" href="options/import_data_overlay.css"> | 29 <link rel="stylesheet" href="options/import_data_overlay.css"> |
30 <link rel="stylesheet" href="options/search_engine_manager.css"> | 30 <link rel="stylesheet" href="options/search_engine_manager.css"> |
| 31 <link rel="stylesheet" href="options/search_page.css"> |
31 <link rel="stylesheet" href="options/subpages_tab_controls.css"> | 32 <link rel="stylesheet" href="options/subpages_tab_controls.css"> |
32 <link rel="stylesheet" href="options/zippy.css"> | 33 <link rel="stylesheet" href="options/zippy.css"> |
33 <if expr="pp_ifdef('chromeos')"> | 34 <if expr="pp_ifdef('chromeos')"> |
34 <link rel="stylesheet" href="options/about_page.css"> | 35 <link rel="stylesheet" href="options/about_page.css"> |
35 <link rel="stylesheet" href="options/chromeos_accounts_options_page.css"> | 36 <link rel="stylesheet" href="options/chromeos_accounts_options_page.css"> |
36 <link rel="stylesheet" href="options/chromeos_internet_options_page.css"> | 37 <link rel="stylesheet" href="options/chromeos_internet_options_page.css"> |
37 <link rel="stylesheet" href="options/chromeos_language_options.css"> | 38 <link rel="stylesheet" href="options/chromeos_language_options.css"> |
38 <link rel="stylesheet" href="options/chromeos_proxy.css"> | 39 <link rel="stylesheet" href="options/chromeos_proxy.css"> |
39 </if> | 40 </if> |
40 | 41 |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 <include src="options/certificate_import_error_overlay.html"> | 316 <include src="options/certificate_import_error_overlay.html"> |
316 </if> | 317 </if> |
317 </div> | 318 </div> |
318 <div id="main-content"> | 319 <div id="main-content"> |
319 <div id="navbar-container"> | 320 <div id="navbar-container"> |
320 <h1 id="settings-title" i18n-content="title"></h1> | 321 <h1 id="settings-title" i18n-content="title"></h1> |
321 <ul id="navbar"> | 322 <ul id="navbar"> |
322 </ul> | 323 </ul> |
323 </div> | 324 </div> |
324 <div id="mainview"> | 325 <div id="mainview"> |
325 <div class="hidden" id="managed-prefs-banner"> | 326 <div id="managed-prefs-banner" class="hidden"> |
326 <span id="managed-prefs-icon"></span> | 327 <span id="managed-prefs-icon"></span> |
327 <span id="managed-prefs-text" | 328 <span id="managed-prefs-text" |
328 i18n-content="managedPrefsBannerText"></span> | 329 i18n-content="managedPrefsBannerText"></span> |
329 </div> | 330 </div> |
330 <div id="mainview-content"> | 331 <div id="mainview-content"> |
331 <!-- Start main pages --> | 332 <!-- Start main pages --> |
332 <!-- Please keep the main pages in desired order of display. This will | 333 <!-- Please keep the main pages in desired order of display. This will |
333 allow search results to display in the desired order. --> | 334 allow search results to display in the desired order. --> |
334 <include src="options/search_page.html"> | 335 <include src="options/search_page.html"> |
335 <if expr="pp_ifdef('chromeos')"> | 336 <if expr="pp_ifdef('chromeos')"> |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 cr.ui.decorate('input[pref][type=text]', options.PrefTextField); | 379 cr.ui.decorate('input[pref][type=text]', options.PrefTextField); |
379 cr.ui.decorate('input[pref][type=url]', options.PrefTextField); | 380 cr.ui.decorate('input[pref][type=url]', options.PrefTextField); |
380 cr.ui.decorate('#contentSettingsPage input[type=radio]', | 381 cr.ui.decorate('#contentSettingsPage input[type=radio]', |
381 options.ContentSettingsRadio); | 382 options.ContentSettingsRadio); |
382 cr.ui.decorate('#fontSettingsMinimumSizeSelector', | 383 cr.ui.decorate('#fontSettingsMinimumSizeSelector', |
383 options.MinimumFontSizeSelect); | 384 options.MinimumFontSizeSelect); |
384 console.log('in bottom script'); | 385 console.log('in bottom script'); |
385 </script> | 386 </script> |
386 </body> | 387 </body> |
387 </html> | 388 </html> |
OLD | NEW |