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 <if expr="pp_ifdef('chromeos')"> | 33 <if expr="pp_ifdef('chromeos')"> |
33 <link rel="stylesheet" href="options/about_page.css"> | 34 <link rel="stylesheet" href="options/about_page.css"> |
34 <link rel="stylesheet" href="options/chromeos_accounts_options_page.css"> | 35 <link rel="stylesheet" href="options/chromeos_accounts_options_page.css"> |
35 <link rel="stylesheet" href="options/chromeos_internet_options_page.css"> | 36 <link rel="stylesheet" href="options/chromeos_internet_options_page.css"> |
36 <link rel="stylesheet" href="options/chromeos_language_options.css"> | 37 <link rel="stylesheet" href="options/chromeos_language_options.css"> |
37 <link rel="stylesheet" href="options/chromeos_proxy.css"> | 38 <link rel="stylesheet" href="options/chromeos_proxy.css"> |
38 </if> | 39 </if> |
39 | 40 |
40 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> | 41 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 <include src="options/certificate_import_error_overlay.html"> | 310 <include src="options/certificate_import_error_overlay.html"> |
310 </if> | 311 </if> |
311 </div> | 312 </div> |
312 <div id="main-content"> | 313 <div id="main-content"> |
313 <div id="navbar-container"> | 314 <div id="navbar-container"> |
314 <h1 id="settings-title" i18n-content="title"></h1> | 315 <h1 id="settings-title" i18n-content="title"></h1> |
315 <ul id="navbar"> | 316 <ul id="navbar"> |
316 </ul> | 317 </ul> |
317 </div> | 318 </div> |
318 <div id="mainview"> | 319 <div id="mainview"> |
319 <div class="hidden" id="managed-prefs-banner"> | 320 <div id="managed-prefs-banner" class="hidden"> |
320 <span id="managed-prefs-icon"></span> | 321 <span id="managed-prefs-icon"></span> |
321 <span id="managed-prefs-text" | 322 <span id="managed-prefs-text" |
322 i18n-content="managedPrefsBannerText"></span> | 323 i18n-content="managedPrefsBannerText"></span> |
323 </div> | 324 </div> |
324 <div id="mainview-content"> | 325 <div id="mainview-content"> |
325 <!-- Start main pages --> | 326 <!-- Start main pages --> |
326 <!-- Please keep the main pages in desired order of display. This will | 327 <!-- Please keep the main pages in desired order of display. This will |
327 allow search results to display in the desired order. --> | 328 allow search results to display in the desired order. --> |
328 <include src="options/search_page.html"> | 329 <include src="options/search_page.html"> |
329 <include src="options/browser_options.html"> | 330 <include src="options/browser_options.html"> |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 cr.ui.decorate('input[pref][type=text]', options.PrefTextField); | 373 cr.ui.decorate('input[pref][type=text]', options.PrefTextField); |
373 cr.ui.decorate('input[pref][type=url]', options.PrefTextField); | 374 cr.ui.decorate('input[pref][type=url]', options.PrefTextField); |
374 cr.ui.decorate('#contentSettingsPage input[type=radio]', | 375 cr.ui.decorate('#contentSettingsPage input[type=radio]', |
375 options.ContentSettingsRadio); | 376 options.ContentSettingsRadio); |
376 cr.ui.decorate('#fontSettingsMinimumSizeSelector', | 377 cr.ui.decorate('#fontSettingsMinimumSizeSelector', |
377 options.MinimumFontSizeSelect); | 378 options.MinimumFontSizeSelect); |
378 console.log('in bottom script'); | 379 console.log('in bottom script'); |
379 </script> | 380 </script> |
380 </body> | 381 </body> |
381 </html> | 382 </html> |
OLD | NEW |