OLD | NEW |
| (Empty) |
1 <!DOCTYPE HTML> | |
2 <html id="t" i18n-values="dir:textdirection"> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <!-- Set the title to that of the default page so that the title doesn't flash | |
6 on load (for the most common case). --> | |
7 <title i18n-content="browserPageTabTitle"></title> | |
8 | |
9 <link rel="icon" href="../../../app/theme/settings_favicon.png"> | |
10 <link rel="stylesheet" href="chrome://resources/css/button.css"> | |
11 <link rel="stylesheet" href="chrome://resources/css/checkbox.css"> | |
12 <link rel="stylesheet" href="chrome://resources/css/list.css"> | |
13 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | |
14 <link rel="stylesheet" href="chrome://resources/css/select.css"> | |
15 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | |
16 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | |
17 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | |
18 <link rel="stylesheet" href="options_page.css"> | |
19 <link rel="stylesheet" href="advanced_options.css"> | |
20 <link rel="stylesheet" href="alert_overlay.css"> | |
21 <link rel="stylesheet" href="autofill_options.css"> | |
22 <link rel="stylesheet" href="autofill_overlay.css"> | |
23 <link rel="stylesheet" href="browser_options_page.css"> | |
24 <link rel="stylesheet" href="clear_browser_data_overlay.css"> | |
25 <link rel="stylesheet" href="content_settings.css"> | |
26 <link rel="stylesheet" href="cookies_view.css"> | |
27 <link rel="stylesheet" href="extension_settings.css"> | |
28 <link rel="stylesheet" href="font_settings.css"> | |
29 <if expr="pp_ifdef('enable_register_protocol_handler')"> | |
30 <link rel="stylesheet" href="handler_options.css"> | |
31 </if> | |
32 <link rel="stylesheet" href="import_data_overlay.css"> | |
33 <if expr="pp_ifdef('enable_web_intents')"> | |
34 <link rel="stylesheet" href="intents_view.css"> | |
35 </if> | |
36 <link rel="stylesheet" href="language_options.css"> | |
37 <link rel="stylesheet" href="manage_profile_overlay.css"> | |
38 <link rel="stylesheet" href="pack_extension_overlay.css"> | |
39 <link rel="stylesheet" href="password_manager.css"> | |
40 <link rel="stylesheet" href="password_manager_list.css"> | |
41 <link rel="stylesheet" href="personal_options.css"> | |
42 <link rel="stylesheet" href="search_engine_manager.css"> | |
43 <link rel="stylesheet" href="search_page.css"> | |
44 <link rel="stylesheet" href="subpages_tab_controls.css"> | |
45 <link rel="stylesheet" href="../sync_setup_overlay.css"> | |
46 <if expr="pp_ifdef('chromeos')"> | |
47 <link rel="stylesheet" href="about_page.css"> | |
48 <link rel="stylesheet" href="chromeos/accounts_options_page.css"> | |
49 <link rel="stylesheet" href="chromeos/change_picture_options.css"> | |
50 <link rel="stylesheet" href="chromeos/internet_options_page.css"> | |
51 <link rel="stylesheet" href="chromeos/proxy.css"> | |
52 <link rel="stylesheet" href="chromeos/system_options_page.css"> | |
53 </if> | |
54 <if expr="pp_ifdef('chromeos') and pp_ifdef('use_virtual_keyboard')"> | |
55 <link rel="stylesheet" href="chromeos/virtual_keyboard.css"> | |
56 </if> | |
57 | |
58 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> | |
59 <link rel="stylesheet" href="certificate_manager.css"> | |
60 <link rel="stylesheet" href="certificate_tree.css"> | |
61 </if> | |
62 | |
63 <script src="chrome://resources/css/tree.css.js"></script> | |
64 | |
65 <script src="chrome://resources/js/cr.js"></script> | |
66 <script src="chrome://resources/js/cr/command_line.js"></script> | |
67 <script src="chrome://resources/js/cr/event_target.js"></script> | |
68 <script src="chrome://resources/js/cr/ui.js"></script> | |
69 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> | |
70 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> | |
71 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script> | |
72 <script src="chrome://resources/js/cr/ui/list_single_selection_model.js"></scrip
t> | |
73 <script src="chrome://resources/js/cr/ui/list_item.js"></script> | |
74 <script src="chrome://resources/js/cr/ui/list.js"></script> | |
75 <script src="chrome://resources/js/cr/ui/grid.js"></script> | |
76 <script src="chrome://resources/js/cr/ui/position_util.js"></script> | |
77 <script src="chrome://resources/js/cr/ui/repeating_button.js"></script> | |
78 <script src="chrome://resources/js/cr/ui/tree.js"></script> | |
79 <script src="chrome://resources/js/local_strings.js"></script> | |
80 <script src="chrome://resources/js/util.js"></script> | |
81 <script src="chrome://settings-frame/options_bundle.js"></script> | |
82 </head> | |
83 <body i18n-values=".style.fontFamily:fontfamily;"> | |
84 <div id="overlay" class="overlay transparent" hidden> | |
85 <include src="alert_overlay.html"> | |
86 <include src="autofill_edit_address_overlay.html"> | |
87 <include src="autofill_edit_creditcard_overlay.html"> | |
88 <include src="clear_browser_data_overlay.html"> | |
89 <include src="import_data_overlay.html"> | |
90 <include src="instant_confirm_overlay.html"> | |
91 <include src="language_add_language_overlay.html"> | |
92 <include src="manage_profile_overlay.html"> | |
93 <include src="pack_extension_overlay.html"> | |
94 <include src="../sync_setup_overlay.html"> | |
95 <if expr="pp_ifdef('chromeos')"> | |
96 <include | |
97 src="chromeos/language_customize_modifier_keys_overlay.html"> | |
98 <include src="chromeos/internet_detail.html"> | |
99 </if> | |
100 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> | |
101 <include src="certificate_restore_overlay.html"> | |
102 <include src="certificate_backup_overlay.html"> | |
103 <include src="certificate_edit_ca_trust_overlay.html"> | |
104 <include src="certificate_import_error_overlay.html"> | |
105 </if> | |
106 </div> | |
107 <div id="main-content"> | |
108 <div id="navbar-container"> | |
109 <h1 id="navbar-content-title" i18n-content="title"></h1> | |
110 <ul id="navbar"> | |
111 </ul> | |
112 </div> | |
113 <div id="mainview"> | |
114 <div id="managed-prefs-banner" class="managed-prefs-banner" hidden> | |
115 <span id="managed-prefs-icon" class="managed-prefs-icon"></span> | |
116 <span id="managed-prefs-text" class="managed-prefs-text"></span> | |
117 </div> | |
118 <div id="subpage-backdrop" hidden></div> | |
119 <div id="mainview-content"> | |
120 <div id="page-container"> | |
121 <!-- Please keep the main pages in desired order of display. This will | |
122 allow search results to display in the desired order. --> | |
123 <include src="search_page.html"> | |
124 <include src="browser_options.html"> | |
125 <include src="personal_options.html"> | |
126 <if expr="pp_ifdef('chromeos')"> | |
127 <include src="chromeos/system_options.html"> | |
128 <include src="chromeos/internet_options.html"> | |
129 <include src="chromeos/accounts_options.html"> | |
130 </if> | |
131 <include src="advanced_options.html"> | |
132 <include src="extension_settings.html"> | |
133 </div> | |
134 <div id="subpage-sheet-container-1" | |
135 class="subpage-sheet-container transparent" hidden> | |
136 <div id="subpage-sheet-1" class="subpage-sheet"> | |
137 <button class="raw-button close-subpage custom-appearance"></button> | |
138 <div class="subpage-sheet-contents"> | |
139 <if expr="pp_ifdef('chromeos')"> | |
140 <include src="about_page.html"> | |
141 <include src="chromeos/change_picture_options.html"> | |
142 <include src="chromeos/proxy.html"> | |
143 </if> | |
144 <if expr="not pp_ifdef('win32') and not pp_ifdef('darwin')"> | |
145 <include src="certificate_manager.html"> | |
146 </if> | |
147 <include src="autofill_options.html"> | |
148 <include src="content_settings.html"> | |
149 <include src="font_settings.html"> | |
150 <include src="language_options.html"> | |
151 <include src="password_manager.html"> | |
152 <include src="search_engine_manager.html"> | |
153 </div> | |
154 </div> | |
155 </div> | |
156 <div id="subpage-sheet-container-2" | |
157 class="subpage-sheet-container transparent" hidden> | |
158 <div id="subpage-sheet-2" class="subpage-sheet"> | |
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> | |
174 <if expr="pp_ifdef('enable_web_intents')"> | |
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> | |
OLD | NEW |